Searched refs:jump_tables_ (Results 1 – 4 of 4) sorted by relevance
783 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARMVIXL(switch_instr)); in CreateJumpTable()784 return jump_tables_.back().get(); in CreateJumpTable()926 ArenaVector<std::unique_ptr<JumpTableARMVIXL>> jump_tables_; variable
655 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARM64(switch_instr)); in CreateJumpTable()656 return jump_tables_.back().get(); in CreateJumpTable()1078 ArenaVector<std::unique_ptr<JumpTableARM64>> jump_tables_; variable
905 jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()961 for (auto&& jump_table : jump_tables_) { in EmitJumpTables()
1877 jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()1947 for (auto&& jump_table : jump_tables_) { in FixJumpTables()