Home
last modified time | relevance | path

Searched refs:IsLowHalf (Results 1 – 5 of 5) sorted by relevance

/art/runtime/verifier/
Dregister_line-inl.h42 if (new_type.IsLowHalf() || new_type.IsHighHalf()) { in SetRegisterType()
88 DCHECK(!new_type.IsLowHalf()); in SetResultRegisterType()
151 if (check_type.IsLowHalf()) { in VerifyRegisterType()
Dreg_type_test.cc72 EXPECT_TRUE(precise_lo.IsLowHalf()); in TEST_F()
73 EXPECT_FALSE(precise_hi.IsLowHalf()); in TEST_F()
107 EXPECT_FALSE(bool_reg_type.IsLowHalf()); in TEST_F()
140 EXPECT_FALSE(byte_reg_type.IsLowHalf()); in TEST_F()
173 EXPECT_FALSE(char_reg_type.IsLowHalf()); in TEST_F()
206 EXPECT_FALSE(short_reg_type.IsLowHalf()); in TEST_F()
239 EXPECT_FALSE(int_reg_type.IsLowHalf()); in TEST_F()
272 EXPECT_TRUE(long_reg_type.IsLowHalf()); in TEST_F()
305 EXPECT_FALSE(float_reg_type.IsLowHalf()); in TEST_F()
338 EXPECT_TRUE(double_reg_type.IsLowHalf()); in TEST_F()
Dreg_type.h100 bool IsLowHalf() const { in IsLowHalf() function
106 bool IsLongOrDoubleTypes() const { return IsLowHalf(); } in IsLongOrDoubleTypes()
109 if (IsLowHalf()) { in CheckWidePair()
138 return IsLowHalf(); // Don't expect explicit testing of high halves in IsCategory2Types()
Dmethod_verifier.cc2861 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()
2940 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()
2962 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
3016 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
3320 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
4373 if (!component_type.IsLowHalf()) { in VerifyAGet()
4731 if (!field_type->IsLowHalf()) { in VerifyISFieldAccess()
4881 if (!field_type->IsLowHalf()) { in VerifyQuickFieldAccess()
Dreg_type.cc451 DCHECK(IsLowHalf()); in HighHalf()