Searched refs:jump_tables_ (Results 1 – 2 of 2) sorted by relevance
53 jump_tables_(nullptr), in CodeGenerator()197 if (jump_tables_) { in GenerateCode()199 for (JumpTable* table = jump_tables_; table; table = table->next()) { in GenerateCode()489 jump_tables_ = new (zone()) JumpTable(jump_tables_, targets, target_count); in AddJumpTable()490 return jump_tables_->label(); in AddJumpTable()
241 JumpTable* jump_tables_; variable