Searched refs:GetIntArrayElements (Results 1 – 6 of 6) sorted by relevance
/dalvik/libcore/luni/src/main/native/ |
D | org_apache_harmony_luni_platform_OSFileSystem.cpp | 201 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()
|
D | org_apache_harmony_luni_util_NumberConvert.c | 210 uArray = (*env)->GetIntArrayElements (env, uArrayObject, 0); in Java_org_apache_harmony_luni_util_NumberConverter_bigIntDigitGeneratorInstImpl()
|
D | org_apache_harmony_luni_platform_OSNetworkSystem.cpp | 2948 flagArray = env->GetIntArrayElements(outFlags, &isCopy); in osNetworkSystem_selectImpl()
|
/dalvik/libcore/icu/src/main/native/ |
D | RegExInterface.cpp | 218 jint * offsetsRaw = env->GetIntArrayElements(offsets, NULL); in startEnd()
|
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 397 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/ |
D | Jni.c | 3951 GetIntArrayElements,
|