Searched defs:_threadObj (Results 1 - 2 of 2) 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; }
/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 ); }

Completed in 1449 milliseconds