Searched refs:GetLocalVariableTable (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DMethodImpl.c131 error = JVMTI_FUNC_PTR(gdata->jvmti,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);
/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 */

Completed in 1258 milliseconds