Searched refs:IsLong (Results 1 – 7 of 7) sorted by relevance
103 EXPECT_FALSE(bool_reg_type.IsLong()); in TEST_F()136 EXPECT_FALSE(byte_reg_type.IsLong()); in TEST_F()169 EXPECT_FALSE(char_reg_type.IsLong()); in TEST_F()202 EXPECT_FALSE(short_reg_type.IsLong()); in TEST_F()235 EXPECT_FALSE(int_reg_type.IsLong()); in TEST_F()268 EXPECT_TRUE(long_reg_type.IsLong()); in TEST_F()301 EXPECT_FALSE(float_reg_type.IsLong()); in TEST_F()334 EXPECT_FALSE(double_reg_type.IsLong()); in TEST_F()
171 virtual bool IsLong() const { return false; } in IsLong() function530 bool IsLong() const OVERRIDE { return true; } in IsLong() function
4675 (insn_type.IsLong() && component_type.IsDouble()))) { in VerifyAGet()4705 } else if (target_type.IsLong()) { in VerifyPrimitivePut()4706 instruction_compatible = insn_type.IsLong(); in VerifyPrimitivePut()4716 instruction_compatible = insn_type.IsLong(); // no put-double, so expect put-long in VerifyPrimitivePut()5022 (field_type->IsDouble() && insn_type.IsLong())) { in VerifyISFieldAccess()5138 } else if (field_type->IsLong()) { in VerifyQuickFieldAccess()5139 instruction_compatible = insn_type.IsLong(); in VerifyQuickFieldAccess()5142 instruction_compatible = insn_type.IsLong(); // no [is]put-double, so expect [is]put-long in VerifyQuickFieldAccess()5350 } else if (type.IsLong()) { in DescribeVRegs()
1946 bool Mips64Assembler::Branch::IsLong() const { in IsLong() function in art::mips64::Mips64Assembler::Branch2055 CHECK(IsLong()); in PromoteToLong()2060 if (IsLong() || !IsResolved()) { in PromoteIfNeeded()
1367 bool IsLong() const;
2104 bool MipsAssembler::Branch::IsLong() const { in IsLong() function in art::mips::MipsAssembler::Branch2237 CHECK(IsLong()); in PromoteToLong()2256 if (IsLong() || !IsResolved()) { in PromoteIfNeeded()
1182 bool IsLong() const;