Searched refs:switch_instr (Results 1 – 4 of 4) sorted by relevance
122 explicit JumpTableARMVIXL(HPackedSwitch* switch_instr) in JumpTableARMVIXL() argument123 : switch_instr_(switch_instr), in JumpTableARMVIXL()125 bb_addresses_(switch_instr->GetAllocator()->Adapter(kArenaAllocCodeGenerator)) { in JumpTableARMVIXL()733 JumpTableARMVIXL* CreateJumpTable(HPackedSwitch* switch_instr) { in CreateJumpTable() argument734 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARMVIXL(switch_instr)); in CreateJumpTable()
140 explicit JumpTableARM64(HPackedSwitch* switch_instr) in JumpTableARM64() argument141 : switch_instr_(switch_instr), table_start_() {} in JumpTableARM64()503 JumpTableARM64* CreateJumpTable(HPackedSwitch* switch_instr) { in CreateJumpTable() argument504 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARM64(switch_instr)); in CreateJumpTable()
575 Address LiteralCaseTable(HPackedSwitch* switch_instr);
525 Address LiteralCaseTable(HX86PackedSwitch* switch_instr, Register reg, Register value);