Searched refs:GetLocalInstance (Results 1 - 3 of 3) sorted by relevance

/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);
/openjdk7/jdk/src/share/back/
H A DeventFilter.c345 /* Use new 1.2.x function, GetLocalInstance */
346 error = JVMTI_FUNC_PTR(gdata->jvmti,GetLocalInstance)
/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 */

Completed in 64 milliseconds