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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp1982 Label slowCase; local
1996 __ br(Assembler::zero, false, Assembler::pn, slowCase);
2001 __ br(Assembler::notZero, false, Assembler::pn, slowCase);
2012 __ br(Assembler::equal, false, Assembler::pn, slowCase);
2018 __ bind(slowCase);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1777 Label slowCase; local
1784 __ jcc (Assembler::zero, slowCase);
1789 __ jcc (Assembler::notZero, slowCase);
1795 __ jcc (Assembler::zero, slowCase);
1798 __ bind (slowCase);

Completed in 51 milliseconds