/art/test/011-array-copy/ |
D | expected-stdout.txt | 16 arraycopy(char) const case 2 passed 17 arraycopy(char) const case 3 passed 18 arraycopy(char) const case 5 passed 19 arraycopy(char) const case 7 passed 20 arraycopy(char) const case 8 passed 21 arraycopy(char) const case 9 passed 22 arraycopy(char) const case 11 passed 23 arraycopy(char) 0 passed 24 arraycopy(char) 1 passed 25 arraycopy(char) 3 passed [all …]
|
/art/test/537-checker-arraycopy/src/ |
D | Main.java | 20 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/610-arraycopy/ |
D | Android.bp | 3 // Build rules for ART run-test `610-arraycopy`. 16 name: "art-run-test-610-arraycopy", 21 ":art-run-test-610-arraycopy-expected-stdout", 22 ":art-run-test-610-arraycopy-expected-stderr", 28 name: "art-run-test-610-arraycopy-expected-stdout", 29 out: ["art-run-test-610-arraycopy-expected-stdout.txt"], 36 name: "art-run-test-610-arraycopy-expected-stderr", 37 out: ["art-run-test-610-arraycopy-expected-stderr.txt"],
|
D | info.txt | 1 Regression test for the System.arraycopy intrinsic, which had a bug
|
/art/test/011-array-copy/src/ |
D | Main.java | 38 System.arraycopy(stringArray, 0, objectArray, 0, stringArray.length); in testObjectCopy() 40 System.arraycopy(objectArray, 0, stringArray, 0, stringArray.length); in testObjectCopy() 44 System.arraycopy(objectArray, 0, stringArray, 0,stringArray.length); in testObjectCopy() 96 System.arraycopy(byteArray, srcPos, byteArray, dstPos, length); in makeCopies() 97 System.arraycopy(shortArray, srcPos, shortArray, dstPos, length); in makeCopies() 98 System.arraycopy(intArray, srcPos, intArray, dstPos, length); in makeCopies() 99 System.arraycopy(longArray, srcPos, longArray, dstPos, length); in makeCopies() 100 System.arraycopy(charArray, srcPos, charArray, dstPos, length); in makeCopies() 166 System.arraycopy(new float[len], 0, new float[len], 0, len); in testFloatAndDouble() 167 System.arraycopy(new double[len], 0, new double[len], 0, len); in testFloatAndDouble() [all …]
|
/art/test/641-checker-arraycopy/ |
D | Android.bp | 3 // Build rules for ART run-test `641-checker-arraycopy`. 16 name: "art-run-test-641-checker-arraycopy", 21 ":art-run-test-641-checker-arraycopy-expected-stdout", 22 ":art-run-test-641-checker-arraycopy-expected-stderr", 31 name: "art-run-test-641-checker-arraycopy-expected-stdout", 32 out: ["art-run-test-641-checker-arraycopy-expected-stdout.txt"], 39 name: "art-run-test-641-checker-arraycopy-expected-stderr", 40 out: ["art-run-test-641-checker-arraycopy-expected-stderr.txt"],
|
D | info.txt | 1 Checker test for testing the arraycopy optimization in
|
/art/test/537-checker-arraycopy/ |
D | Android.bp | 3 // Build rules for ART run-test `537-checker-arraycopy`. 16 name: "art-run-test-537-checker-arraycopy", 21 ":art-run-test-537-checker-arraycopy-expected-stdout", 22 ":art-run-test-537-checker-arraycopy-expected-stderr", 31 name: "art-run-test-537-checker-arraycopy-expected-stdout", 32 out: ["art-run-test-537-checker-arraycopy-expected-stdout.txt"], 39 name: "art-run-test-537-checker-arraycopy-expected-stderr", 40 out: ["art-run-test-537-checker-arraycopy-expected-stderr.txt"],
|
D | info.txt | 1 Test for edge cases of System.arraycopy.
|
/art/test/646-checker-arraycopy-large-cst-pos/ |
D | Android.bp | 3 // Build rules for ART run-test `646-checker-arraycopy-large-cst-pos`. 16 name: "art-run-test-646-checker-arraycopy-large-cst-pos", 21 ":art-run-test-646-checker-arraycopy-large-cst-pos-expected-stdout", 22 ":art-run-test-646-checker-arraycopy-large-cst-pos-expected-stderr", 31 name: "art-run-test-646-checker-arraycopy-large-cst-pos-expected-stdout", 32 out: ["art-run-test-646-checker-arraycopy-large-cst-pos-expected-stdout.txt"], 39 name: "art-run-test-646-checker-arraycopy-large-cst-pos-expected-stderr", 40 out: ["art-run-test-646-checker-arraycopy-large-cst-pos-expected-stderr.txt"],
|
/art/test/641-checker-arraycopy/src/ |
D | Main.java | 29 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/ |
D | Main.java | 137 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/ |
D | Main.java | 59 System.arraycopy(mStorage, 0, mStorage, in copyTest() 65 System.arraycopy(mStorage, 0, mStorage, in copyTest()
|
/art/test/096-array-copy-concurrent-gc/src/ |
D | Main.java | 73 System.arraycopy(array, 0, array, 1, array.length - 1); in stressArray() 80 System.arraycopy(array, 1, array, 0, array.length - 1); in stressArray()
|
/art/test/096-array-copy-concurrent-gc/ |
D | info.txt | 1 This is a test to verify that System.arraycopy works nice together with
|
/art/test/646-checker-arraycopy-large-cst-pos/src/ |
D | Main.java | 34 System.arraycopy(src, 0, dst, 1024, 64); in test()
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MSwitchInsn.java | 47 System.arraycopy(keys, 0, newInsn.keys, 0, keys.length); in clone()
|
/art/test/610-arraycopy/src/ |
D | Main.java | 39 System.arraycopy(a, 0, b, 1, 3); in $noinline$callArrayCopy()
|
/art/test/1936-thread-end-events/ |
D | expected-stdout.txt | 22 Entered public static native void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,…
|
/art/test/717-integer-value-of/src/ |
D | Main.java | 46 System.arraycopy(cache, 0, alt_cache, 0, cache.length); in testValueOfArg()
|
/art/test/693-vdex-inmem-loader-evict/src/ |
D | Main.java | 111 System.arraycopy(DEX_BYTES_CHECKSUMS[index], 0, dex, DEX_BYTES_CHECKSUM_OFFSET, in createDex()
|
/art/test/988-method-trace/src/art/ |
D | Test988.java | 441 System.arraycopy(sSourceArray, 0, sDestArray, 0, 1); 442 System.arraycopy(sSourceArrayChar, 0, sDestArrayChar, 0, 1);
|
/art/test/2263-method-trace-jit/src/art/ |
D | Test988.java | 441 System.arraycopy(sSourceArray, 0, sDestArray, 0, 1); 442 System.arraycopy(sSourceArrayChar, 0, sDestArrayChar, 0, 1);
|
/art/test/1940-ddms-ext/src-art/art/ |
D | Test1940.java | 66 System.arraycopy(c.data(), c.offset(), out, 0, c.length()); in printChunk()
|
/art/test/988-method-trace/ |
D | expected-stdout.txt | 144 .......=> public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,i… 145 .......<= public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,i… 272 .......=> public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,i… 273 .......<= public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,i… 580 .=> public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int) 581 .<= public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int) ->… 582 .=> public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int) 583 .<= public static void java.lang.System.arraycopy(java.lang.Object,int,java.lang.Object,int,int) ->…
|