Searched refs:CheckWidePair (Results 1 – 5 of 5) sorted by relevance
70 if (!new_type1.CheckWidePair(new_type2)) { in SetRegisterTypeWide()98 DCHECK(new_type1.CheckWidePair(new_type2)); in SetResultRegisterTypeWide()124 if (!type_l.CheckWidePair(type_h)) { in CopyRegister2()163 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()
80 EXPECT_FALSE(precise_lo.CheckWidePair(precise_const)); in TEST_F()81 EXPECT_TRUE(precise_lo.CheckWidePair(precise_hi)); in TEST_F()
111 inline bool CheckWidePair(const RegType& type_h) const { in CheckWidePair() function
4497 value_compatible = value_type.IsLongTypes() && value_type.CheckWidePair(value_type_hi); in VerifyPrimitivePut()4507 value_compatible = value_type.IsDoubleTypes() && value_type.CheckWidePair(value_type_hi); in VerifyPrimitivePut()