Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.h126 : switch_instr_(switch_instr), table_start_() {} in JumpTableARM64()
133 HPackedSwitch* const switch_instr_;
Dcode_generator_x86_64.cc7029 : 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
Dcode_generator_arm_vixl.cc2377 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()