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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp2177 Label unwind_initial_with_pending_exception; local
2181 __ jcc(Assembler::equal, unwind_initial_with_pending_exception); // no, back to native code (call_stub/c1/c2)
2186 __ bind(unwind_initial_with_pending_exception);

Completed in 99 milliseconds