Searched refs:handle_exception (Results 1 - 6 of 6) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodeInterpreter.cpp | 131 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/c1/ |
H A D | c1_Runtime1.hpp | 56 stub(handle_exception) \
|
H A D | c1_GraphBuilder.hpp | 271 XHandlers* handle_exception(Instruction* instruction);
|
H A D | c1_GraphBuilder.cpp | 2149 i1->set_exception_handlers(handle_exception(i1)); 2150 assert(i1->exception_state() != NULL || !i1->needs_exception_state() || bailed_out(), "handle_exception must set exception state"); 2187 XHandlers* GraphBuilder::handle_exception(Instruction* instruction) {
|
/openjdk7/hotspot/src/share/vm/shark/ |
H A D | sharkTopLevelBlock.cpp | 402 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);
|
H A D | sharkTopLevelBlock.hpp | 280 void handle_exception(llvm::Value* exception, int action);
|
Completed in 355 milliseconds