Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:GetMethodModifiers

868   static jvmtiError GetMethodModifiers(jvmtiEnv* env,
872 return MethodUtil::GetMethodModifiers(env, method, modifiers_ptr);
1811 JvmtiFunctions::GetMethodModifiers,