Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line-inl.h44 if (new_type.IsLowHalf() || new_type.IsHighHalf()) { in SetRegisterType()
90 DCHECK(!new_type.IsLowHalf()); in SetResultRegisterType()
161 if (check_type.IsLowHalf()) { in VerifyRegisterType()
Dreg_type_test.cc73 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()
Dreg_type.h103 bool IsLowHalf() const { in IsLowHalf() function
109 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()
Dmethod_verifier.cc2971 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()
3053 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()
3078 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
3135 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
3168 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
3201 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
4524 if (!component_type.IsLowHalf()) { in VerifyAGet()
4935 if (!field_type->IsLowHalf()) { in VerifyISFieldAccess()
Dreg_type.cc474 DCHECK(IsLowHalf()); in HighHalf()