Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:IsMethodSynthetic

929   static jvmtiError IsMethodSynthetic(jvmtiEnv* env, jmethodID method, jboolean* is_synthetic_ptr) {
932 return MethodUtil::IsMethodSynthetic(env, method, is_synthetic_ptr);
1822 JvmtiFunctions::IsMethodSynthetic,