Searched refs:GetMethodDeclaringClass (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/compiledMethodLoad/
H A DcompiledMethodLoad.c86 err = (*jvmti)->GetMethodDeclaringClass(jvmti, id,
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, function in struct:_jvmtiEnv
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr);
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c509 error = (*jvmti)->GetMethodDeclaringClass(jvmti, finfo->method, &klass);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1242 error = JVMTI_FUNC_PTR(gdata->jvmti,GetMethodDeclaringClass)
/openjdk7/jdk/src/share/back/
H A Dutil.c700 error = FUNC_PTR(gdata->jvmti,GetMethodDeclaringClass)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2714 JvmtiEnv::GetMethodDeclaringClass(methodOop method_oop, jclass* declaring_class_ptr) { function in class:JvmtiEnv
2718 } /* end GetMethodDeclaringClass */

Completed in 68 milliseconds