Searched refs:slowcase_entry_pclist (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjniFastGetField.cpp29 address JNI_FastGetField::slowcase_entry_pclist [LIST_CAPACITY]; member in class:JNI_FastGetField
35 return slowcase_entry_pclist[i];
H A DjniFastGetField.hpp62 static address slowcase_entry_pclist []; member in class:JNI_FastGetField
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjniFastGetField_sparc.cpp91 slowcase_entry_pclist[count++] = __ pc();
181 slowcase_entry_pclist[count-1] = __ pc();
182 slowcase_entry_pclist[count++] = __ pc() ;
184 slowcase_entry_pclist[count++] = __ pc();
240 slowcase_entry_pclist[count++] = __ pc();
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjniFastGetField_x86_32.cpp123 slowcase_entry_pclist[count++] = __ pc();
240 slowcase_entry_pclist[count-1] = __ pc();
241 slowcase_entry_pclist[count++] = __ pc();
338 slowcase_entry_pclist[count++] = __ pc();
H A DjniFastGetField_x86_64.cpp112 slowcase_entry_pclist[count++] = __ pc();
207 slowcase_entry_pclist[count++] = __ pc();

Completed in 47 milliseconds