Searched refs:IsLongConstant (Results 1 – 16 of 16) sorted by relevance
90 EXPECT_FALSE(bool_reg_type.IsLongConstant()); in TEST_F()123 EXPECT_FALSE(byte_reg_type.IsLongConstant()); in TEST_F()156 EXPECT_FALSE(char_reg_type.IsLongConstant()); in TEST_F()189 EXPECT_FALSE(short_reg_type.IsLongConstant()); in TEST_F()222 EXPECT_FALSE(int_reg_type.IsLongConstant()); in TEST_F()255 EXPECT_FALSE(long_reg_type.IsLongConstant()); in TEST_F()288 EXPECT_FALSE(float_reg_type.IsLongConstant()); in TEST_F()321 EXPECT_FALSE(double_reg_type.IsLongConstant()); in TEST_F()
87 bool IsLongConstant() const { return IsConstantLo(); } in IsLongConstant() function154 bool IsLongTypes() const { return IsLongLo() || IsLongConstant(); } in IsLongTypes()158 bool IsDoubleTypes() const { return IsDoubleLo() || IsLongConstant(); } in IsDoubleTypes()
54 if (!instruction->IsConstant() || !instruction->AsConstant()->IsLongConstant()) { in RegisterOrInt32LongConstant()
126 DCHECK(instr->IsLongConstant()); in Int64ConstantFrom()187 DCHECK(constant->IsIntConstant() || constant->IsLongConstant() || constant->IsNullConstant()); in CanEncodeConstantAsImmediate()
394 ASSERT_TRUE(inst->IsLongConstant()); in TEST()459 ASSERT_TRUE(inst->IsLongConstant()); in TEST()
821 } else if (GetInput()->IsLongConstant()) { in TryStaticEvaluation()837 } else if (GetLeft()->IsLongConstant() && GetRight()->IsLongConstant()) { in TryStaticEvaluation()1369 } else if (current->IsLongConstant()) { in InlineInto()
138 } else if (constant->IsLongConstant()) { in DumpLocation()
316 } else if (constant->IsLongConstant()) { in GetInt64ValueOf()
63 } else if (location.GetConstant()->IsLongConstant()) { in CheckType()713 if (current->IsLongConstant()) { in RecordPcInfo()
508 } else if (value->IsLongConstant()) { in GetFloatOrDoubleEquivalent()
547 || instruction->IsLongConstant() in Move()553 (instruction->IsLongConstant() && dst.Is64Bits())); in Move()703 } else if (constant->IsLongConstant()) { in MoveConstant()722 (cst->IsLongConstant() && type == Primitive::kPrimLong) || in CoherentConstantAndType()792 } else if (src_cst->IsLongConstant()) { in MoveLocation()
697 if (constant->IsLongConstant()) { in Move64()736 } else if (const_to_move->IsLongConstant()) { in Move()1687 DCHECK(in.GetConstant()->IsLongConstant()); in VisitTypeConversion()2156 DCHECK(second.GetConstant()->IsLongConstant()); in VisitMul()3097 DCHECK(right.GetConstant()->IsLongConstant()); in VisitCompare()4123 } else if (constant->IsLongConstant()) { in EmitMove()
676 DCHECK(constant->IsLongConstant()); in Move()709 } else if (const_to_move->IsLongConstant()) { in Move()1780 DCHECK(in.GetConstant()->IsLongConstant()); in VisitTypeConversion()3953 } else if (constant->IsLongConstant()) { in EmitMove()
821 DCHECK(const_to_move->IsLongConstant()) << const_to_move->DebugName(); in Move()1719 DCHECK(in.GetConstant()->IsLongConstant()); in VisitTypeConversion()3650 } else if (constant->IsLongConstant()) { in EmitMove()
4149 DCHECK(constant->IsIntConstant() || constant->IsLongConstant()); in Int64FromConstant()
796 || instruction->IsLongConstant() in Move()