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

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

Completed in 58 milliseconds