Home
last modified time | relevance | path

Searched refs:switch_instr (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h122 explicit JumpTableARMVIXL(HPackedSwitch* switch_instr) in JumpTableARMVIXL() argument
123 : switch_instr_(switch_instr), in JumpTableARMVIXL()
125 bb_addresses_(switch_instr->GetAllocator()->Adapter(kArenaAllocCodeGenerator)) { in JumpTableARMVIXL()
733 JumpTableARMVIXL* CreateJumpTable(HPackedSwitch* switch_instr) { in CreateJumpTable() argument
734 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARMVIXL(switch_instr)); in CreateJumpTable()
Dcode_generator_arm64.h140 explicit JumpTableARM64(HPackedSwitch* switch_instr) in JumpTableARM64() argument
141 : switch_instr_(switch_instr), table_start_() {} in JumpTableARM64()
503 JumpTableARM64* CreateJumpTable(HPackedSwitch* switch_instr) { in CreateJumpTable() argument
504 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARM64(switch_instr)); in CreateJumpTable()
Dcode_generator_x86_64.h575 Address LiteralCaseTable(HPackedSwitch* switch_instr);
Dcode_generator_x86.h525 Address LiteralCaseTable(HX86PackedSwitch* switch_instr, Register reg, Register value);