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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1809 JvmtiEnv::GetLocalInstance(JavaThread* java_thread, jint depth, jobject* value_ptr){ function in class:JvmtiEnv
1824 } /* end GetLocalInstance */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1779 jvmtiError (JNICALL *GetLocalInstance) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2041 jvmtiError GetLocalInstance(jthread thread, function in struct:_jvmtiEnv
2044 return functions->GetLocalInstance(this, thread, depth, value_ptr);

Completed in 49 milliseconds