/openjdk7/hotspot/src/share/vm/shark/ |
H A D | sharkNativeWrapper.hpp | 152 thread(), Thread::pending_exception_offset(),
|
H A D | sharkTopLevelBlock.hpp | 256 thread(), Thread::pending_exception_offset(),
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | generateOptoStub.cpp | 245 Node* adr = basic_plus_adr(top(), thread, in_bytes(Thread::pending_exception_offset()));
|
/openjdk7/hotspot/src/share/vm/utilities/ |
H A D | exceptions.hpp | 84 static ByteSize pending_exception_offset() { return byte_offset_of(ThreadShadow, _pending_exception); } function in class:ThreadShadow
|
H A D | exceptions.cpp | 53 const ByteSize offset2 = Thread::pending_exception_offset();
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | c1_Runtime1_x86.cpp | 104 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 D | sharedRuntime_x86_32.cpp | 2268 __ 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 D | sharedRuntime_x86_64.cpp | 2517 __ 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 D | cppInterpreter_x86.cpp | 1135 __ 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 D | stubGenerator_x86_32.cpp | 200 __ 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 D | stubGenerator_x86_64.cpp | 309 __ 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 D | templateInterpreter_x86_32.cpp | 248 __ 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 D | templateInterpreter_x86_64.cpp | 215 __ 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 D | assembler_x86.cpp | 7073 cmpptr(Address(java_thread, Thread::pending_exception_offset()), (int32_t) NULL_WORD);
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | c1_Runtime1_sparc.cpp | 72 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 D | sharedRuntime_sparc.cpp | 2452 __ 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 D | cppInterpreter_sparc.cpp | 721 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 D | templateInterpreter_sparc.cpp | 219 Address exception_addr(G2_thread, Thread::pending_exception_offset()); 1180 Address exception_addr(G2_thread, Thread::pending_exception_offset());
|
H A D | stubGenerator_sparc.cpp | 152 __ 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 D | assembler_sparc.cpp | 1101 Address exception_addr(G2_thread, Thread::pending_exception_offset());
|