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

/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 */
/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);

Completed in 56 milliseconds