Home
last modified time | relevance | path

Searched refs:IsConflict (Results 1 – 7 of 7) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc94 EXPECT_FALSE(bool_reg_type.IsConflict()); in TEST_F()
127 EXPECT_FALSE(byte_reg_type.IsConflict()); in TEST_F()
160 EXPECT_FALSE(char_reg_type.IsConflict()); in TEST_F()
193 EXPECT_FALSE(short_reg_type.IsConflict()); in TEST_F()
226 EXPECT_FALSE(int_reg_type.IsConflict()); in TEST_F()
259 EXPECT_FALSE(long_reg_type.IsConflict()); in TEST_F()
292 EXPECT_FALSE(float_reg_type.IsConflict()); in TEST_F()
325 EXPECT_FALSE(double_reg_type.IsConflict()); in TEST_F()
Dreg_type-inl.h90 } else if (lhs.IsConflict()) { in AssignableFrom()
Dregister_line-inl.h108 if (!type.IsConflict() && // Allow conflicts to be copied around. in CopyRegister1()
Dreg_type.cc593 DCHECK_EQ(this == &conflict, IsConflict()); in Merge()
594 DCHECK_EQ(&incoming_type == &conflict, incoming_type.IsConflict()); in Merge()
833 CHECK(!resolved_part_.IsConflict()); in CheckInvariants()
Dmethod_verifier.cc2165 if (!GetMethodReturnType().IsConflict()) { in CodeFlowVerifyInstruction()
2226 } else if (reg_type.IsConflict()) { in CodeFlowVerifyInstruction()
2329 this, inst->VRegA_21c(), res_type.IsConflict() ? res_type in CodeFlowVerifyInstruction()
2398 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()
2468 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()
2571 DCHECK(!component_type.IsConflict()); in CodeFlowVerifyInstruction()
2965 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()
3393 if (!GetMethodReturnType().IsConflict()) { in CodeFlowVerifyInstruction()
3750 if (result->IsConflict()) { in ResolveClassAndCheckAccess()
3843 if (klass_type.IsConflict()) { in ResolveMethodAndCheckAccess()
[all …]
Dreg_type.h56 virtual bool IsConflict() const { return false; } in IsConflict() function
328 bool IsConflict() const OVERRIDE { return true; } in IsConflict() function
Dreg_type_cache.cc389 if (resolved_parts_merged.IsConflict()) { in FromUnresolvedMerge()