Searched defs:GetLocalVariableTable (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2820 JvmtiEnv::GetLocalVariableTable(methodOop method_oop, jint* entry_count_ptr, jvmtiLocalVariableEntry** table_ptr) { function in class:JvmtiEnv
2890 } /* end GetLocalVariableTable */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1386 jvmtiError (JNICALL *GetLocalVariableTable) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2318 jvmtiError GetLocalVariableTable(jmethodID method, function in struct:_jvmtiEnv
2321 return functions->GetLocalVariableTable(this, method, entry_count_ptr, table_ptr);

Completed in 74 milliseconds