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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp131 CALL_VM(SafepointSynchronize::block(THREAD), handle_exception); \
153 goto handle_exception;
167 handle_exception); \
313 CALL_VM(res=InterpreterRuntime::frequency_counter_overflow(THREAD, branch_pc), handle_exception);
626 CALL_VM((void)InterpreterRuntime::frequency_counter_overflow(THREAD, NULL), handle_exception);
712 CALL_VM(InterpreterRuntime::monitorenter(THREAD, mon), handle_exception); local
726 CALL_VM(InterpreterRuntime::monitorenter(THREAD, mon), handle_exception); local
762 CALL_VM(InterpreterRuntime::monitorenter(THREAD, mon), handle_exception); local
776 handle_exception); local
816 if (THREAD->has_pending_exception()) goto handle_exception;
868 CALL_VM(InterpreterRuntime::monitorenter(THREAD, entry), handle_exception); local
1530 CALL_VM(InterpreterRuntime::register_finalizer(THREAD, rcvr), handle_exception); local
1687 CALL_VM(InterpreterRuntime::monitorenter(THREAD, entry), handle_exception); local
1714 CALL_VM(InterpreterRuntime::monitorexit(THREAD, most_recent), handle_exception); local
1722 CALL_VM(InterpreterRuntime::throw_illegal_monitor_state_exception(THREAD), handle_exception); local
1745 handle_exception); local
1766 handle_exception); local
1839 handle_exception); local
1867 handle_exception); local
1995 handle_exception); local
2004 handle_exception); local
2018 handle_exception); local
2034 CALL_VM(InterpreterRuntime::quicken_io_cc(THREAD), handle_exception); local
2069 CALL_VM(InterpreterRuntime::quicken_io_cc(THREAD), handle_exception); local
2122 CALL_VM(InterpreterRuntime::ldc(THREAD, wide), handle_exception); local
2158 handle_exception); local
2178 handle_exception); local
2195 handle_exception); local
2208 handle_exception); local
2240 handle_exception); local
2272 handle_exception); local
2356 handle_exception); local
2420 handle_exception); local
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp402 handle_exception(pending_exception, EX_CHECK_FULL);
429 handle_exception(pending_exception, EX_CHECK_FULL);
457 handle_exception(pending_exception, action);
517 void SharkTopLevelBlock::handle_exception(Value* exception, int action) { function in class:SharkTopLevelBlock
936 handle_exception(exception->jobject_value(), EX_CHECK_FULL);
959 // handle_exception
1561 handle_exception(pending_exception, EX_CHECK_FULL);

Completed in 39 milliseconds