Searched refs:L_got_cache (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp188 Label L_got_cache, L_giant_index; local
196 __ bind(L_got_cache);
208 __ ba_short(L_got_cache);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp196 Label L_got_cache, L_giant_index; local
202 __ bind(L_got_cache);
214 __ jmp(L_got_cache);
H A DtemplateInterpreter_x86_64.cpp179 Label L_got_cache, L_giant_index; local
185 __ bind(L_got_cache);
198 __ jmp(L_got_cache);

Completed in 1954 milliseconds