Searched refs:set_jvmti_thread_state (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.cpp99 thread->set_jvmti_thread_state(this);
107 get_thread()->set_jvmti_thread_state(NULL);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp1517 void set_jvmti_thread_state(JvmtiThreadState *value) { _jvmti_thread_state = value; } function in class:JavaThread

Completed in 37 milliseconds