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

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSMemory.cpp219 _env->GetIntArrayRegion(src, offset, length, dst);
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h427 void (*GetIntArrayRegion)(JNIEnv*, jintArray, member in struct:JNINativeInterface
936 void GetIntArrayRegion(jintArray array, jsize start, jsize len, function in struct:_JNIEnv
938 { functions->GetIntArrayRegion(this, array, start, len, buf); }
/dalvik/vm/
H A DJni.c4160 GetIntArrayRegion,

Completed in 127 milliseconds