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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1593 JvmtiEnv::ForceEarlyReturnDouble(JavaThread* java_thread, jdouble value) { function in class:JvmtiEnv
1597 } /* end ForceEarlyReturnDouble */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1452 jvmtiError (JNICALL *ForceEarlyReturnDouble) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1962 jvmtiError ForceEarlyReturnDouble(jthread thread, function in struct:_jvmtiEnv
1964 return functions->ForceEarlyReturnDouble(this, thread, value);

Completed in 57 milliseconds