Home | History | Annotate | Download | only in mips

Lines Matching refs:current_instruction_

221   for (current_instruction_ = 0;
222 !is_aborted() && current_instruction_ < instructions_->length();
223 current_instruction_++) {
224 LInstruction* instr = instructions_->at(current_instruction_);
231 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());