Searched refs:jvmti_thread_state (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.hpp279 JvmtiThreadState *state = thread->jvmti_thread_state();
332 JvmtiThreadState *state = thread->jvmti_thread_state();
347 JvmtiThreadState *state = thread->jvmti_thread_state();
H A DjvmtiExport.cpp141 JvmtiThreadState *state = thread->jvmti_thread_state();
178 JvmtiThreadState* state = _thread->jvmti_thread_state();
542 _state = _thread->jvmti_thread_state();
778 JvmtiThreadState *state = thread->jvmti_thread_state();
862 JvmtiThreadState *state = thread->jvmti_thread_state();
881 JvmtiThreadState *state = thread->jvmti_thread_state();
889 JvmtiThreadState *state = thread->jvmti_thread_state();
904 JvmtiThreadState* state = thread->jvmti_thread_state();
933 JvmtiThreadState* state = thread->jvmti_thread_state();
1036 JvmtiThreadState *state = thread->jvmti_thread_state();
[all...]
H A DjvmtiEventController.cpp570 // We need to create any missing jvmti_thread_state if there are globally set thread
674 JvmtiThreadState *state = thread->jvmti_thread_state();
817 recompute_thread_enabled(ets->get_thread()->jvmti_thread_state());
828 recompute_thread_enabled(ets->get_thread()->jvmti_thread_state());
842 recompute_thread_enabled(ets->get_thread()->jvmti_thread_state());
H A DjvmtiEnv.cpp141 JvmtiThreadState* state = java_thread->jvmti_thread_state();
165 JvmtiThreadState* state = current_thread->jvmti_thread_state();
190 JvmtiThreadState* state = java_thread->jvmti_thread_state();
H A Djni.cpp846 JvmtiThreadState *state = JavaThread::current()->jvmti_thread_state();
/openjdk7/hotspot/src/share/vm/runtime/
H A DvframeArray.cpp211 JvmtiThreadState *state = thread->jvmti_thread_state();
H A Dthread.hpp1518 // A JvmtiThreadState is lazily allocated. This jvmti_thread_state()
1525 JvmtiThreadState *jvmti_thread_state() const { return _jvmti_thread_state; } function in class:JavaThread
H A Dthread.cpp2760 if (jvmti_thread_state() != NULL) {
2761 jvmti_thread_state()->oops_do(f);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp2953 // is being redefined or retransformed. We use jvmti_thread_state()
2957 JvmtiThreadState *state = jt->jvmti_thread_state();

Completed in 81 milliseconds