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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.hpp185 virtual bool local_slot_needs_write(int index, SharkValue* value) = 0;
227 bool local_slot_needs_write(int index, SharkValue* value) { function in class:SharkJavaCallDecacher
257 bool local_slot_needs_write(int index, SharkValue* value) { function in class:SharkVMCallDecacher
287 bool local_slot_needs_write(int index, SharkValue* value) { function in class:SharkTrapDecacher
H A DsharkCacheDecache.cpp134 if (local_slot_needs_write(index, value)) {

Completed in 47 milliseconds