Searched refs:CheckWidePair (Results 1 – 5 of 5) sorted by relevance
63 DCHECK(new_type1.CheckWidePair(new_type2)); in SetRegisterTypeWide()85 DCHECK(new_type1.CheckWidePair(new_type2)); in SetResultRegisterTypeWide()114 if (!type_l.CheckWidePair(type_h)) { in CopyRegister2()145 if (UNLIKELY(!src_type.CheckWidePair(src_type_h))) { in VerifyRegisterType()
76 DCHECK(check_type1.CheckWidePair(check_type2)); in VerifyRegisterTypeWide()85 if (!src_type.CheckWidePair(src_type_h)) { in VerifyRegisterTypeWide()191 DCHECK(type_l.CheckWidePair(type_h)); // Set should never allow this case in CopyResultRegister2()
100 EXPECT_FALSE(precise_lo.CheckWidePair(precise_const)); in TEST_F()101 EXPECT_TRUE(precise_lo.CheckWidePair(precise_hi)); in TEST_F()
112 inline bool CheckWidePair(const RegType& type_h) const { in CheckWidePair() function
4413 value_compatible = value_type.IsLongTypes() && value_type.CheckWidePair(value_type_hi); in VerifyPrimitivePut()4423 value_compatible = value_type.IsDoubleTypes() && value_type.CheckWidePair(value_type_hi); in VerifyPrimitivePut()