Searched refs:SetDoubleArrayRegion (Results 1 – 2 of 2) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | ArrayReferenceImpl.c | 448 JNI_FUNC_PTR(env,SetDoubleArrayRegion)(env, array, index + i, 1, &component); in readDoubleComponents()
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jni.h | 717 void (JNICALL *SetDoubleArrayRegion) 1791 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, in SetDoubleArrayRegion() function 1793 functions->SetDoubleArrayRegion(this,array,start,len,buf); in SetDoubleArrayRegion()
|