Searched refs:GetMethodName (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/compiledMethodLoad/
H A DcompiledMethodLoad.c94 err = (*jvmti)->GetMethodName(jvmti, id, &method_name,
195 err = (*jvmti)->GetMethodName(jvmti, method, &name, &signature,
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp470 if (jvmdi->GetMethodName(targetClass, targetMethod, &methodName, &methodSig)
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1344 jvmtiError (JNICALL *GetMethodName) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2279 jvmtiError GetMethodName(jmethodID method, function in struct:_jvmtiEnv
2283 return functions->GetMethodName(this, method, name_ptr, signature_ptr, generic_ptr);
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c523 error = (*jvmti)->GetMethodName(jvmti, finfo->method,
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1274 error = JVMTI_FUNC_PTR(gdata->jvmti,GetMethodName)
/openjdk7/jdk/src/share/back/
H A Dutil.c728 error = FUNC_PTR(gdata->jvmti,GetMethodName)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2673 JvmtiEnv::GetMethodName(methodOop method_oop, char** name_ptr, char** signature_ptr, char** generic_ptr) { function in class:JvmtiEnv
2708 } /* end GetMethodName */

Completed in 130 milliseconds