Home
last modified time | relevance | path

Searched refs:jump_tables_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm_vixl.h783 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
Dcode_generator_arm64.h655 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
Dcode_generator_arm64.cc905 jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARM64()
961 for (auto&& jump_table : jump_tables_) { in EmitJumpTables()
Dcode_generator_arm_vixl.cc1877 jump_tables_(graph->GetAllocator()->Adapter(kArenaAllocCodeGenerator)), in CodeGeneratorARMVIXL()
1947 for (auto&& jump_table : jump_tables_) { in FixJumpTables()