Searched defs:speculative_load_pclist (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjniFastGetField.cpp28 address JNI_FastGetField::speculative_load_pclist [LIST_CAPACITY]; member in class:JNI_FastGetField
34 if (speculative_load_pclist[i] == pc) {
H A DjniFastGetField.hpp61 static address speculative_load_pclist []; member in class:JNI_FastGetField
89 // If pc is in speculative_load_pclist, return the corresponding

Completed in 29 milliseconds