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

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp944 static void trace_exception(oop exception_oop, address exception_pc, const char* msg) PRODUCT_RETURN;
961 trace_exception(exception(), thread->exception_pc(), "");
978 address pc = thread->exception_pc();
1321 static void trace_exception(oop exception_oop, address exception_pc, const char* msg) { argument
1327 CodeBlob* blob = CodeCache::find_blob(exception_pc);
1335 tty->print(" at " INTPTR_FORMAT, exception_pc);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp648 const Register exception_pc = rdx; local
669 __ movptr(exception_pc, Address(rbp, 1*BytesPerWord));
726 __ movptr(Address(thread, JavaThread::exception_pc_offset()), exception_pc); local
729 __ movptr(Address(rbp, 1*BytesPerWord), exception_pc); local
780 const Register exception_pc = rdx; local
812 __ movptr(exception_pc, Address(rsp, 0));
815 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::exception_handler_for_return_address), thread, exception_pc); local
833 __ pop(exception_pc);
H A DstubGenerator_x86_32.cpp398 const Register exception_pc = rdx; local
421 __ movptr(exception_pc, Address(rsp, 0));
423 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::exception_handler_for_return_address), thread, exception_pc); local
428 __ pop(exception_pc);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp579 address pc = thread->exception_pc();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1244 address exception_pc() const { return _exception_pc; } function in class:JavaThread

Completed in 64 milliseconds