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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1320 static ByteSize saved_exception_pc_offset() { return byte_offset_of(JavaThread, _saved_exception_pc ); } function in class:JavaThread
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3771 __ ld_ptr(G2_thread, in_bytes(JavaThread::saved_exception_pc_offset()), O7);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp3381 __ movptr(rax, Address(java_thread, JavaThread::saved_exception_pc_offset()));
H A DsharedRuntime_x86_64.cpp3825 __ movptr(c_rarg0, Address(r15_thread, JavaThread::saved_exception_pc_offset()));

Completed in 56 milliseconds