Searched refs:IsMethodSynthetic (Results 1 – 5 of 5) sorted by relevance
/art/openjdkjvmti/ |
D | ti_method.h | 83 static jvmtiError IsMethodSynthetic(jvmtiEnv* env, jmethodID method, jboolean* is_synthetic_ptr);
|
D | OpenjdkJvmTi.cc | 954 static jvmtiError IsMethodSynthetic(jvmtiEnv* env, jmethodID method, jboolean* is_synthetic_ptr) { in IsMethodSynthetic() function in openjdkjvmti::JvmtiFunctions 957 return MethodUtil::IsMethodSynthetic(env, method, is_synthetic_ptr); in IsMethodSynthetic() 1656 JvmtiFunctions::IsMethodSynthetic,
|
D | ti_method.cc | 520 jvmtiError MethodUtil::IsMethodSynthetic(jvmtiEnv* env, jmethodID m, jboolean* is_synthetic_ptr) { in IsMethodSynthetic() function in openjdkjvmti::MethodUtil
|
/art/test/910-methods/ |
D | methods.cc | 187 jvmtiError result = jvmti_env->IsMethodSynthetic(id, &is_synthetic); in Java_art_Test910_isMethodSynthetic()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1412 jvmtiError (JNICALL *IsMethodSynthetic) (jvmtiEnv* env, 2335 jvmtiError IsMethodSynthetic(jmethodID method, in IsMethodSynthetic() function 2337 return functions->IsMethodSynthetic(this, method, is_synthetic_ptr); in IsMethodSynthetic()
|