Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_method.h49 static jvmtiError GetMaxLocals(jvmtiEnv* env, jmethodID method, jint* max_ptr);
Dti_method.cc128 jvmtiError MethodUtil::GetMaxLocals(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetMaxLocals() function in openjdkjvmti::MethodUtil
DOpenjdkJvmTi.cc896 static jvmtiError GetMaxLocals(jvmtiEnv* env, in GetMaxLocals() function in openjdkjvmti::JvmtiFunctions
900 return MethodUtil::GetMaxLocals(env, method, max_ptr); in GetMaxLocals()
1814 JvmtiFunctions::GetMaxLocals,
/art/test/910-methods/
Dmethods.cc107 jvmtiError result = jvmti_env->GetMaxLocals(id, &max_locals); in Java_art_Test910_getMaxLocals()
/art/runtime/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()