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.h201 : switch_instr_(switch_instr), in JumpTableARMVIXL()
204 uint32_t num_entries = switch_instr_->GetNumEntries(); in JumpTableARMVIXL()
217 HPackedSwitch* const switch_instr_;
Dcode_generator_arm64.h173 : switch_instr_(switch_instr), table_start_() {} in JumpTableARM64()
180 HPackedSwitch* const switch_instr_;
Dcode_generator_x86_64.cc8403 : RIPFixup(codegen, -1), switch_instr_(switch_instr) {} in JumpTableRIPFixup()
8416 int32_t num_entries = switch_instr_->GetNumEntries(); in CreateJumpTable()
8417 HBasicBlock* block = switch_instr_->GetBlock(); in CreateJumpTable()
8430 const HPackedSwitch* switch_instr_; member in art::x86_64::JumpTableRIPFixup
Dcode_generator_x86.cc9086 switch_instr_(switch_instr) {} in JumpTableRIPFixup()
9100 int32_t num_entries = switch_instr_->GetNumEntries(); in CreateJumpTable()
9101 HBasicBlock* block = switch_instr_->GetBlock(); in CreateJumpTable()
9114 const HX86PackedSwitch* switch_instr_; member in art::x86::JumpTableRIPFixup
Dcode_generator_arm_vixl.cc1975 uint32_t num_entries = switch_instr_->GetNumEntries(); in EmitTable()
1992 uint32_t num_entries = switch_instr_->GetNumEntries(); in FixTable()
1995 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in FixTable()
Dcode_generator_arm64.cc555 uint32_t num_entries = switch_instr_->GetNumEntries(); in EmitTable()
565 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in EmitTable()