Searched refs:_threadObj (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp192 oop _threadObj; member in class:ThreadSnapshot
213 ThreadSnapshot() : _thread(NULL), _threadObj(NULL), _stack_trace(NULL), _concurrent_locks(NULL), _next(NULL),
220 oop threadObj() const { return _threadObj; }
H A DthreadService.cpp722 _threadObj = thread->threadObj();
738 _thread_status = java_lang_Thread::get_thread_status(_threadObj);
793 f->do_oop(&_threadObj);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp756 oop _threadObj; // The Java level thread object member in class:JavaThread
987 oop threadObj() const { return _threadObj; }
988 void set_threadObj(oop p) { _threadObj = p; }
1301 static ByteSize threadObj_offset() { return byte_offset_of(JavaThread, _threadObj ); }
H A Dthread.cpp2754 f->do_oop((oop*) &_threadObj);
H A DvmStructs.cpp919 nonstatic_field(JavaThread, _threadObj, oop) \

Completed in 64 milliseconds