Searched refs:L_giant_index (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
193 __ cmp_and_br_short(G1_scratch, Bytecodes::_invokedynamic, Assembler::equal, Assembler::pn, L_giant_index);
206 __ bind(L_giant_index);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp196 Label L_got_cache, L_giant_index; local
199 __ jcc(Assembler::equal, L_giant_index);
212 __ bind(L_giant_index);
H A DtemplateInterpreter_x86_64.cpp179 Label L_got_cache, L_giant_index; local
182 __ jcc(Assembler::equal, L_giant_index);
196 __ bind(L_giant_index);

Completed in 58 milliseconds