Searched defs:skipUnbox (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3000 Label skipUnbox; local
3004 __ br_null(in_reg, true, Assembler::pn, skipUnbox);
3021 __ bind(skipUnbox);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp2654 Label skipUnbox; local
2660 __ jcc(Assembler::zero, skipUnbox);
2674 __ bind(skipUnbox);
H A DsharedRuntime_x86_64.cpp2953 Label skipUnbox; local
2957 __ jcc(Assembler::zero, skipUnbox);
2972 __ bind(skipUnbox);

Completed in 75 milliseconds