Searched refs:IsConflict (Results 1 – 7 of 7) sorted by relevance
94 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()
85 } else if (lhs.IsConflict()) { in AssignableFrom()
108 if (!type.IsConflict() && // Allow conflicts to be copied around. in CopyRegister1()
2107 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 …]
585 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()
52 virtual bool IsConflict() const { return false; } in IsConflict() function309 bool IsConflict() const OVERRIDE { return true; } in IsConflict() function
388 if (resolved_parts_merged.IsConflict()) { in FromUnresolvedMerge()