Searched refs:JumpTableARM64 (Results 1 – 2 of 2) sorted by relevance
139 class JumpTableARM64 : public DeletableArenaObject<kArenaAllocSwitchTable> {141 explicit JumpTableARM64(HPackedSwitch* switch_instr) in JumpTableARM64() function152 DISALLOW_COPY_AND_ASSIGN(JumpTableARM64);654 JumpTableARM64* CreateJumpTable(HPackedSwitch* switch_instr) { in CreateJumpTable()655 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARM64(switch_instr)); in CreateJumpTable()1078 ArenaVector<std::unique_ptr<JumpTableARM64>> jump_tables_;
544 void JumpTableARM64::EmitTable(CodeGeneratorARM64* codegen) { in EmitTable()6353 JumpTableARM64* jump_table = codegen_->CreateJumpTable(switch_instr); in VisitPackedSwitch()