Home
last modified time | relevance | path

Searched refs:IsShort (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc102 EXPECT_FALSE(bool_reg_type.IsShort()); in TEST_F()
135 EXPECT_FALSE(byte_reg_type.IsShort()); in TEST_F()
168 EXPECT_FALSE(char_reg_type.IsShort()); in TEST_F()
201 EXPECT_TRUE(short_reg_type.IsShort()); in TEST_F()
234 EXPECT_FALSE(int_reg_type.IsShort()); in TEST_F()
267 EXPECT_FALSE(long_reg_type.IsShort()); in TEST_F()
300 EXPECT_FALSE(float_reg_type.IsShort()); in TEST_F()
333 EXPECT_FALSE(double_reg_type.IsShort()); in TEST_F()
Dreg_type.h59 virtual bool IsShort() const { return false; } in IsShort() function
142 IsShort() || IsBoolean(); in IsCategory1Types()
152 return IsShort() || IsByte() || IsBoolean() || IsConstantShort(); in IsShortTypes()
158 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() || in IsIntegralTypes()
296 } else if (IsShort()) { in GetAssignmentType()
522 bool IsShort() const override { return true; } in IsShort() function
Dmethod_verifier.cc2180 return_type.IsShort() || return_type.IsChar()) && in CodeFlowVerifyInstruction()