Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h123 : switch_instr_(switch_instr), in JumpTableARMVIXL()
126 uint32_t num_entries = switch_instr_->GetNumEntries(); in JumpTableARMVIXL()
139 HPackedSwitch* const switch_instr_;
Dcode_generator_arm64.h144 : switch_instr_(switch_instr), table_start_() {} in JumpTableARM64()
151 HPackedSwitch* const switch_instr_;
Dcode_generator_x86_64.cc7739 : RIPFixup(codegen, -1), switch_instr_(switch_instr) {} in JumpTableRIPFixup()
7752 int32_t num_entries = switch_instr_->GetNumEntries(); in CreateJumpTable()
7753 HBasicBlock* block = switch_instr_->GetBlock(); in CreateJumpTable()
7766 const HPackedSwitch* switch_instr_; member in art::x86_64::JumpTableRIPFixup
Dcode_generator_x86.cc8463 switch_instr_(switch_instr) {} in JumpTableRIPFixup()
8477 int32_t num_entries = switch_instr_->GetNumEntries(); in CreateJumpTable()
8478 HBasicBlock* block = switch_instr_->GetBlock(); in CreateJumpTable()
8491 const HX86PackedSwitch* switch_instr_; member in art::x86::JumpTableRIPFixup
Dcode_generator_arm_vixl.cc1887 uint32_t num_entries = switch_instr_->GetNumEntries(); in EmitTable()
1904 uint32_t num_entries = switch_instr_->GetNumEntries(); in FixTable()
1907 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in FixTable()
Dcode_generator_arm64.cc582 uint32_t num_entries = switch_instr_->GetNumEntries(); in EmitTable()
592 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in EmitTable()