Searched defs:JvmtiAgentThread (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiAgentThread.hpp31 // class JvmtiAgentThread
36 class JvmtiAgentThread : public JavaThread { class in inherits:JavaThread
43 JvmtiAgentThread(JvmtiEnv* env, jvmtiStartFunction start_fn, const void *start_arg);
H A DjvmtiImpl.cpp62 // class JvmtiAgentThread
68 JvmtiAgentThread::JvmtiAgentThread(JvmtiEnv* env, jvmtiStartFunction start_fn, const void *start_arg) function in class:JvmtiAgentThread
76 JvmtiAgentThread::start_function_wrapper(JavaThread *thread, TRAPS) {
83 JvmtiAgentThread *dthread = (JvmtiAgentThread *)thread;
88 JvmtiAgentThread::call_start_function() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJvmtiAgentThread.java35 public class JvmtiAgentThread extends JavaThread { class in inherits:JavaThread
36 public JvmtiAgentThread(Address addr) { method in class:JvmtiAgentThread

Completed in 31 milliseconds