Searched refs:IsLowHalf (Results 1 – 6 of 6) sorted by relevance
44 if (new_type.IsLowHalf() || new_type.IsHighHalf()) { in SetRegisterType()90 DCHECK(!new_type.IsLowHalf()); in SetResultRegisterType()161 if (check_type.IsLowHalf()) { in VerifyRegisterType()
73 EXPECT_TRUE(precise_lo.IsLowHalf()); in TEST_F()74 EXPECT_FALSE(precise_hi.IsLowHalf()); in TEST_F()108 EXPECT_FALSE(bool_reg_type.IsLowHalf()); in TEST_F()141 EXPECT_FALSE(byte_reg_type.IsLowHalf()); in TEST_F()174 EXPECT_FALSE(char_reg_type.IsLowHalf()); in TEST_F()207 EXPECT_FALSE(short_reg_type.IsLowHalf()); in TEST_F()240 EXPECT_FALSE(int_reg_type.IsLowHalf()); in TEST_F()273 EXPECT_TRUE(long_reg_type.IsLowHalf()); in TEST_F()306 EXPECT_FALSE(float_reg_type.IsLowHalf()); in TEST_F()339 EXPECT_TRUE(double_reg_type.IsLowHalf()); in TEST_F()
103 bool IsLowHalf() const { in IsLowHalf() function109 bool IsLongOrDoubleTypes() const { return IsLowHalf(); } in IsLongOrDoubleTypes()112 if (IsLowHalf()) { in CheckWidePair()145 return IsLowHalf(); // Don't expect explicit testing of high halves in IsCategory2Types()
2955 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()3037 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()3062 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()3119 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()3152 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()3185 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()4466 if (!component_type.IsLowHalf()) { in VerifyAGet()4872 if (!field_type->IsLowHalf()) { in VerifyISFieldAccess()
474 DCHECK(IsLowHalf()); in HighHalf()
672 } else if (rt.IsCategory2Types() && rt.IsLowHalf()) { in InferSlotTypeFromVerifier()