Searched defs:JumpTableARM64 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm64.h86 class JumpTableARM64 : public DeletableArenaObject<kArenaAllocSwitchTable> { class in namespace:art::arm64
88 explicit JumpTableARM64(HPackedSwitch* switch_instr) function in class:art::arm64::JumpTableARM64
99 DISALLOW_COPY_AND_ASSIGN(JumpTableARM64);
420 JumpTableARM64* CreateJumpTable(HPackedSwitch* switch_instr) {
421 jump_tables_.emplace_back(new (GetGraph()->GetArena()) JumpTableARM64(switch_instr));
624 ArenaVector<std::unique_ptr<JumpTableARM64>> jump_tables_;

Completed in 19 milliseconds