Home
last modified time | relevance | path

Searched refs:IsLowHalf (Results 1 – 6 of 6) 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.cc2955 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()
Dreg_type.cc474 DCHECK(IsLowHalf()); in HighHalf()
/art/openjdkjvmti/
Dti_method.cc672 } else if (rt.IsCategory2Types() && rt.IsLowHalf()) { in InferSlotTypeFromVerifier()