Searched refs:jump_tables_ (Results 1 – 6 of 6) sorted by relevance
879 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARMVIXL(switch_instr)); in CreateJumpTable()880 return jump_tables_.back().get(); in CreateJumpTable()1022 ArenaVector<std::unique_ptr<JumpTableARMVIXL>> jump_tables_; variable
717 jump_tables_.emplace_back(new (GetGraph()->GetAllocator()) JumpTableARM64(switch_instr)); in CreateJumpTable()718 return jump_tables_.back().get(); in CreateJumpTable()1145 ArenaVector<std::unique_ptr<JumpTableARM64>> jump_tables_; variable
1003 jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()1053 for (auto&& jump_table : jump_tables_) { in EmitJumpTables()
1941 jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()2012 for (auto&& jump_table : jump_tables_) { in FixJumpTables()
7322 jump_tables_.emplace_back(std::move(labels)); in CreateJumpTable()7323 JumpTable* table = &jump_tables_.back(); in CreateJumpTable()7363 if (!jump_tables_.empty()) { in ReserveJumpTableSpace()7364 for (JumpTable& table : jump_tables_) { in ReserveJumpTableSpace()7496 if (!jump_tables_.empty()) { in EmitJumpTables()7502 for (JumpTable& table : jump_tables_) { in EmitJumpTables()
230 jump_tables_(allocator->Adapter(kArenaAllocAssembler)), in Riscv64Assembler()2723 ArenaDeque<JumpTable> jump_tables_; variable