Searched defs:switch_instr_ (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.h115 : switch_instr_(switch_instr), table_start_() {}
122 HPackedSwitch* const switch_instr_; member in class:art::arm64::JumpTableARM64
H A Dcode_generator_arm_vixl.h123 : switch_instr_(switch_instr),
126 uint32_t num_entries = switch_instr_->GetNumEntries();
139 HPackedSwitch* const switch_instr_; member in class:art::arm::JumpTableARMVIXL
H A Dcode_generator_x86.cc7656 switch_instr_(switch_instr) {}
7670 int32_t num_entries = switch_instr_->GetNumEntries();
7671 HBasicBlock* block = switch_instr_->GetBlock();
7684 const HX86PackedSwitch* switch_instr_; member in class:art::x86::JumpTableRIPFixup
H A Dcode_generator_x86_64.cc7010 : RIPFixup(codegen, -1), switch_instr_(switch_instr) {}
7023 int32_t num_entries = switch_instr_->GetNumEntries();
7024 HBasicBlock* block = switch_instr_->GetBlock();
7037 const HPackedSwitch* switch_instr_; member in class:art::x86_64::JumpTableRIPFixup

Completed in 154 milliseconds