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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1972 JvmtiEnv::SetLocalDouble(JavaThread* java_thread, jint depth, jint slot, jdouble value) { function in class:JvmtiEnv
1981 } /* end SetLocalDouble */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1170 jvmtiError (JNICALL *SetLocalDouble) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2103 jvmtiError SetLocalDouble(jthread thread, function in struct:_jvmtiEnv
2107 return functions->SetLocalDouble(this, thread, depth, slot, value);

Completed in 50 milliseconds