Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc105 EXPECT_FALSE(bool_reg_type.IsDouble()); in TEST_F()
138 EXPECT_FALSE(byte_reg_type.IsDouble()); in TEST_F()
171 EXPECT_FALSE(char_reg_type.IsDouble()); in TEST_F()
204 EXPECT_FALSE(short_reg_type.IsDouble()); in TEST_F()
237 EXPECT_FALSE(int_reg_type.IsDouble()); in TEST_F()
270 EXPECT_FALSE(long_reg_type.IsDouble()); in TEST_F()
303 EXPECT_FALSE(float_reg_type.IsDouble()); in TEST_F()
336 EXPECT_TRUE(double_reg_type.IsDouble()); in TEST_F()
Dreg_type.h65 virtual bool IsDouble() const { return false; } in IsDouble() function
571 bool IsDouble() const OVERRIDE { return true; } in IsDouble() function
Dmethod_verifier.cc4675 (insn_type.IsLong() && component_type.IsDouble()))) { in VerifyAGet()
4715 } else if (target_type.IsDouble()) { in VerifyPrimitivePut()
5022 (field_type->IsDouble() && insn_type.IsLong())) { in VerifyISFieldAccess()
5141 } else if (field_type->IsDouble()) { in VerifyQuickFieldAccess()
5179 (field_type->IsDouble() && insn_type.IsLongTypes())) { in VerifyQuickFieldAccess()
5356 } else if (type.IsDouble()) { in DescribeVRegs()