Searched refs:Lskip (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1275 { Label Lpush, Lskip; local
1281 __ jcc(Assembler::notEqual, Lskip);
1289 __ bind(Lskip);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp296 Label Lskip; local
298 __ br(Assembler::greater, true, Assembler::pt, Lskip);
300 __ bind(Lskip);

Completed in 44 milliseconds