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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2758 JvmtiEnv::GetLineNumberTable(methodOop method_oop, jint* entry_count_ptr, jvmtiLineNumberEntry** table_ptr) { function in class:JvmtiEnv
2793 } /* end GetLineNumberTable */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1374 jvmtiError (JNICALL *GetLineNumberTable) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2306 jvmtiError GetLineNumberTable(jmethodID method, function in struct:_jvmtiEnv
2309 return functions->GetLineNumberTable(this, method, entry_count_ptr, table_ptr);

Completed in 87 milliseconds