Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.h124 : switch_instr_(switch_instr), in JumpTableARMVIXL()
127 uint32_t num_entries = switch_instr_->GetNumEntries(); in JumpTableARMVIXL()
140 HPackedSwitch* const switch_instr_;
H A Dcode_generator_arm64.h142 : switch_instr_(switch_instr), table_start_() {} in JumpTableARM64()
149 HPackedSwitch* const switch_instr_;
H A Dcode_generator_x86_64.cc7878 : RIPFixup(codegen, -1), switch_instr_(switch_instr) {} in JumpTableRIPFixup()
7891 int32_t num_entries = switch_instr_->GetNumEntries(); in CreateJumpTable()
7892 HBasicBlock* block = switch_instr_->GetBlock(); in CreateJumpTable()
7905 const HPackedSwitch* switch_instr_; member in art::x86_64::JumpTableRIPFixup
H A Dcode_generator_x86.cc8801 switch_instr_(switch_instr) {} in JumpTableRIPFixup()
8815 int32_t num_entries = switch_instr_->GetNumEntries(); in CreateJumpTable()
8816 HBasicBlock* block = switch_instr_->GetBlock(); in CreateJumpTable()
8829 const HX86PackedSwitch* switch_instr_; member in art::x86::JumpTableRIPFixup
H A Dcode_generator_arm_vixl.cc1910 uint32_t num_entries = switch_instr_->GetNumEntries(); in EmitTable()
1927 uint32_t num_entries = switch_instr_->GetNumEntries(); in FixTable()
1930 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in FixTable()
H A Dcode_generator_arm64.cc545 uint32_t num_entries = switch_instr_->GetNumEntries(); in EmitTable()
555 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in EmitTable()