Home | History | Annotate | Download | only in optimizing

Lines Matching refs:jump_tables_

694     jump_tables_.emplace_back(new (GetGraph()->GetArena()) JumpTableARMVIXL(switch_instr));
695 return jump_tables_.back().get();
731 ArenaVector<std::unique_ptr<JumpTableARMVIXL>> jump_tables_;