Searched refs:IsDouble (Results 1 – 3 of 3) sorted by relevance
105 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()
61 virtual bool IsDouble() const { return false; } in IsDouble() function532 bool IsDouble() const OVERRIDE { return true; } in IsDouble() function
4366 (insn_type.IsLong() && component_type.IsDouble()))) { in VerifyAGet()4406 } else if (target_type.IsDouble()) { in VerifyPrimitivePut()4702 (field_type->IsDouble() && insn_type.IsLong())) { in VerifyISFieldAccess()4821 } else if (field_type->IsDouble()) { in VerifyQuickFieldAccess()4859 (field_type->IsDouble() && insn_type.IsLongTypes())) { in VerifyQuickFieldAccess()5034 } else if (type.IsDouble()) { in DescribeVRegs()