Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc95 EXPECT_FALSE(bool_reg_type.IsConflict()); in TEST_F()
128 EXPECT_FALSE(byte_reg_type.IsConflict()); in TEST_F()
161 EXPECT_FALSE(char_reg_type.IsConflict()); in TEST_F()
194 EXPECT_FALSE(short_reg_type.IsConflict()); in TEST_F()
227 EXPECT_FALSE(int_reg_type.IsConflict()); in TEST_F()
260 EXPECT_FALSE(long_reg_type.IsConflict()); in TEST_F()
293 EXPECT_FALSE(float_reg_type.IsConflict()); in TEST_F()
326 EXPECT_FALSE(double_reg_type.IsConflict()); in TEST_F()
Dregister_line-inl.h110 if (!type.IsConflict() && // Allow conflicts to be copied around. in CopyRegister1()
Dmethod_verifier.cc2161 if (!GetMethodReturnType().IsConflict()) { in CodeFlowVerifyInstruction()
2222 } else if (reg_type.IsConflict()) { in CodeFlowVerifyInstruction()
2325 this, inst->VRegA_21c(), res_type.IsConflict() ? res_type in CodeFlowVerifyInstruction()
2441 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()
2512 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()
2616 DCHECK(!component_type.IsConflict()); in CodeFlowVerifyInstruction()
3025 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()
3456 if (!GetMethodReturnType().IsConflict()) { in CodeFlowVerifyInstruction()
3752 if (result->IsConflict()) { in ResolveClass()
3877 if (klass_type.IsConflict()) { in ResolveMethodAndCheckAccess()
[all …]
Dreg_type.cc756 DCHECK_EQ(this == &conflict, IsConflict()); in Merge()
757 DCHECK_EQ(&incoming_type == &conflict, incoming_type.IsConflict()); in Merge()
978 CHECK(!resolved_part_.IsConflict()); in CheckInvariants()
Dreg_type.h55 virtual bool IsConflict() const { return false; } in IsConflict() function
308 } else if (IsConflict()) { in GetAssignmentType()
361 bool IsConflict() const override { return true; } in IsConflict() function
Dreg_type_cache.cc439 if (resolved_parts_merged.IsConflict()) { in FromUnresolvedMerge()