Home
last modified time | relevance | path

Searched refs:IsBoolean (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc91 EXPECT_TRUE(bool_reg_type.IsBoolean()); in TEST_F()
124 EXPECT_FALSE(byte_reg_type.IsBoolean()); in TEST_F()
157 EXPECT_FALSE(char_reg_type.IsBoolean()); in TEST_F()
190 EXPECT_FALSE(short_reg_type.IsBoolean()); in TEST_F()
223 EXPECT_FALSE(int_reg_type.IsBoolean()); in TEST_F()
256 EXPECT_FALSE(long_reg_type.IsBoolean()); in TEST_F()
289 EXPECT_FALSE(float_reg_type.IsBoolean()); in TEST_F()
322 EXPECT_FALSE(double_reg_type.IsBoolean()); in TEST_F()
Dreg_type.h48 virtual bool IsBoolean() const { return false; } in IsBoolean() function
130 IsShort() || IsBoolean(); in IsCategory1Types()
135 bool IsBooleanTypes() const { return IsBoolean() || IsConstantBoolean(); } in IsBooleanTypes()
137 return IsConstantByte() || IsByte() || IsBoolean(); in IsByteTypes()
140 return IsShort() || IsByte() || IsBoolean() || IsConstantShort(); in IsShortTypes()
147 IsBoolean(); in IsIntegralTypes()
392 bool IsBoolean() const OVERRIDE { return true; } in IsBoolean() function
Dreg_type-inl.h68 if (lhs.IsBoolean()) { in AssignableFrom()
Dmethod_verifier.cc1758 bool use_src = ((return_type.IsBoolean() && src_type.IsByte()) || in CodeFlowVerifyInstruction()
1759 ((return_type.IsBoolean() || return_type.IsByte() || in CodeFlowVerifyInstruction()