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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp243 Label L_fast_patch; local
247 __ jcc(Assembler::notEqual, L_fast_patch);
256 __ bind(L_fast_patch);
H A DtemplateTable_x86_64.cpp249 Label L_fast_patch; local
253 __ jcc(Assembler::notEqual, L_fast_patch);
262 __ bind(L_fast_patch);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp196 Label L_fast_patch; local
198 __ cmp_and_br_short(temp_reg, Bytecodes::_breakpoint, Assembler::notEqual, Assembler::pt, L_fast_patch);
202 __ bind(L_fast_patch);

Completed in 63 milliseconds