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

/art/compiler/optimizing/
H A Dcode_generator_arm64.h89 : switch_instr_(switch_instr), table_start_() {}
91 vixl::Label* GetTableStartLabel() { return &table_start_; }
97 vixl::Label table_start_; member in class:art::arm64::JumpTableARM64

Completed in 43 milliseconds