Searched refs:IsMethodSynthetic (Results 1 – 2 of 2) sorted by relevance
1412 jvmtiError (JNICALL *IsMethodSynthetic) (jvmtiEnv* env,2335 jvmtiError IsMethodSynthetic(jmethodID method, in IsMethodSynthetic() function2337 return functions->IsMethodSynthetic(this, method, is_synthetic_ptr); in IsMethodSynthetic()
1384 error = JVMTI_FUNC_PTR(gdata->jvmti,IsMethodSynthetic) in isMethodSynthetic()