Searched refs:JumpTable (Results 1 – 3 of 3) sorted by relevance
216 class JumpTable {218 explicit JumpTable(std::vector<MipsLabel*>&& labels) in JumpTable() function242 DISALLOW_COPY_AND_ASSIGN(JumpTable);1220 JumpTable* CreateJumpTable(std::vector<MipsLabel*>&& labels);1799 ArenaDeque<JumpTable> jump_tables_;
367 class JumpTable {369 explicit JumpTable(std::vector<Mips64Label*>&& labels) in JumpTable() function393 DISALLOW_COPY_AND_ASSIGN(JumpTable);977 JumpTable* CreateJumpTable(std::vector<Mips64Label*>&& labels);1716 ArenaDeque<JumpTable> jump_tables_;
2951 JumpTable* Mips64Assembler::CreateJumpTable(std::vector<Mips64Label*>&& labels) { in CreateJumpTable()2953 JumpTable* table = &jump_tables_.back(); in CreateJumpTable()2960 for (JumpTable& table : jump_tables_) { in ReserveJumpTableSpace()2995 for (JumpTable& table : jump_tables_) { in EmitJumpTables()