Home
last modified time | relevance | path

Searched refs:IsMethodSynthetic (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Dti_method.h83 static jvmtiError IsMethodSynthetic(jvmtiEnv* env, jmethodID method, jboolean* is_synthetic_ptr);
DOpenjdkJvmTi.cc924 static jvmtiError IsMethodSynthetic(jvmtiEnv* env, jmethodID method, jboolean* is_synthetic_ptr) { in IsMethodSynthetic() function in openjdkjvmti::JvmtiFunctions
927 return MethodUtil::IsMethodSynthetic(env, method, is_synthetic_ptr); in IsMethodSynthetic()
1581 JvmtiFunctions::IsMethodSynthetic,
Dti_method.cc538 jvmtiError MethodUtil::IsMethodSynthetic(jvmtiEnv* env, jmethodID m, jboolean* is_synthetic_ptr) { in IsMethodSynthetic() function in openjdkjvmti::MethodUtil
/art/test/910-methods/
Dmethods.cc187 jvmtiError result = jvmti_env->IsMethodSynthetic(id, &is_synthetic); in Java_art_Test910_isMethodSynthetic()
/art/openjdkjvmti/include/
Djvmti.h1412 jvmtiError (JNICALL *IsMethodSynthetic) (jvmtiEnv* env,
2335 jvmtiError IsMethodSynthetic(jmethodID method, in IsMethodSynthetic() function
2337 return functions->IsMethodSynthetic(this, method, is_synthetic_ptr); in IsMethodSynthetic()