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

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1380 jvmtiError (JNICALL *GetMethodLocation) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2312 jvmtiError GetMethodLocation(jmethodID method, function in struct:_jvmtiEnv
2315 return functions->GetMethodLocation(this, method, start_location_ptr, end_location_ptr);
/openjdk7/jdk/src/share/back/
H A Dutil.c711 error = JVMTI_FUNC_PTR(gdata->jvmti,GetMethodLocation)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2800 JvmtiEnv::GetMethodLocation(methodOop method_oop, jlocation* start_location_ptr, jlocation* end_location_ptr) { function in class:JvmtiEnv
2813 } /* end GetMethodLocation */

Completed in 57 milliseconds