Home
last modified time | relevance | path

Searched defs:dstPos (Results 1 – 2 of 2) sorted by relevance

/art/runtime/native/
Djava_lang_System.cc47 jint dstPos, jint length) { in System_arraycopy()
165 jobject javaDst, jint dstPos, jint count) { in System_arraycopyTUnchecked()
179 jobject javaDst, jint dstPos, jint count) { in System_arraycopyCharUnchecked()
185 jobject javaDst, jint dstPos, jint count) { in System_arraycopyByteUnchecked()
191 jobject javaDst, jint dstPos, jint count) { in System_arraycopyShortUnchecked()
197 jobject javaDst, jint dstPos, jint count) { in System_arraycopyIntUnchecked()
203 jobject javaDst, jint dstPos, jint count) { in System_arraycopyLongUnchecked()
209 jobject javaDst, jint dstPos, jint count) { in System_arraycopyFloatUnchecked()
215 jobject javaDst, jint dstPos, jint count) { in System_arraycopyDoubleUnchecked()
221 jobject javaDst, jint dstPos, jint count) { in System_arraycopyBooleanUnchecked()
/art/test/011-array-copy/src/
DMain.java82 static void makeCopies(int srcPos, int dstPos, int length) { in makeCopies()