Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line-inl.h37 if (new_type.IsLowHalf() || new_type.IsHighHalf()) { in SetRegisterType()
75 DCHECK(!new_type.IsLowHalf()); in SetResultRegisterType()
146 if (check_type.IsLowHalf()) { in VerifyRegisterType()
Dreg_type_test.cc67 EXPECT_TRUE(precise_lo.IsLowHalf()); in TEST_F()
68 EXPECT_FALSE(precise_hi.IsLowHalf()); in TEST_F()
100 EXPECT_FALSE(bool_reg_type.IsLowHalf()); in TEST_F()
133 EXPECT_FALSE(byte_reg_type.IsLowHalf()); in TEST_F()
166 EXPECT_FALSE(char_reg_type.IsLowHalf()); in TEST_F()
199 EXPECT_FALSE(short_reg_type.IsLowHalf()); in TEST_F()
232 EXPECT_FALSE(int_reg_type.IsLowHalf()); in TEST_F()
265 EXPECT_TRUE(long_reg_type.IsLowHalf()); in TEST_F()
298 EXPECT_FALSE(float_reg_type.IsLowHalf()); in TEST_F()
331 EXPECT_TRUE(double_reg_type.IsLowHalf()); in TEST_F()
Dreg_type.h95 bool IsLowHalf() const { in IsLowHalf() function
101 bool IsLongOrDoubleTypes() const { return IsLowHalf(); } in IsLongOrDoubleTypes()
104 if (IsLowHalf()) { in CheckWidePair()
133 return IsLowHalf(); // Don't expect explicit testing of high halves in IsCategory2Types()
Dmethod_verifier.cc2425 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()
2508 if (!return_type->IsLowHalf()) { in CodeFlowVerifyInstruction()
2533 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
2590 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
2887 if (!return_type.IsLowHalf()) { in CodeFlowVerifyInstruction()
3759 if (!component_type.IsLowHalf()) { in VerifyAGet()
4069 if (!field_type->IsLowHalf()) { in VerifyISFieldAccess()
4217 if (!field_type->IsLowHalf()) { in VerifyQuickFieldAccess()
Dreg_type.cc451 DCHECK(IsLowHalf()); in HighHalf()