Home
last modified time | relevance | path

Searched refs:GetDoubleArrayRegion (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/back/
DArrayReferenceImpl.c197 JNI_FUNC_PTR(env,GetDoubleArrayRegion)(env, array, index, length, components); in writeDoubleComponents()
/external/oj-libjdwp/src/share/javavm/export/
Djni.h700 void (JNICALL *GetDoubleArrayRegion)
1758 void GetDoubleArrayRegion(jdoubleArray array, in GetDoubleArrayRegion() function
1760 functions->GetDoubleArrayRegion(this,array,start,len,buf); in GetDoubleArrayRegion()