Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching full:getmethodname

865   static jvmtiError GetMethodName(jvmtiEnv* env,
871 return MethodUtil::GetMethodName(env, method, name_ptr, signature_ptr, generic_ptr);
1643 JvmtiFunctions::GetMethodName,