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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp753 Label L_fail; local
757 __ brx(Assembler::lessEqualUnsigned, false, Assembler::pn, L_fail);
761 __ bind(L_fail);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp706 Label L_fail; local
709 __ jcc(Assembler::belowEqual, L_fail);
713 __ bind(L_fail);
H A DsharedRuntime_x86_64.cpp634 Label L_fail; local
637 __ jcc(Assembler::belowEqual, L_fail);
641 __ bind(L_fail);

Completed in 65 milliseconds