Home
last modified time | relevance | path

Searched refs:arraycopy (Results 1 – 25 of 26) sorted by relevance

12

/art/test/537-checker-arraycopy/src/
DMain.java20 arraycopy(); in main()
22 arraycopy(new Object()); in main()
28 arraycopy(null); in main()
35 arraycopy(new Object[1]); in main()
41 arraycopy(new Object[2]); in main()
42 arraycopy(new Object[2], 0); in main()
45 arraycopy(new Object[1], 1); in main()
59 public static void arraycopy() { in arraycopy() method in Main
61 System.arraycopy(obj, 1, obj, 0, 1); in arraycopy()
64 public static void arraycopy(Object obj) { in arraycopy() method in Main
[all …]
/art/test/011-array-copy/src/
DMain.java37 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length); in testObjectCopy()
39 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length); in testObjectCopy()
43 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length); in testObjectCopy()
95 System.arraycopy(byteArray, srcPos, byteArray, dstPos, length); in makeCopies()
96 System.arraycopy(shortArray, srcPos, shortArray, dstPos, length); in makeCopies()
97 System.arraycopy(intArray, srcPos, intArray, dstPos, length); in makeCopies()
98 System.arraycopy(longArray, srcPos, longArray, dstPos, length); in makeCopies()
99 System.arraycopy(charArray, srcPos, charArray, dstPos, length); in makeCopies()
165 System.arraycopy(new float[len], 0, new float[len], 0, len); in testFloatAndDouble()
166 System.arraycopy(new double[len], 0, new double[len], 0, len); in testFloatAndDouble()
/art/test/641-checker-arraycopy/src/
DMain.java29 System.arraycopy(o, 1, o, 0, 1); in typedCopy()
30 System.arraycopy((Object)foo, 1, (Object)foo, 0, 1); // Don't use the @hide byte[] overload. in typedCopy()
34 System.arraycopy(o, 1, o, 0, 1); in untypedCopy()
35 System.arraycopy(foo, 1, foo, 0, 1); in untypedCopy()
/art/test/201-built-in-except-detail-messages/src/
DMain.java137 System.arraycopy(src, 1, dst, 0, 5); in arrayStore()
146 System.arraycopy(src, 0, dst, 0, 1); in arrayStore()
154 System.arraycopy(src, 0, dst, 0, 1); in arrayStore()
162 System.arraycopy(src, 0, dst, 0, 1); in arrayStore()
170 System.arraycopy(src, 0, dst, 0, 1); in arrayStore()
178 System.arraycopy(src, 0, dst, 0, 1); in arrayStore()
187 System.arraycopy(new C(), 0, "hello", 0, 1); in arrayStore()
/art/test/028-array-write/src/
DMain.java59 System.arraycopy(mStorage, 0, mStorage, in copyTest()
65 System.arraycopy(mStorage, 0, mStorage, in copyTest()
/art/test/096-array-copy-concurrent-gc/src/
DMain.java64 System.arraycopy(array, 0, array, 1, array.length - 1); in stressArray()
74 System.arraycopy(array, 1, array, 0, array.length - 1); in stressArray()
/art/test/537-checker-arraycopy/
Dinfo.txt1 Test for edge cases of System.arraycopy.
DAndroid.bp3 name: "art-run-test-537-checker-arraycopy",
/art/test/641-checker-arraycopy/
Dinfo.txt1 Checker test for testing the arraycopy optimization in
DAndroid.bp3 name: "art-run-test-641-checker-arraycopy",
/art/test/096-array-copy-concurrent-gc/
Dinfo.txt1 This is a test to verify that System.arraycopy works nice together with
/art/test/646-checker-arraycopy-large-cst-pos/src/
DMain.java34 System.arraycopy(src, 0, dst, 1024, 64); in test()
/art/test/610-arraycopy/
Dinfo.txt1 Regression test for the System.arraycopy intrinsic, which had a bug
DAndroid.bp3 name: "art-run-test-610-arraycopy",
/art/test/646-checker-arraycopy-large-cst-pos/
DAndroid.bp3 name: "art-run-test-646-checker-arraycopy-large-cst-pos",
/art/tools/dexfuzz/src/dexfuzz/program/
DMSwitchInsn.java47 System.arraycopy(keys, 0, newInsn.keys, 0, keys.length); in clone()
/art/test/610-arraycopy/src/
DMain.java39 System.arraycopy(a, 0, b, 1, 3); in $noinline$callArrayCopy()
/art/test/1936-thread-end-events/
Dexpected.txt22 Entered public static native void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,…
/art/test/717-integer-value-of/src/
DMain.java46 System.arraycopy(cache, 0, alt_cache, 0, cache.length); in testValueOfArg()
/art/test/693-vdex-inmem-loader-evict/src/
DMain.java111 System.arraycopy(DEX_BYTES_CHECKSUMS[index], 0, dex, DEX_BYTES_CHECKSUM_OFFSET, in createDex()
/art/test/988-method-trace/src/art/
DTest988.java416 System.arraycopy(sSourceArray, 0, sDestArray, 0, 1);
417 System.arraycopy(sSourceArrayChar, 0, sDestArrayChar, 0, 1);
/art/test/988-method-trace/
Dexpected.txt131 .......=> public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,i…
132 .......<= public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,i…
234 .......=> public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,i…
235 .......<= public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,i…
526 .=> public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int)
527 .<= public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int) ->…
528 .=> public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int)
529 .<= public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int) ->…
/art/test/1940-ddms-ext/src-art/art/
DTest1940.java62 System.arraycopy(k.data, k.offset, out, 0, k.length); in printChunk()
/art/
DTEST_MAPPING783 "name": "art-run-test-537-checker-arraycopy"
963 "name": "art-run-test-610-arraycopy"
1026 "name": "art-run-test-641-checker-arraycopy"
1038 "name": "art-run-test-646-checker-arraycopy-large-cst-pos"
/art/runtime/native/
Djava_lang_System.cc243 FAST_NATIVE_METHOD(System, arraycopy, "(Ljava/lang/Object;ILjava/lang/Object;II)V"),

12