Searched refs:conflict (Results 1 – 12 of 12) sorted by relevance
/art/test/552-checker-primitive-typeprop/smali/ |
D | TypePropagation.smali | 26 # 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
|
D | ArrayGet.smali | 50 # 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/ |
D | b_22331663_fail.smali | 15 # 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).
|
D | b_22331663.smali | 31 # which creates a conflict. Copy the conflict, and then return. This should not make the
|
D | b_22411633_4.smali | 12 # Note: we make sure that it is an uninitialized reference and not a conflict in sister
|
D | b_22411633_3.smali | 26 # merge is only from forward branches. If the conflict isn't used (as here), this should
|
/art/test/976-conflict-no-methods/ |
D | info.txt | 1 Regression test for classes that have conflict tables but no methods. b/28707801
|
/art/test/423-invoke-interface/ |
D | info.txt | 2 a conflict in our imt table.
|
/art/test/803-no-super/ |
D | info.txt | 1 Regression test that temp (erroneous) classes don't get conflict tables created.
|
/art/test/073-mismatched-field/ |
D | info.txt | 2 compilation) by a static field. The VM is expected to detect the conflict
|
/art/runtime/verifier/ |
D | reg_type.cc | 596 const ConflictType& conflict = reg_types->Conflict(); in Merge() local 599 DCHECK_EQ(this == &conflict, IsConflict()); in Merge() 600 DCHECK_EQ(&incoming_type == &conflict, incoming_type.IsConflict()); in Merge() 606 } else if (this == &conflict || &incoming_type == &conflict) { in Merge() 607 return conflict; // (Conflict MERGE *) or (* MERGE Conflict) => Conflict in Merge() 703 return conflict; in Merge() 761 return conflict; // Unexpected types => Conflict in Merge()
|
D | reg_type_test.cc | 710 const RegType& conflict = cache.Conflict(); in TEST_F() local 812 all_minus_uninit.push_back(&conflict); in TEST_F() 851 ADD_EDGE(*r, conflict); in TEST_F() 854 ADD_EDGE(*r, conflict); in TEST_F() 856 ADD_EDGE(obj, conflict); in TEST_F() 857 ADD_EDGE(int_type, conflict); in TEST_F()
|