Home
last modified time | relevance | path

Searched refs:VisitLongConstant (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.cc588 void LocationsBuilderX86_64::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant() function in art::x86_64::LocationsBuilderX86_64
594 void InstructionCodeGeneratorX86_64::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant() function in art::x86_64::InstructionCodeGeneratorX86_64
Dcode_generator_arm.cc731 void LocationsBuilderARM::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant() function in art::arm::LocationsBuilderARM
737 void InstructionCodeGeneratorARM::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant() function in art::arm::InstructionCodeGeneratorARM
Dcode_generator_x86.cc676 void LocationsBuilderX86::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant() function in art::x86::LocationsBuilderX86
682 void InstructionCodeGeneratorX86::VisitLongConstant(HLongConstant* constant) { in VisitLongConstant() function in art::x86::InstructionCodeGeneratorX86