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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Druntime_x86_32.cpp74 thread_off, // last_java_sp enumerator in enum:layout
112 __ movptr(Address(rsp, thread_off * wordSize), rcx); // Thread is first argument
H A DstubGenerator_x86_64.cpp199 thread_off = 9 enumerator in enum:StubGenerator::call_stub_layout
217 thread_off = 3
247 const Address thread (rbp, thread_off * wordSize);
442 const Address thread (rbp, thread_off * wordSize);
H A DstubGenerator_x86_32.cpp2752 thread_off, // last_java_sp enumerator in enum:StubGenerator::layout
2817 __ movptr(Address(rsp, thread_off * wordSize), java_thread);
H A DsharedRuntime_x86_32.cpp3445 thread_off, enumerator in enum:frame_layout

Completed in 67 milliseconds