Searched refs:GetFrameLocation (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DstandardHandlers.c106 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
H A DeventHandler.c1076 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
1109 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
1152 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
1194 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
H A DStackFrameImpl.c377 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
H A DThreadReferenceImpl.c285 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
H A DstepControl.c99 error = JVMTI_FUNC_PTR(gdata->jvmti,GetFrameLocation)
H A Dutil.c2346 error = FUNC_PTR(gdata->jvmti,GetFrameLocation)
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp87 template(GetFrameLocation) \
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1095 jvmtiError (JNICALL *GetFrameLocation) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1930 jvmtiError GetFrameLocation(jthread thread, function in struct:_jvmtiEnv
1934 return functions->GetFrameLocation(this, thread, depth, method_ptr, location_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1490 JvmtiEnv::GetFrameLocation(JavaThread* java_thread, jint depth, jmethodID* method_ptr, jlocation* location_ptr) { function in class:JvmtiEnv
1503 } /* end GetFrameLocation */

Completed in 69 milliseconds