Searched refs:switch_instr_ (Results 1 – 6 of 6) sorted by relevance
201 : switch_instr_(switch_instr), in JumpTableARMVIXL()204 uint32_t num_entries = switch_instr_->GetNumEntries(); in JumpTableARMVIXL()217 HPackedSwitch* const switch_instr_;
173 : switch_instr_(switch_instr), table_start_() {} in JumpTableARM64()180 HPackedSwitch* const switch_instr_;
8403 : 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
9086 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
1975 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()
555 uint32_t num_entries = switch_instr_->GetNumEntries(); in EmitTable()565 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in EmitTable()