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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp262 Label call_patch; local
306 __ cmp_and_brx_short(G2_thread, G3, Assembler::notEqual, Assembler::pn, call_patch);
343 __ bind(call_patch);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp275 Label call_patch; local
326 __ jcc(Assembler::notEqual, call_patch);
365 __ bind(call_patch);

Completed in 34 milliseconds