Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/javavm/export/
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()