HomeSort by relevance Sort by last modified time
    Searched refs:HPackedSwitch (Results 1 - 16 of 16) sorted by null

  /art/compiler/optimizing/
pc_relative_fixups_mips.cc 103 void VisitPackedSwitch(HPackedSwitch* switch_insn) OVERRIDE {
108 // We need to replace the HPackedSwitch with a HMipsPackedSwitch in order to
graph_checker.h 66 void VisitPackedSwitch(HPackedSwitch* instruction) OVERRIDE;
pc_relative_fixups_x86.cc 147 void VisitPackedSwitch(HPackedSwitch* switch_insn) OVERRIDE {
152 // We need to replace the HPackedSwitch with a HX86PackedSwitch in order to
dead_code_elimination.cc 55 HPackedSwitch* switch_instruction = last_instruction->AsPackedSwitch();
code_generator_arm64.h 125 explicit JumpTableARM64(HPackedSwitch* switch_instr)
133 HPackedSwitch* const switch_instr_;
491 JumpTableARM64* CreateJumpTable(HPackedSwitch* switch_instr) {
    [all...]
code_generator_arm_vixl.h 119 explicit JumpTableARMVIXL(HPackedSwitch* switch_instr)
136 HPackedSwitch* const switch_instr_;
717 JumpTableARMVIXL* CreateJumpTable(HPackedSwitch* switch_instr) {
    [all...]
code_generator_x86_64.h 557 Address LiteralCaseTable(HPackedSwitch* switch_instr);
graph_checker.cc     [all...]
code_generator_x86_64.cc     [all...]
nodes.h     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
instruction_builder.cc 652 new (arena_) HPackedSwitch(table.GetEntryAt(0), table.GetNumEntries(), value, dex_pc));
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]

Completed in 675 milliseconds