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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1861 Label return_with_exception; local
1881 __ jcc(Assembler::zero, return_with_exception); // vanilla interpreted frame, handle directly
1969 __ jcc(Assembler::notZero, return_with_exception);
1989 __ bind(return_with_exception);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1692 Label return_with_exception; local
1711 __ br(Assembler::zero, false, Assembler::pt, return_with_exception); // vanilla interpreted frame handle directly
1748 __ brx(Assembler::notZero, false, Assembler::pt, return_with_exception);
1775 __ bind(return_with_exception);

Completed in 41 milliseconds