Searched refs:conflict (Results 1 – 17 of 17) sorted by relevance
/art/test/705-register-conflict/ |
D | Android.bp | 3 // 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/728-imt-conflict-zygote/ |
D | Android.bp | 3 // 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/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/181-default-methods/ |
D | info.txt | 2 namely miranda, default and default conflict methods.
|
/art/test/423-invoke-interface/ |
D | info.txt | 2 a conflict in our imt table.
|
/art/test/725-imt-conflict-object/ |
D | info.txt | 2 through the IMT conflict trampoline.
|
/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 | 753 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()
|
D | reg_type_test.cc | 729 const RegType& conflict = cache.Conflict(); in TEST_F() local 831 all_minus_uninit.push_back(&conflict); in TEST_F() 870 ADD_EDGE(*r, conflict); in TEST_F() 873 ADD_EDGE(*r, conflict); in TEST_F() 875 ADD_EDGE(obj, conflict); in TEST_F() 876 ADD_EDGE(int_type, conflict); in TEST_F()
|
/art/ |
D | TEST_MAPPING | 1169 "name": "art-run-test-705-register-conflict[com.google.android.art.apex]" 2437 "name": "art-run-test-705-register-conflict"
|