Home
last modified time | relevance | path

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

/aosp12/art/openjdkjvmti/
H A Dti_method.h55 static jvmtiError GetMaxLocals(jvmtiEnv* env, jmethodID method, jint* max_ptr);
H A DOpenjdkJvmTi.cc870 static jvmtiError GetMaxLocals(jvmtiEnv* env, in GetMaxLocals() function in openjdkjvmti::JvmtiFunctions
874 return MethodUtil::GetMaxLocals(env, method, max_ptr); in GetMaxLocals()
1579 JvmtiFunctions::GetMaxLocals,
H A Dti_method.cc287 jvmtiError MethodUtil::GetMaxLocals(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetMaxLocals() function in openjdkjvmti::MethodUtil
/aosp12/art/test/910-methods/
H A Dmethods.cc107 jvmtiError result = jvmti_env->GetMaxLocals(id, &max_locals); in Java_art_Test910_getMaxLocals()
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h1364 jvmtiError (JNICALL *GetMaxLocals) (jvmtiEnv* env,
2296 jvmtiError GetMaxLocals(jmethodID method, in GetMaxLocals() function
2298 return functions->GetMaxLocals(this, method, max_ptr); in GetMaxLocals()