Searched refs:stack_base_offset (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.cpp119 Thread::stack_base_offset(),
H A DsharkTopLevelBlock.cpp1915 thread(), Thread::stack_base_offset(),
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp591 static ByteSize stack_base_offset() { return byte_offset_of(Thread, _stack_base ); } function in class:Thread
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp408 __ ld_ptr( G2_thread, Thread::stack_base_offset(), Rscratch );
H A DcppInterpreter_sparc.cpp1093 __ ld_ptr(G2_thread, in_bytes(Thread::stack_base_offset()), O0);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp490 const Address stack_base(thread, Thread::stack_base_offset());
H A DtemplateInterpreter_x86_64.cpp433 const Address stack_base(r15_thread, Thread::stack_base_offset());
H A DcppInterpreter_x86.cpp681 const Address stack_base(thread, Thread::stack_base_offset());

Completed in 60 milliseconds