Home
last modified time | relevance | path

Searched defs:VisitPackedSwitch (Results 1 – 10 of 10) sorted by relevance

/art/compiler/optimizing/
Dpc_relative_fixups_mips.cc93 void VisitPackedSwitch(HPackedSwitch* switch_insn) OVERRIDE { in VisitPackedSwitch() function in art::mips::PCRelativeHandlerVisitor
Dpc_relative_fixups_x86.cc147 void VisitPackedSwitch(HPackedSwitch* switch_insn) OVERRIDE { in VisitPackedSwitch() function in art::x86::PCRelativeHandlerVisitor
Dgraph_checker.cc868 void GraphChecker::VisitPackedSwitch(HPackedSwitch* instruction) { in VisitPackedSwitch() function in art::GraphChecker
Dcode_generator_arm64.cc5753 void LocationsBuilderARM64::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::arm64::LocationsBuilderARM64
5759 void InstructionCodeGeneratorARM64::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::arm64::InstructionCodeGeneratorARM64
Dcode_generator_x86_64.cc6772 void LocationsBuilderX86_64::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::x86_64::LocationsBuilderX86_64
6780 void InstructionCodeGeneratorX86_64::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::x86_64::InstructionCodeGeneratorX86_64
Dcode_generator_mips64.cc6138 void LocationsBuilderMIPS64::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::mips64::LocationsBuilderMIPS64
6211 void InstructionCodeGeneratorMIPS64::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::mips64::InstructionCodeGeneratorMIPS64
Dcode_generator_x86.cc7405 void LocationsBuilderX86::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::x86::LocationsBuilderX86
7459 void InstructionCodeGeneratorX86::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::x86::InstructionCodeGeneratorX86
Dcode_generator_arm_vixl.cc8682 void LocationsBuilderARMVIXL::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::arm::LocationsBuilderARMVIXL
8696 void InstructionCodeGeneratorARMVIXL::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::arm::InstructionCodeGeneratorARMVIXL
Dcode_generator_arm.cc8542 void LocationsBuilderARM::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::arm::LocationsBuilderARM
8555 void InstructionCodeGeneratorARM::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::arm::InstructionCodeGeneratorARM
Dcode_generator_mips.cc8371 void LocationsBuilderMIPS::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::mips::LocationsBuilderMIPS
8450 void InstructionCodeGeneratorMIPS::VisitPackedSwitch(HPackedSwitch* switch_instr) { in VisitPackedSwitch() function in art::mips::InstructionCodeGeneratorMIPS