Home
last modified time | relevance | path

Searched refs:conflict (Results 1 – 22 of 22) sorted by relevance

/art/test/2262-default-conflict-methods/
DAndroid.bp3 // Build rules for ART run-test `2262-default-conflict-methods`.
16 name: "art-run-test-2262-default-conflict-methods-src",
23 name: "art-run-test-2262-default-conflict-methods",
28 "art-run-test-2262-default-conflict-methods-src",
31 ":art-run-test-2262-default-conflict-methods-expected-stdout",
32 ":art-run-test-2262-default-conflict-methods-expected-stderr",
38 name: "art-run-test-2262-default-conflict-methods-expected-stdout",
39 out: ["art-run-test-2262-default-conflict-methods-expected-stdout.txt"],
46 name: "art-run-test-2262-default-conflict-methods-expected-stderr",
47 out: ["art-run-test-2262-default-conflict-methods-expected-stderr.txt"],
/art/test/966-default-conflict/
DAndroid.bp3 // Build rules for ART run-test `966-default-conflict`.
16 name: "art-run-test-966-default-conflict-src",
23 name: "art-run-test-966-default-conflict",
28 "art-run-test-966-default-conflict-src",
31 ":art-run-test-966-default-conflict-expected-stdout",
32 ":art-run-test-966-default-conflict-expected-stderr",
38 name: "art-run-test-966-default-conflict-expected-stdout",
39 out: ["art-run-test-966-default-conflict-expected-stdout.txt"],
46 name: "art-run-test-966-default-conflict-expected-stderr",
47 out: ["art-run-test-966-default-conflict-expected-stderr.txt"],
/art/test/728-imt-conflict-zygote/
DAndroid.bp3 // Build rules for ART run-test `728-imt-conflict-zygote`.
16 name: "art-run-test-728-imt-conflict-zygote",
21 ":art-run-test-728-imt-conflict-zygote-expected-stdout",
22 ":art-run-test-728-imt-conflict-zygote-expected-stderr",
28 name: "art-run-test-728-imt-conflict-zygote-expected-stdout",
29 out: ["art-run-test-728-imt-conflict-zygote-expected-stdout.txt"],
36 name: "art-run-test-728-imt-conflict-zygote-expected-stderr",
37 out: ["art-run-test-728-imt-conflict-zygote-expected-stderr.txt"],
/art/test/705-register-conflict/
DAndroid.bp3 // Build rules for ART run-test `705-register-conflict`.
16 name: "art-run-test-705-register-conflict",
21 ":art-run-test-705-register-conflict-expected-stdout",
22 ":art-run-test-705-register-conflict-expected-stderr",
28 name: "art-run-test-705-register-conflict-expected-stdout",
29 out: ["art-run-test-705-register-conflict-expected-stdout.txt"],
36 name: "art-run-test-705-register-conflict-expected-stderr",
37 out: ["art-run-test-705-register-conflict-expected-stderr.txt"],
/art/test/552-checker-primitive-typeprop/smali/
DTypePropagation.smali26 # p2 = merge(int,float) = conflict
31 # p2 = merge(conflict,float) = conflict
74 # p1 = merge(int,long) = conflict
86 # p1 = merge(float,reference) = conflict
111 # p1 = merge(int,float) = conflict
123 # p2 = merge(int,float) = float? => conflict
129 # requests float equivalent of p4 phi in loop1 => conflict
130 # propagates conflict to loop2's phis
DArrayGet.smali50 # The phi should be eliminated due to the conflict.
69 # v0 = Phi [ArrayGet, Arg1] => conflict
100 # v0 = Phi [ArrayGet, Arg1] => conflict
140 # conflict.
/art/test/800-smali/smali/
Db_22331663_fail.smali15 # reject any use of this, even a copy. Previously this was a conflict. Conflicts must
16 # be movable now, so ensure that we do not get a conflict (and then allow the move).
Db_22331663.smali31 # which creates a conflict. Copy the conflict, and then return. This should not make the
Db_22411633_4.smali12 # Note: we make sure that it is an uninitialized reference and not a conflict in sister
Db_22411633_3.smali26 # merge is only from forward branches. If the conflict isn't used (as here), this should
/art/test/976-conflict-no-methods/
Dinfo.txt1 Regression test for classes that have conflict tables but no methods. b/28707801
/art/test/181-default-methods/
Dinfo.txt2 namely miranda, default and default conflict methods.
/art/test/423-invoke-interface/
Dinfo.txt2 a conflict in our imt table.
/art/test/725-imt-conflict-object/
Dinfo.txt2 through the IMT conflict trampoline.
/art/test/803-no-super/
Dinfo.txt1 Regression test that temp (erroneous) classes don't get conflict tables created.
/art/test/073-mismatched-field/
Dinfo.txt2 compilation) by a static field. The VM is expected to detect the conflict
/art/runtime/verifier/
Dreg_type.cc559 const ConflictType& conflict = reg_types->Conflict(); in Merge() local
562 DCHECK_EQ(this == &conflict, IsConflict()); in Merge()
563 DCHECK_EQ(&incoming_type == &conflict, incoming_type.IsConflict()); in Merge()
569 } else if (this == &conflict || &incoming_type == &conflict) { in Merge()
570 return conflict; // (Conflict MERGE *) or (* MERGE Conflict) => Conflict in Merge()
666 return conflict; in Merge()
732 return conflict; // Unexpected types => Conflict in Merge()
Dreg_type_test.cc765 const RegType& conflict = cache.Conflict(); in TEST_F() local
867 all_minus_uninit.push_back(&conflict); in TEST_F()
906 ADD_EDGE(*r, conflict); in TEST_F()
909 ADD_EDGE(*r, conflict); in TEST_F()
911 ADD_EDGE(obj, conflict); in TEST_F()
912 ADD_EDGE(int_type, conflict); in TEST_F()
/art/test/847-filled-new-aray/smali/
DMain.smali23 # The verifier used to fail on this instruction used to type v0 as a conflict,
/art/libdexfile/
DAndroid.bp224 // which are transitive dependencies outside ART. Those may conflict with
445 // the prebuilt SDK and may conflict with different versions of themselves
550 // may conflict with other versions that the caller is using in their build. One
/art/tools/fuzzer/
DAndroid.bp605 "host_2262-default-conflict-methods_classes.dex",
1087 "host_725-imt-conflict-object_classes.dex",
1092 "host_728-imt-conflict-zygote_classes.dex",
1241 "host_976-conflict-no-methods_classes.dex",
/art/
DTEST_MAPPING1271 "name": "art-run-test-705-register-conflict"
2699 "name": "art-run-test-705-register-conflict[com.google.android.art.apex]"
4145 "name": "art-run-test-705-register-conflict"
5581 "name": "art-run-test-705-register-conflict"