Searched refs:jump_tables_ (Results 1 – 2 of 2) sorted by relevance
76 jump_tables_(nullptr), in CodeGenerator()383 if (jump_tables_) { in AssembleCode()385 for (JumpTable* table = jump_tables_; table; table = table->next()) { in AssembleCode()952 jump_tables_ = zone()->New<JumpTable>(jump_tables_, targets, target_count); in AddJumpTable()953 return jump_tables_->label(); in AddJumpTable()
459 JumpTable* jump_tables_; variable