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

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1364 jvmtiError (JNICALL *GetMaxLocals) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2296 jvmtiError GetMaxLocals(jmethodID method, function in struct:_jvmtiEnv
2298 return functions->GetMaxLocals(this, method, max_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2734 JvmtiEnv::GetMaxLocals(methodOop method_oop, jint* max_ptr) { function in class:JvmtiEnv
2739 } /* end GetMaxLocals */

Completed in 51 milliseconds