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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.hpp175 virtual bool stack_slot_needs_write(int index, SharkValue* value) = 0;
215 bool stack_slot_needs_write(int index, SharkValue* value) { function in class:SharkJavaCallDecacher
245 bool stack_slot_needs_write(int index, SharkValue* value) { function in class:SharkVMCallDecacher
275 bool stack_slot_needs_write(int index, SharkValue* value) { function in class:SharkTrapDecacher
H A DsharkCacheDecache.cpp64 if (stack_slot_needs_write(index, value)) {

Completed in 3440 milliseconds