/aosp12/art/test/010-instance/ |
H A D | expected-stdout.txt | 2 x instanceof X (true): true 3 x instanceof Y (false): false 4 y instanceof X (true): true 5 y instanceof Y (true): true 6 xar instanceof Object (true): true 7 xar instanceof X (false): false 8 xar instanceof X[] (true): true 9 xar instanceof Y[] (false): false 11 xar instanceof X[][] (false): false 12 yar instanceof X[] (true): true [all …]
|
/aosp12/art/test/009-instanceof/ |
H A D | Android.bp | 3 // Build rules for ART run-test `009-instanceof`. 16 name: "art-run-test-009-instanceof", 21 ":art-run-test-009-instanceof-expected-stdout", 22 ":art-run-test-009-instanceof-expected-stderr", 28 name: "art-run-test-009-instanceof-expected-stdout", 29 out: ["art-run-test-009-instanceof-expected-stdout.txt"], 36 name: "art-run-test-009-instanceof-expected-stderr", 37 out: ["art-run-test-009-instanceof-expected-stderr.txt"],
|
H A D | expected-stdout.txt | 7 instanceof Serializable = true 8 instanceof Cloneable = true 9 instanceof Runnable = false
|
/aosp12/art/test/422-instanceof/ |
H A D | Android.bp | 3 // Build rules for ART run-test `422-instanceof`. 16 name: "art-run-test-422-instanceof", 21 ":art-run-test-422-instanceof-expected-stdout", 22 ":art-run-test-422-instanceof-expected-stderr", 28 name: "art-run-test-422-instanceof-expected-stdout", 29 out: ["art-run-test-422-instanceof-expected-stdout.txt"], 36 name: "art-run-test-422-instanceof-expected-stderr", 37 out: ["art-run-test-422-instanceof-expected-stderr.txt"],
|
H A D | info.txt | 1 Tests for instanceof bytecode.
|
/aosp12/art/test/500-instanceof/ |
H A D | Android.bp | 3 // Build rules for ART run-test `500-instanceof`. 16 name: "art-run-test-500-instanceof", 21 ":art-run-test-500-instanceof-expected-stdout", 22 ":art-run-test-500-instanceof-expected-stderr", 28 name: "art-run-test-500-instanceof-expected-stdout", 29 out: ["art-run-test-500-instanceof-expected-stdout.txt"], 36 name: "art-run-test-500-instanceof-expected-stderr", 37 out: ["art-run-test-500-instanceof-expected-stderr.txt"],
|
H A D | info.txt | 2 too aggresive in removing instanceof checks.
|
/aosp12/art/test/530-instanceof-checkcast/ |
H A D | Android.bp | 3 // Build rules for ART run-test `530-instanceof-checkcast`. 16 name: "art-run-test-530-instanceof-checkcast", 21 ":art-run-test-530-instanceof-checkcast-expected-stdout", 22 ":art-run-test-530-instanceof-checkcast-expected-stderr", 28 name: "art-run-test-530-instanceof-checkcast-expected-stdout", 29 out: ["art-run-test-530-instanceof-checkcast-expected-stdout.txt"], 36 name: "art-run-test-530-instanceof-checkcast-expected-stderr", 37 out: ["art-run-test-530-instanceof-checkcast-expected-stderr.txt"],
|
H A D | info.txt | 1 Tests compiler optimizations on instanceof and checkcast.
|
/aosp12/art/test/603-checker-instanceof/ |
H A D | Android.bp | 3 // Build rules for ART run-test `603-checker-instanceof`. 16 name: "art-run-test-603-checker-instanceof", 21 ":art-run-test-603-checker-instanceof-expected-stdout", 22 ":art-run-test-603-checker-instanceof-expected-stderr", 31 name: "art-run-test-603-checker-instanceof-expected-stdout", 32 out: ["art-run-test-603-checker-instanceof-expected-stdout.txt"], 39 name: "art-run-test-603-checker-instanceof-expected-stderr", 40 out: ["art-run-test-603-checker-instanceof-expected-stderr.txt"],
|
H A D | info.txt | 2 an instanceof.
|
/aosp12/art/test/670-bitstring-type-check/ |
H A D | build | 81 assertTrue(o instanceof Level1Class0); 82 if (o instanceof Level2Class0) { 87 if (o instanceof Level3Class0) { 92 if (o instanceof Level4Class0) { 97 if (o instanceof Level5Class0) { 102 if (o instanceof Level6Class0) { 107 if (o instanceof Level7Class0) { 112 if (o instanceof Level8Class0) { 117 if (o instanceof Level9Class0) { 125 assertFalse(createInstance("Level1Class8192") instanceof Level1Class0); [all …]
|
/aosp12/art/test/494-checker-instanceof-tests/ |
H A D | Android.bp | 3 // Build rules for ART run-test `494-checker-instanceof-tests`. 16 name: "art-run-test-494-checker-instanceof-tests", 21 ":art-run-test-494-checker-instanceof-tests-expected-stdout", 22 ":art-run-test-494-checker-instanceof-tests-expected-stderr", 31 name: "art-run-test-494-checker-instanceof-tests-expected-stdout", 32 out: ["art-run-test-494-checker-instanceof-tests-expected-stdout.txt"], 39 name: "art-run-test-494-checker-instanceof-tests-expected-stderr", 40 out: ["art-run-test-494-checker-instanceof-tests-expected-stderr.txt"],
|
H A D | info.txt | 1 Checker test for optimizations on instanceof.
|
/aosp12/art/test/536-checker-needs-access-check/ |
H A D | expected-stdout.txt | 1 Got expected error instanceof 2 Got expected error instanceof null 5 Got expected error instanceof (keep LoadClass with access check)
|
/aosp12/art/test/540-checker-rtp-bug/ |
H A D | expected-stdout.txt | 1 instanceof failed
|
/aosp12/art/test/805-TooDeepClassInstanceOf/ |
H A D | info.txt | 1 Test the instanceof in the case the classes are deep (depth > 6)
|
/aosp12/art/test/806-TooWideClassInstanceOf/ |
H A D | info.txt | 1 Test the instanceof in the case the classes are too wide (> the classes each depth's bitstring can
|
/aosp12/art/test/529-checker-unresolved/ |
H A D | expected-stdout.txt | 6 instanceof ok
|
/aosp12/art/test/024-illegal-access/ |
H A D | info.txt | 3 "instanceof".
|
/aosp12/art/test/530-checker-instance-of-simplifier/jasmin/ |
H A D | Main.j | 41 ; if (f instanceof Bar) { 68 instanceof Baz
|
/aosp12/art/ |
H A D | TEST_MAPPING | 26 "name": "art-run-test-009-instanceof[com.google.android.art.apex]" 455 "name": "art-run-test-422-instanceof[com.google.android.art.apex]" 650 "name": "art-run-test-500-instanceof[com.google.android.art.apex]" 728 "name": "art-run-test-530-instanceof-checkcast[com.google.android.art.apex]" 896 "name": "art-run-test-603-checker-instanceof[com.google.android.art.apex]" 1213 "name": "art-run-test-009-instanceof" 1642 "name": "art-run-test-422-instanceof" 1825 "name": "art-run-test-494-checker-instanceof-tests" 1837 "name": "art-run-test-500-instanceof" 1915 "name": "art-run-test-530-instanceof-checkcast" [all …]
|
/aosp12/art/test/161-final-abstract-class/smali/ |
H A D | Main.smali | 26 # if (ite.getCause() instanceof InstantiationError) {
|
/aosp12/art/compiler/optimizing/ |
H A D | load_store_analysis_test.cc | 1303 HInstruction* instanceof = new (GetAllocator()) HInstanceOf(new_inst, in TEST_F() local 1312 left->AddInstruction(instanceof); in TEST_F()
|
/aosp12/system/tools/hidl/ |
H A D | hidl-gen_y.yy | 147 "case", "enum", "instanceof", "return", "transient", "catch", "extends", "int",
|