Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_method.h55 static jvmtiError GetMaxLocals(jvmtiEnv* env, jmethodID method, jint* max_ptr);
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,
Dti_method.cc287 jvmtiError MethodUtil::GetMaxLocals(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetMaxLocals() function in openjdkjvmti::MethodUtil
/art/test/910-methods/
Dmethods.cc107 jvmtiError result = jvmti_env->GetMaxLocals(id, &max_locals); in Java_art_Test910_getMaxLocals()
/art/openjdkjvmti/include/
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()