Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_method.h66 static jvmtiError GetMethodModifiers(jvmtiEnv* env,
Dti_method.cc272 jvmtiError MethodUtil::GetMethodModifiers(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetMethodModifiers() function in openjdkjvmti::MethodUtil
DOpenjdkJvmTi.cc889 static jvmtiError GetMethodModifiers(jvmtiEnv* env, in GetMethodModifiers() function in openjdkjvmti::JvmtiFunctions
893 return MethodUtil::GetMethodModifiers(env, method, modifiers_ptr); in GetMethodModifiers()
1812 JvmtiFunctions::GetMethodModifiers,
/art/test/910-methods/
Dmethods.cc94 jvmtiError result = jvmti_env->GetMethodModifiers(id, &modifiers); in Java_art_Test910_getMethodModifiers()
/art/test/911-get-stack-trace/
Dstack_trace.cc236 jvmtiError mod_result = jvmti_env->GetMethodModifiers(method, &modifiers); in Java_art_Frames_getFrameLocation()
/art/test/ti-agent/
Djni_binder.cc241 jvmtiError mod_result = jvmti_env->GetMethodModifiers(methods[i], &modifiers); in BindFunctionsOnClass()
/art/test/912-classes/
Dclasses.cc136 jvmti_env->GetMethodModifiers(methods[i], &modifiers); in Java_art_Test912_getClassMethods()
/art/runtime/openjdkjvmti/include/
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()