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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.cpp41 // class JvmtiThreadState
43 // Instances of JvmtiThreadState hang off of each thread.
47 JvmtiThreadState *JvmtiThreadState::_head = NULL;
49 JvmtiThreadState::JvmtiThreadState(JavaThread* thread) function in class:JvmtiThreadState
74 // add all the JvmtiEnvThreadState to the new JvmtiThreadState
103 JvmtiThreadState::~JvmtiThreadState() {
144 JvmtiThreadState
[all...]
H A DjvmtiThreadState.hpp54 // in a JvmtiThreadState.
60 JvmtiThreadState* state;
62 JvmtiEnvThreadStateIterator(JvmtiThreadState* thread_state);
71 // class JvmtiThreadState
75 class JvmtiThreadState : public CHeapObj<mtInternal> { class in inherits:CHeapObj
101 static JvmtiThreadState *_head;
102 JvmtiThreadState *_next;
103 JvmtiThreadState *_prev;
111 JvmtiThreadState(JavaThread *thread);
118 ~JvmtiThreadState();
[all...]

Completed in 35 milliseconds