Searched defs:IsMethodSynthetic (Results 1 - 3 of 3) sorted by relevance

/art/openjdkjvmti/
H A Dti_method.cc541 jvmtiError MethodUtil::IsMethodSynthetic(jvmtiEnv* env, jmethodID m, jboolean* is_synthetic_ptr) { function in class:openjdkjvmti::MethodUtil
H A DOpenjdkJvmTi.cc942 static jvmtiError IsMethodSynthetic(jvmtiEnv* env, jmethodID method, jboolean* is_synthetic_ptr) { function in class:openjdkjvmti::JvmtiFunctions
945 return MethodUtil::IsMethodSynthetic(env, method, is_synthetic_ptr);
1656 JvmtiFunctions::IsMethodSynthetic,
/art/openjdkjvmti/include/
H A Djvmti.h1412 jvmtiError (JNICALL *IsMethodSynthetic) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2335 jvmtiError IsMethodSynthetic(jmethodID method, function in struct:_jvmtiEnv
2337 return functions->IsMethodSynthetic(this, method, is_synthetic_ptr);

Completed in 47 milliseconds