Home
last modified time | relevance | path

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

/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/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/705-register-conflict/
DAndroid.bp3 name: "art-run-test-705-register-conflict",
/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.cc753 const ConflictType& conflict = reg_types->Conflict(); in Merge() local
756 DCHECK_EQ(this == &conflict, IsConflict()); in Merge()
757 DCHECK_EQ(&incoming_type == &conflict, incoming_type.IsConflict()); in Merge()
763 } else if (this == &conflict || &incoming_type == &conflict) { in Merge()
764 return conflict; // (Conflict MERGE *) or (* MERGE Conflict) => Conflict in Merge()
860 return conflict; in Merge()
926 return conflict; // Unexpected types => Conflict in Merge()
Dreg_type_test.cc724 const RegType& conflict = cache.Conflict(); in TEST_F() local
826 all_minus_uninit.push_back(&conflict); in TEST_F()
865 ADD_EDGE(*r, conflict); in TEST_F()
868 ADD_EDGE(*r, conflict); in TEST_F()
870 ADD_EDGE(obj, conflict); in TEST_F()
871 ADD_EDGE(int_type, conflict); in TEST_F()
/art/
DTEST_MAPPING1146 "name": "art-run-test-705-register-conflict"