Home
last modified time | relevance | path

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

/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
/art/test/423-invoke-interface/
Dinfo.txt2 a conflict in our imt table.
/art/test/073-mismatched-field/
Dinfo.txt2 compilation) by a static field. The VM is expected to detect the conflict
/art/compiler/optimizing/
Dssa_builder.cc61 bool conflict = false; in UpdateType() local
70 conflict = true; in UpdateType()
85 conflict = true; in UpdateType()
104 conflict = true; in UpdateType()
109 if (conflict) { in UpdateType()
/art/runtime/verifier/
Dreg_type.cc566 const ConflictType& conflict = reg_types->Conflict(); in Merge() local
575 } else if (this == &conflict) { in Merge()
578 } else if (&incoming_type == &conflict) { in Merge()
582 return conflict; // Unknown MERGE * => Conflict in Merge()
688 return conflict; in Merge()
705 return conflict; // Unexpected types => Conflict in Merge()