Home
last modified time | relevance | path

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

/art/test/910-methods/
Dmethods.cc106 jint max_locals; in Java_art_Test910_getMaxLocals() local
107 jvmtiError result = jvmti_env->GetMaxLocals(id, &max_locals); in Java_art_Test910_getMaxLocals()
112 return max_locals; in Java_art_Test910_getMaxLocals()