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.h104 bool IsLowHalf() const { in IsLowHalf() function
110 bool IsLongOrDoubleTypes() const { return IsLowHalf(); } in IsLongOrDoubleTypes()
113 if (IsLowHalf()) { in CheckWidePair()
142 return IsLowHalf(); // Don't expect explicit testing of high halves in IsCategory2Types()
Dmethod_verifier.cc2921 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()
2999 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()
3022 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
3077 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
3108 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
3144 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
3450 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
4682 if (!component_type.IsLowHalf()) { in VerifyAGet()
5051 if (!field_type->IsLowHalf()) { in VerifyISFieldAccess()
5201 if (!field_type->IsLowHalf()) { in VerifyQuickFieldAccess()
Dreg_type.cc457 DCHECK(IsLowHalf()); in HighHalf()