/art/test/582-checker-bce-length/ |
D | info.txt | 1 Regression test on deopt bounds check elimination.
|
/art/test/449-checker-bce/ |
D | info.txt | 1 Checker test for testing array bounds check elimination.
|
/art/test/620-checker-bce-intrinsics/ |
D | info.txt | 1 Test on bounds check elimination in loops using intrinsics.
|
/art/test/578-bce-visit/ |
D | info.txt | 1 Fuzz test that exposed bug in bounds check elimination visiting of blocks.
|
/art/test/513-array-deopt/ |
D | info.txt | 2 that used to have wrong assumptions about array length bounds.
|
/art/test/668-aiobe/ |
D | info.txt | 2 the wrong exception when accessing out of bounds a long/double array.
|
/art/test/427-bounds/ |
D | Android.bp | 3 name: "art-run-test-427-bounds",
|
/art/test/070-nio-buffer/ |
D | expected.txt | 3 Got expected out-of-bounds exception
|
/art/test/667-out-of-bounds/ |
D | Android.bp | 3 name: "art-run-test-667-out-of-bounds",
|
/art/test/1960-checker-bounds-codegen/ |
D | Android.bp | 3 name: "art-run-test-1960-checker-bounds-codegen",
|
/art/test/632-checker-char-at-bounds/ |
D | Android.bp | 3 name: "art-run-test-632-checker-char-at-bounds",
|
/art/test/609-checker-x86-bounds-check/ |
D | Android.bp | 3 name: "art-run-test-609-checker-x86-bounds-check",
|
/art/test/471-deopt-environment/ |
D | info.txt | 1 Regression test for the bounds check elimination pass, which
|
/art/test/640-checker-simd/src/ |
D | SimdFloat.java | 124 static void bounds() { in bounds() method in SimdFloat 161 bounds(); in main()
|
D | SimdDouble.java | 125 static void bounds() { in bounds() method in SimdDouble 162 bounds(); in main()
|
D | SimdChar.java | 173 static void bounds() { in bounds() method in SimdChar 210 bounds(); in main()
|
D | SimdInt.java | 222 static void bounds() { in bounds() method in SimdInt 259 bounds(); in main()
|
D | SimdLong.java | 222 static void bounds() { in bounds() method in SimdLong 259 bounds(); in main()
|
D | SimdByte.java | 177 static void bounds() { in bounds() method in SimdByte 215 bounds(); in main()
|
/art/test/534-checker-bce-deoptimization/ |
D | info.txt | 2 bounds check elimination.
|
/art/test/586-checker-null-array-get/smali/ |
D | SmaliTests.smali | 40 # We create multiple accesses that will lead the bounds check 41 # elimination pass to add a HDeoptimize. Not having the bounds check helped 109 # We create multiple accesses that will lead the bounds check 110 # elimination pass to add a HDeoptimize. Not having the bounds check helped
|
/art/runtime/ |
D | string_builder_append.cc | 118 static constexpr uint64_t bounds[] = { in Uint64Length() local 140 DCHECK_LT(log10_value_estimate, std::size(bounds)); in Uint64Length() 141 size_t adjustment = (value > bounds[log10_value_estimate]) ? 2u : 1u; in Uint64Length()
|
/art/test/1949-short-dex-file/ |
D | info.txt | 20 This test tries to get the JIT to read out-of-bounds on the initial dex file by getting it to
|
/art/ |
D | TEST_MAPPING | 348 "name": "art-run-test-1960-checker-bounds-codegen" 492 "name": "art-run-test-427-bounds" 960 "name": "art-run-test-609-checker-x86-bounds-check" 1002 "name": "art-run-test-632-checker-char-at-bounds" 1086 "name": "art-run-test-667-out-of-bounds"
|