Searched defs:VisitLongConstant (Results 1 - 3 of 3) sorted by relevance

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

Completed in 36 milliseconds