Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:GetMethodDeclaringClass

861   static jvmtiError GetMethodDeclaringClass(jvmtiEnv* env,
865 return MethodUtil::GetMethodDeclaringClass(env, method, declaring_class_ptr);
1810 JvmtiFunctions::GetMethodDeclaringClass,