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

/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 */
/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);

Completed in 51 milliseconds