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.h85 } else if (lhs.IsConflict()) { in AssignableFrom()
Dregister_line-inl.h108 if (!type.IsConflict() && // Allow conflicts to be copied around. in CopyRegister1()
Dmethod_verifier.cc2107 if (!GetMethodReturnType().IsConflict()) { in CodeFlowVerifyInstruction()
2168 } else if (reg_type.IsConflict()) { in CodeFlowVerifyInstruction()
2271 this, inst->VRegA_21c(), res_type.IsConflict() ? res_type in CodeFlowVerifyInstruction()
2340 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()
2409 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()
2512 DCHECK(!component_type.IsConflict()); in CodeFlowVerifyInstruction()
2906 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()
3263 if (!GetMethodReturnType().IsConflict()) { in CodeFlowVerifyInstruction()
3671 if (result->IsConflict()) { in ResolveClassAndCheckAccess()
3747 if (klass_type.IsConflict()) { in ResolveMethodAndCheckAccess()
[all …]
Dreg_type.cc585 DCHECK_EQ(this == &conflict, IsConflict()); in Merge()
586 DCHECK_EQ(&incoming_type == &conflict, incoming_type.IsConflict()); in Merge()
817 CHECK(!resolved_part_.IsConflict()); in CheckInvariants()
Dreg_type.h52 virtual bool IsConflict() const { return false; } in IsConflict() function
309 bool IsConflict() const OVERRIDE { return true; } in IsConflict() function
Dreg_type_cache.cc388 if (resolved_parts_merged.IsConflict()) { in FromUnresolvedMerge()