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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.hpp186 virtual bool local_slot_needs_oopmap(int index, SharkValue* value) = 0;
230 bool local_slot_needs_oopmap(int index, SharkValue* value) { function in class:SharkJavaCallDecacher
260 bool local_slot_needs_oopmap(int index, SharkValue* value) { function in class:SharkVMCallDecacher
290 bool local_slot_needs_oopmap(int index, SharkValue* value) { function in class:SharkTrapDecacher
H A DsharkCacheDecache.cpp142 if (local_slot_needs_oopmap(index, value)) {

Completed in 28 milliseconds