Home
last modified time | relevance | path

Searched refs:GetMethodModifiers (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/test/ti-agent/
H A Dcommon_helper.cc43 if (JvmtiErrorToException(env, jvmti, jvmti->GetMethodModifiers(m, &mods))) { in GetJavaMethod()
H A Djni_binder.cc241 jvmtiError mod_result = jvmti_env->GetMethodModifiers(methods[i], &modifiers); in BindFunctionsOnClass()
/aosp12/art/openjdkjvmti/
H A Dti_method.h72 static jvmtiError GetMethodModifiers(jvmtiEnv* env,
H A DOpenjdkJvmTi.cc863 static jvmtiError GetMethodModifiers(jvmtiEnv* env, in GetMethodModifiers() function in openjdkjvmti::JvmtiFunctions
867 return MethodUtil::GetMethodModifiers(env, method, modifiers_ptr); in GetMethodModifiers()
1577 JvmtiFunctions::GetMethodModifiers,
H A Dti_method.cc433 jvmtiError MethodUtil::GetMethodModifiers(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetMethodModifiers() function in openjdkjvmti::MethodUtil
/aosp12/art/test/910-methods/
H A Dmethods.cc94 jvmtiError result = jvmti_env->GetMethodModifiers(id, &modifiers); in Java_art_Test910_getMethodModifiers()
/aosp12/art/test/911-get-stack-trace/
H A Dstack_trace.cc237 jvmtiError mod_result = jvmti_env->GetMethodModifiers(method, &modifiers); in Java_art_Frames_getFrameLocation()
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h1356 jvmtiError (JNICALL *GetMethodModifiers) (jvmtiEnv* env,
2291 jvmtiError GetMethodModifiers(jmethodID method, in GetMethodModifiers() function
2293 return functions->GetMethodModifiers(this, method, modifiers_ptr); in GetMethodModifiers()
/aosp12/art/test/912-classes/
H A Dclasses.cc137 jvmti_env->GetMethodModifiers(methods[i], &modifiers); in Java_art_Test912_getClassMethods()