Searched refs:IsConflict (Results 1 – 6 of 6) sorted by relevance
95 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()
110 if (!type.IsConflict() && // Allow conflicts to be copied around. in CopyRegister1()
2152 if (!GetMethodReturnType().IsConflict()) { in CodeFlowVerifyInstruction()2213 } else if (reg_type.IsConflict()) { in CodeFlowVerifyInstruction()2317 this, inst->VRegA_21c(), res_type.IsConflict() ? res_type in CodeFlowVerifyInstruction()2433 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()2504 if (res_type.IsConflict()) { in CodeFlowVerifyInstruction()2609 DCHECK(!component_type.IsConflict()); in CodeFlowVerifyInstruction()3001 if (this_type.IsConflict()) // failure. in CodeFlowVerifyInstruction()3696 if (result->IsConflict()) { in ResolveClass()3819 if (klass_type.IsConflict()) { in ResolveMethodAndCheckAccess()3980 if (actual_arg_type.IsConflict()) { // GetInvocationThis failed. in VerifyInvocationArgsFromIterator()[all …]
756 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()
55 virtual bool IsConflict() const { return false; } in IsConflict() function308 } else if (IsConflict()) { in GetAssignmentType()361 bool IsConflict() const override { return true; } in IsConflict() function
439 if (resolved_parts_merged.IsConflict()) { in FromUnresolvedMerge()