Searched refs:IsDouble (Results 1 – 3 of 3) sorted by relevance
106 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()
64 virtual bool IsDouble() const { return false; } in IsDouble() function656 bool IsDouble() const override { return true; } in IsDouble() function
4459 (insn_type.IsLong() && component_type.IsDouble()))) { in VerifyAGet()4501 } else if (target_type.IsDouble()) { in VerifyPrimitivePut()4843 (field_type->IsDouble() && insn_type.IsLong())) { in VerifyISFieldAccess()