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

/openjdk7/jdk/src/share/back/
H A DArrayReferenceImpl.c448 JNI_FUNC_PTR(env,SetDoubleArrayRegion)(env, array, index + i, 1, &component);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h717 void (JNICALL *SetDoubleArrayRegion) member in struct:JNINativeInterface_
1791 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, function in struct:JNIEnv_
1793 functions->SetDoubleArrayRegion(this,array,start,len,buf);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h717 void (JNICALL *SetDoubleArrayRegion) member in struct:JNINativeInterface_
1791 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, function in struct:JNIEnv_
1793 functions->SetDoubleArrayRegion(this,array,start,len,buf);

Completed in 52 milliseconds