Home
last modified time | relevance | path

Searched refs:GetIntArrayElements (Results 1 – 6 of 6) sorted by relevance

/dalvik/libcore/luni/src/main/native/
Dorg_apache_harmony_luni_platform_OSFileSystem.cpp201 bufs = env->GetIntArrayElements(jbuffers, &bufsCopied); in harmony_io_readvImpl()
202 offsets = env->GetIntArrayElements(joffsets, &offsetsCopied); in harmony_io_readvImpl()
203 lengths = env->GetIntArrayElements(jlengths, &lengthsCopied); in harmony_io_readvImpl()
243 bufs = env->GetIntArrayElements(jbuffers, &bufsCopied); in harmony_io_writevImpl()
244 offsets = env->GetIntArrayElements(joffsets, &offsetsCopied); in harmony_io_writevImpl()
245 lengths = env->GetIntArrayElements(jlengths, &lengthsCopied); in harmony_io_writevImpl()
Dorg_apache_harmony_luni_util_NumberConvert.c210 uArray = (*env)->GetIntArrayElements (env, uArrayObject, 0); in Java_org_apache_harmony_luni_util_NumberConverter_bigIntDigitGeneratorInstImpl()
Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp2948 flagArray = env->GetIntArrayElements(outFlags, &isCopy); in osNetworkSystem_selectImpl()
/dalvik/libcore/icu/src/main/native/
DRegExInterface.cpp218 jint * offsetsRaw = env->GetIntArrayElements(offsets, NULL); in startEnd()
/dalvik/libnativehelper/include/nativehelper/
Djni.h397 jint* (*GetIntArrayElements)(JNIEnv*, jintArray, jboolean*); member
890 jint* GetIntArrayElements(jintArray array, jboolean* isCopy) in GetIntArrayElements() function
891 { return functions->GetIntArrayElements(this, array, isCopy); } in GetIntArrayElements()
/dalvik/vm/
DJni.c3951 GetIntArrayElements,