Searched refs:GetDoubleArrayRegion (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DArrayReferenceImpl.c197 JNI_FUNC_PTR(env,GetDoubleArrayRegion)(env, array, index, length, components);
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c381 (*env)->GetDoubleArrayRegion(env, matrix, 0, 4, dmat);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h700 void (JNICALL *GetDoubleArrayRegion) member in struct:JNINativeInterface_
1758 void GetDoubleArrayRegion(jdoubleArray array, function in struct:JNIEnv_
1760 functions->GetDoubleArrayRegion(this,array,start,len,buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h700 void (JNICALL *GetDoubleArrayRegion) member in struct:JNINativeInterface_
1758 void GetDoubleArrayRegion(jdoubleArray array, function in struct:JNIEnv_
1760 functions->GetDoubleArrayRegion(this,array,start,len,buf);

Completed in 56 milliseconds