Searched refs:jump_tables_ (Results 1 – 2 of 2) sorted by relevance
53 jump_tables_(nullptr), in CodeGenerator()170 if (jump_tables_) { in GenerateCode()172 for (JumpTable* table = jump_tables_; table; table = table->next()) { in GenerateCode()416 jump_tables_ = new (zone()) JumpTable(jump_tables_, targets, target_count); in AddJumpTable()417 return jump_tables_->label(); in AddJumpTable()
218 JumpTable* jump_tables_; variable