Searched refs:CheckWidePair (Results 1 – 5 of 5) sorted by relevance
68 if (!new_type1.CheckWidePair(new_type2)) { in SetRegisterTypeWide()96 DCHECK(new_type1.CheckWidePair(new_type2)); in SetResultRegisterTypeWide()122 if (!type_l.CheckWidePair(type_h)) { in CopyRegister2()153 if (UNLIKELY(!src_type.CheckWidePair(src_type_h))) { in VerifyRegisterType()
73 DCHECK(check_type1.CheckWidePair(check_type2)); in VerifyRegisterTypeWide()82 if (!src_type.CheckWidePair(src_type_h)) { in VerifyRegisterTypeWide()186 DCHECK(type_l.CheckWidePair(type_h)); // Set should never allow this case in CopyResultRegister2()
79 EXPECT_FALSE(precise_lo.CheckWidePair(precise_const)); in TEST_F()80 EXPECT_TRUE(precise_lo.CheckWidePair(precise_hi)); in TEST_F()
108 inline bool CheckWidePair(const RegType& type_h) const { in CheckWidePair() function
4402 value_compatible = value_type.IsLongTypes() && value_type.CheckWidePair(value_type_hi); in VerifyPrimitivePut()4412 value_compatible = value_type.IsDoubleTypes() && value_type.CheckWidePair(value_type_hi); in VerifyPrimitivePut()