Home
last modified time | relevance | path

Searched refs:HLongConstant (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dbuilder.cc503 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction()
514 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction()
521 HLongConstant* constant = GetLongConstant(instruction.VRegB_51l()); in AnalyzeDexInstruction()
529 HLongConstant* constant = GetLongConstant(value); in AnalyzeDexInstruction()
789 HLongConstant* HGraphBuilder::GetLongConstant(int64_t constant) { in GetLongConstant()
790 HLongConstant* instruction = new (arena_) HLongConstant(constant); in GetLongConstant()
Dbuilder.h68 HLongConstant* GetLongConstant(int64_t constant);
Dnodes.h1114 class HLongConstant : public HConstant {
1116 explicit HLongConstant(int64_t value) : HConstant(Primitive::kPrimLong), value_(value) {} in HLongConstant() function
1125 DISALLOW_COPY_AND_ASSIGN(HLongConstant);
Dcode_generator_x86_64.cc588 void LocationsBuilderX86_64::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()
594 void InstructionCodeGeneratorX86_64::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()
Dcode_generator_arm.cc731 void LocationsBuilderARM::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()
737 void InstructionCodeGeneratorARM::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()
Dcode_generator_x86.cc676 void LocationsBuilderX86::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()
682 void InstructionCodeGeneratorX86::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant()