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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h666 jdouble * (JNICALL *GetDoubleArrayElements) member in struct:JNINativeInterface_
1685 jdouble * GetDoubleArrayElements(jdoubleArray array, jboolean *isCopy) { function in struct:JNIEnv_
1686 return functions->GetDoubleArrayElements(this,array,isCopy);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h666 jdouble * (JNICALL *GetDoubleArrayElements) member in struct:JNINativeInterface_
1685 jdouble * GetDoubleArrayElements(jdoubleArray array, jboolean *isCopy) { function in struct:JNIEnv_
1686 return functions->GetDoubleArrayElements(this,array,isCopy);

Completed in 60 milliseconds