Home
last modified time | relevance | path

Searched refs:IsLongConstant (Results 1 – 16 of 16) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc90 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()
Dreg_type.h87 bool IsLongConstant() const { return IsConstantLo(); } in IsLongConstant() function
154 bool IsLongTypes() const { return IsLongLo() || IsLongConstant(); } in IsLongTypes()
158 bool IsDoubleTypes() const { return IsDoubleLo() || IsLongConstant(); } in IsDoubleTypes()
/art/compiler/optimizing/
Dlocations.cc54 if (!instruction->IsConstant() || !instruction->AsConstant()->IsLongConstant()) { in RegisterOrInt32LongConstant()
Dcommon_arm64.h126 DCHECK(instr->IsLongConstant()); in Int64ConstantFrom()
187 DCHECK(constant->IsIntConstant() || constant->IsLongConstant() || constant->IsNullConstant()); in CanEncodeConstantAsImmediate()
Dconstant_folding_test.cc394 ASSERT_TRUE(inst->IsLongConstant()); in TEST()
459 ASSERT_TRUE(inst->IsLongConstant()); in TEST()
Dnodes.cc821 } else if (GetInput()->IsLongConstant()) { in TryStaticEvaluation()
837 } else if (GetLeft()->IsLongConstant() && GetRight()->IsLongConstant()) { in TryStaticEvaluation()
1369 } else if (current->IsLongConstant()) { in InlineInto()
Dgraph_visualizer.cc138 } else if (constant->IsLongConstant()) { in DumpLocation()
Dcode_generator.h316 } else if (constant->IsLongConstant()) { in GetInt64ValueOf()
Dcode_generator.cc63 } else if (location.GetConstant()->IsLongConstant()) { in CheckType()
713 if (current->IsLongConstant()) { in RecordPcInfo()
Dssa_builder.cc508 } else if (value->IsLongConstant()) { in GetFloatOrDoubleEquivalent()
Dcode_generator_arm64.cc547 || 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()
Dcode_generator_x86.cc697 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()
Dcode_generator_x86_64.cc676 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()
Dcode_generator_arm.cc821 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()
Dnodes.h4149 DCHECK(constant->IsIntConstant() || constant->IsLongConstant()); in Int64FromConstant()
Dcode_generator_mips64.cc796 || instruction->IsLongConstant() in Move()