Searched defs:G2_thread (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp592 assert_different_registers(G2_thread, G5_method, Gargs, Gtmp1, Gtmp2);
640 const Address do_not_unlock_if_synchronized(G2_thread, 0,
677 // Don't see how G2_thread is preserved here...
721 Address exception_addr(G2_thread, 0, in_bytes(Thread::pending_exception_offset()));
758 __ ld_ptr(STATE(_thread), G2_thread); // restore thread (shouldn't be needed) local
831 Address flags(G2_thread,
839 Address thread_state(G2_thread, 0, in_bytes(JavaThread::thread_state_offset()));
856 add(G2_thread, in_bytes(JavaThread::jni_environment_offset()), O0);
857 __ ld_ptr(STATE(_thread), G2_thread); // restore thread local
880 __ serialize_memory(G2_thread, G1_scratc
902 __ ld_ptr(STATE(_thread), G2_thread); // restore thread local
1623 __ ld_ptr(STATE(_thread), G2_thread); local
1627 __ ld_ptr(STATE(_thread), G2_thread); // restore G2_thread local
1952 __ ld_ptr(STATE(_thread), G2_thread); local
[all...]

Completed in 2295 milliseconds