Searched refs:mod_result (Results 1 – 2 of 2) sorted by relevance
237 jvmtiError mod_result = jvmti_env->GetMethodModifiers(method, &modifiers); in Java_art_Frames_getFrameLocation() local238 if (JvmtiErrorToException(env, jvmti_env, mod_result)) { in Java_art_Frames_getFrameLocation()
241 jvmtiError mod_result = jvmti_env->GetMethodModifiers(methods[i], &modifiers); in BindFunctionsOnClass() local242 CheckJvmtiError(jvmti_env, mod_result); in BindFunctionsOnClass()