Searched refs:pending_exception_offset (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.hpp152 thread(), Thread::pending_exception_offset(),
H A DsharkTopLevelBlock.hpp256 thread(), Thread::pending_exception_offset(),
/openjdk7/hotspot/src/share/vm/opto/
H A DgenerateOptoStub.cpp245 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset()));
/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.hpp84 static ByteSize pending_exception_offset() { return byte_offset_of(ThreadShadow, _pending_exception); } function in class:ThreadShadow
H A Dexceptions.cpp53 const ByteSize offset2 = Thread::pending_exception_offset();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp104 cmpptr(Address(thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
107 movptr(rax, Address(thread, Thread::pending_exception_offset()));
665 __ movptr(exception_oop, Address(thread, Thread::pending_exception_offset()));
666 __ movptr(Address(thread, Thread::pending_exception_offset()), NULL_WORD);
903 __ cmpptr(Address(thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
915 __ movptr(rax, Address(thread, Thread::pending_exception_offset()));
916 __ movptr(Address(thread, Thread::pending_exception_offset()), NULL_WORD);
H A DsharedRuntime_x86_32.cpp2268 __ cmpptr(Address(thread, in_bytes(Thread::pending_exception_offset())), (int32_t)NULL_WORD);
2316 __ cmpptr(Address(thread, in_bytes(Thread::pending_exception_offset())), (int)NULL_WORD);
2336 __ pushptr(Address(thread, in_bytes(Thread::pending_exception_offset())));
2337 __ movptr(Address(thread, in_bytes(Thread::pending_exception_offset())), NULL_WORD);
2351 __ cmpptr(Address(thread, in_bytes(Thread::pending_exception_offset())), (int32_t)NULL_WORD);
2358 __ popptr(Address(thread, in_bytes(Thread::pending_exception_offset())));
2919 __ movptr(rax, Address(rdi, Thread::pending_exception_offset()));
3404 __ cmpptr(Address(java_thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
3480 __ cmpptr(Address(thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
3505 __ movptr(rax, Address(thread, Thread::pending_exception_offset()));
[all...]
H A DsharedRuntime_x86_64.cpp2517 __ cmpptr(Address(r15_thread, in_bytes(Thread::pending_exception_offset())), (int32_t)NULL_WORD);
2557 __ cmpptr(Address(r15_thread, in_bytes(Thread::pending_exception_offset())), (int32_t)NULL_WORD);
2586 __ movptr(rbx, Address(r15_thread, in_bytes(Thread::pending_exception_offset())));
2587 __ movptr(Address(r15_thread, in_bytes(Thread::pending_exception_offset())), (int32_t)NULL_WORD);
2595 __ cmpptr(Address(r15_thread, in_bytes(Thread::pending_exception_offset())), (int)NULL_WORD);
2602 __ movptr(Address(r15_thread, in_bytes(Thread::pending_exception_offset())), rbx);
3397 __ movptr(rax, Address(r15_thread, Thread::pending_exception_offset()));
3844 __ cmpptr(Address(r15_thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
3915 __ cmpptr(Address(r15_thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
3940 __ movptr(rax, Address(r15_thread, Thread::pending_exception_offset()));
[all...]
H A DcppInterpreter_x86.cpp1135 __ cmpptr(Address(thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
1398 __ cmpptr(Address(thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
1869 __ movptr(Address(r15_thread, Thread::pending_exception_offset()), rax);
1874 __ movptr(Address(rcx, Thread::pending_exception_offset()), rax);
1964 __ cmpptr(Address(r15_thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
1967 __ cmpptr(Address(rcx, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
H A DstubGenerator_x86_32.cpp200 __ cmpptr(Address(rcx, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
367 __ movptr(Address(rcx, Thread::pending_exception_offset()), rax );
412 __ cmpptr(Address(thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
429 __ movptr(exception_oop, Address(thread, Thread::pending_exception_offset()));
430 __ movptr(Address(thread, Thread::pending_exception_offset()), NULL_WORD);
2848 __ cmpptr(Address(java_thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
H A DstubGenerator_x86_64.cpp309 __ cmpptr(Address(r15_thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
462 __ movptr(Address(r15_thread, Thread::pending_exception_offset()), rax);
503 __ cmpptr(Address(r15_thread, Thread::pending_exception_offset()), (int32_t) NULL);
520 __ movptr(rax, Address(r15_thread, Thread::pending_exception_offset()));
521 __ movptr(Address(r15_thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
3703 __ cmpptr(Address(r15_thread, Thread::pending_exception_offset()),
H A DtemplateInterpreter_x86_32.cpp248 __ cmpptr(Address(thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
1213 __ cmpptr(Address(thread, Thread::pending_exception_offset()), (int32_t)NULL_WORD);
H A DtemplateInterpreter_x86_64.cpp215 __ cmpptr(Address(r15_thread, Thread::pending_exception_offset()), (int32_t) NULL_WORD);
1206 __ cmpptr(Address(r15_thread, Thread::pending_exception_offset()), (int32_t) NULL_WORD);
H A Dassembler_x86.cpp7073 cmpptr(Address(java_thread, Thread::pending_exception_offset()), (int32_t) NULL_WORD);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp72 Address exception_addr(G2_thread, Thread::pending_exception_offset());
1011 __ ld_ptr(G2_thread, in_bytes(JavaThread::pending_exception_offset()), Oexception);
1013 __ st_ptr(G0, G2_thread, in_bytes(JavaThread::pending_exception_offset()));
H A DsharedRuntime_sparc.cpp2452 __ ld_ptr(G2_thread, in_bytes(Thread::pending_exception_offset()), O0);
2630 __ ld_ptr(G2_thread, in_bytes(Thread::pending_exception_offset()), I2_ex_oop);
2643 __ st_ptr(G0, G2_thread, in_bytes(Thread::pending_exception_offset()));
2656 __ ld_ptr(G2_thread, in_bytes(Thread::pending_exception_offset()), O0);
2668 __ st_ptr(I2_ex_oop, G2_thread, in_bytes(Thread::pending_exception_offset()));
2704 __ ld_ptr(G2_thread, in_bytes(Thread::pending_exception_offset()), G3_scratch);
3531 Address exception_addr(G2_thread, Thread::pending_exception_offset());
3800 __ ld_ptr(G2_thread, in_bytes(Thread::pending_exception_offset()), O1);
3887 __ ld_ptr(G2_thread, in_bytes(Thread::pending_exception_offset()), O1);
H A DcppInterpreter_sparc.cpp721 Address exception_addr(G2_thread, 0, in_bytes(Thread::pending_exception_offset()));
962 Address exception_addr (G2_thread, 0, in_bytes(Thread::pending_exception_offset()));
1700 Address exception_addr (G2_thread, 0, in_bytes(Thread::pending_exception_offset()));
H A DtemplateInterpreter_sparc.cpp219 Address exception_addr(G2_thread, Thread::pending_exception_offset());
1180 Address exception_addr(G2_thread, Thread::pending_exception_offset());
H A DstubGenerator_sparc.cpp152 __ ld_ptr(G2_thread, in_bytes(Thread::pending_exception_offset()), t);
336 Address pending_exception_addr (G2_thread, Thread::pending_exception_offset());
377 Address exception_addr(G2_thread, Thread::pending_exception_offset());
492 Address exception_addr(G2_thread, Thread::pending_exception_offset());
H A Dassembler_sparc.cpp1101 Address exception_addr(G2_thread, Thread::pending_exception_offset());

Completed in 206 milliseconds