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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h350 jdouble (JNICALL *CallDoubleMethodV) member in struct:JNINativeInterface_
1038 result = functions->CallDoubleMethodV(this,obj,methodID,args);
1042 jdouble CallDoubleMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
1044 return functions->CallDoubleMethodV(this,obj,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h350 jdouble (JNICALL *CallDoubleMethodV) member in struct:JNINativeInterface_
1038 result = functions->CallDoubleMethodV(this,obj,methodID,args);
1042 jdouble CallDoubleMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
1044 return functions->CallDoubleMethodV(this,obj,methodID,args);
/openjdk7/jdk/src/share/native/common/
H A Djni_util.c343 result.d = (*env)->CallDoubleMethodV(env, obj, mid, args);

Completed in 686 milliseconds