Searched refs:switch_instr_ (Results 1 – 3 of 3) sorted by relevance
126 : switch_instr_(switch_instr), table_start_() {} in JumpTableARM64()133 HPackedSwitch* const switch_instr_;
7029 : RIPFixup(codegen, -1), switch_instr_(switch_instr) {} in JumpTableRIPFixup()7042 int32_t num_entries = switch_instr_->GetNumEntries(); in CreateJumpTable()7043 HBasicBlock* block = switch_instr_->GetBlock(); in CreateJumpTable()7056 const HPackedSwitch* switch_instr_; member in art::x86_64::JumpTableRIPFixup
2377 uint32_t num_entries = switch_instr_->GetNumEntries(); in EmitTable()2394 uint32_t num_entries = switch_instr_->GetNumEntries(); in FixTable()2397 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in FixTable()