Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc106 EXPECT_FALSE(bool_reg_type.IsDouble()); in TEST_F()
139 EXPECT_FALSE(byte_reg_type.IsDouble()); in TEST_F()
172 EXPECT_FALSE(char_reg_type.IsDouble()); in TEST_F()
205 EXPECT_FALSE(short_reg_type.IsDouble()); in TEST_F()
238 EXPECT_FALSE(int_reg_type.IsDouble()); in TEST_F()
271 EXPECT_FALSE(long_reg_type.IsDouble()); in TEST_F()
304 EXPECT_FALSE(float_reg_type.IsDouble()); in TEST_F()
337 EXPECT_TRUE(double_reg_type.IsDouble()); in TEST_F()
Dreg_type.h64 virtual bool IsDouble() const { return false; } in IsDouble() function
662 bool IsDouble() const OVERRIDE { return true; } in IsDouble() function
Dmethod_verifier.cc4680 (insn_type.IsLong() && component_type.IsDouble()))) { in VerifyAGet()
4720 } else if (target_type.IsDouble()) { in VerifyPrimitivePut()
5027 (field_type->IsDouble() && insn_type.IsLong())) { in VerifyISFieldAccess()
5146 } else if (field_type->IsDouble()) { in VerifyQuickFieldAccess()
5184 (field_type->IsDouble() && insn_type.IsLongTypes())) { in VerifyQuickFieldAccess()
5361 } else if (type.IsDouble()) { in DescribeVRegs()