Searched refs:stack_slot_needs_debuginfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.hpp177 virtual bool stack_slot_needs_debuginfo(int index, SharkValue* value) = 0;
221 bool stack_slot_needs_debuginfo(int index, SharkValue* value) { function in class:SharkJavaCallDecacher
251 bool stack_slot_needs_debuginfo(int index, SharkValue* value) { function in class:SharkVMCallDecacher
281 bool stack_slot_needs_debuginfo(int index, SharkValue* value) { function in class:SharkTrapDecacher
H A DsharkCacheDecache.cpp77 if (stack_slot_needs_debuginfo(index, value)) {

Completed in 586 milliseconds