Searched refs:GetLineNumberTable (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DMethodImpl.c70 error = JVMTI_FUNC_PTR(gdata->jvmti,GetLineNumberTable)
H A DstepControl.c122 error = JVMTI_FUNC_PTR(gdata->jvmti,GetLineNumberTable)
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp414 jvmdiError lnRes = jvmdi->GetLineNumberTable(clazz, m, &entryCount, &table);
/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);
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c542 error = (*jvmti)->GetLineNumberTable(jvmti, finfo->method, &lineCount, &lineTable);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1430 error = JVMTI_FUNC_PTR(gdata->jvmti,GetLineNumberTable)
/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 */

Completed in 69 milliseconds