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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp178 static address compute_compiled_exc_handler(nmethod* nm, address ret_pc, Handle& exception,
464 static void fixup_callers_callsite(methodOopDesc* moop, address ret_pc);
H A DsharedRuntime.cpp625 // ret_pc points into caller; we are returning caller's exception handler
627 address SharedRuntime::compute_compiled_exc_handler(nmethod* nm, address ret_pc, Handle& exception, argument
632 ScopeDesc* sd = nm->scope_desc_at(ret_pc);
677 int catch_pco = ret_pc - nm->code_begin();
699 tty->print_cr("MISSING EXCEPTION HANDLER for pc " INTPTR_FORMAT " and handler bci %d", ret_pc, handler_bci);
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp1112 address OptoRuntime::rethrow_C(oopDesc* exception, JavaThread* thread, address ret_pc) { argument
1126 return SharedRuntime::raw_exception_handler_for_return_address(thread, ret_pc);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp2756 ret_pc, enumerator in enum:StubGenerator::layout

Completed in 66 milliseconds