Searched refs:IsLong (Results 1 – 7 of 7) sorted by relevance
104 EXPECT_FALSE(bool_reg_type.IsLong()); in TEST_F()137 EXPECT_FALSE(byte_reg_type.IsLong()); in TEST_F()170 EXPECT_FALSE(char_reg_type.IsLong()); in TEST_F()203 EXPECT_FALSE(short_reg_type.IsLong()); in TEST_F()236 EXPECT_FALSE(int_reg_type.IsLong()); in TEST_F()269 EXPECT_TRUE(long_reg_type.IsLong()); in TEST_F()302 EXPECT_FALSE(float_reg_type.IsLong()); in TEST_F()335 EXPECT_FALSE(double_reg_type.IsLong()); in TEST_F()
174 virtual bool IsLong() const { return false; } in IsLong() function627 bool IsLong() const override { return true; } in IsLong() function
4517 (insn_type.IsLong() && component_type.IsDouble()))) { in VerifyAGet()4549 } else if (target_type.IsLong()) { in VerifyPrimitivePut()4550 instruction_compatible = insn_type.IsLong(); in VerifyPrimitivePut()4560 instruction_compatible = insn_type.IsLong(); // no put-double, so expect put-long in VerifyPrimitivePut()4906 (field_type->IsDouble() && insn_type.IsLong())) { in VerifyISFieldAccess()
2629 bool Mips64Assembler::Branch::IsLong() const { in IsLong() function in art::mips64::Mips64Assembler::Branch2746 CHECK(IsLong()); in PromoteToLong()2751 if (IsLong() || !IsResolved()) { in PromoteIfNeeded()
1575 bool IsLong() const;
3259 bool MipsAssembler::Branch::IsLong() const { in IsLong() function in art::mips::MipsAssembler::Branch3402 CHECK(IsLong()); in PromoteToLong()3435 if (IsLong() || !IsResolved()) { in PromoteIfNeeded()4026 if (!branch->IsLong()) { in EmitBranch()
1587 bool IsLong() const;