Searched refs:jump_tables_ (Results 1 – 8 of 8) sorted by relevance
492 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARM64(switch_instr)); in CreateJumpTable()493 return jump_tables_.back().get(); in CreateJumpTable()811 ArenaVector<std::unique_ptr<JumpTableARM64>> jump_tables_; variable
743 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARMVIXL(switch_instr)); in CreateJumpTable()744 return jump_tables_.back().get(); in CreateJumpTable()791 ArenaVector<std::unique_ptr<JumpTableARMVIXL>> jump_tables_; variable
1388 jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()1416 for (auto&& jump_table : jump_tables_) { in EmitJumpTables()
2349 jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()2414 for (auto&& jump_table : jump_tables_) { in FixJumpTables()
2952 jump_tables_.emplace_back(std::move(labels)); in CreateJumpTable()2953 JumpTable* table = &jump_tables_.back(); in CreateJumpTable()2959 if (!jump_tables_.empty()) { in ReserveJumpTableSpace()2960 for (JumpTable& table : jump_tables_) { in ReserveJumpTableSpace()2989 if (!jump_tables_.empty()) { in EmitJumpTables()2995 for (JumpTable& table : jump_tables_) { in EmitJumpTables()
428 jump_tables_(allocator->Adapter(kArenaAllocAssembler)), in Assembler()1716 ArenaDeque<JumpTable> jump_tables_; variable
3801 jump_tables_.emplace_back(std::move(labels)); in CreateJumpTable()3802 JumpTable* table = &jump_tables_.back(); in CreateJumpTable()3824 if (!jump_tables_.empty()) { in ReserveJumpTableSpace()3825 for (JumpTable& table : jump_tables_) { in ReserveJumpTableSpace()3854 if (!jump_tables_.empty()) { in EmitJumpTables()3860 for (JumpTable& table : jump_tables_) { in EmitJumpTables()
279 jump_tables_(allocator->Adapter(kArenaAllocAssembler)), in Assembler()1799 ArenaDeque<JumpTable> jump_tables_; variable