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

/openjdk7/jdk/src/share/back/
H A DStackFrameImpl.c104 error = JVMTI_FUNC_PTR(gdata->jvmti,GetLocalDouble)
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1135 jvmtiError (JNICALL *GetLocalDouble) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2068 jvmtiError GetLocalDouble(jthread thread, function in struct:_jvmtiEnv
2072 return functions->GetLocalDouble(this, thread, depth, slot, value_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1887 JvmtiEnv::GetLocalDouble(JavaThread* java_thread, jint depth, jint slot, jdouble* value_ptr) { function in class:JvmtiEnv
1896 } /* end GetLocalDouble */

Completed in 66 milliseconds