Home | History | Annotate | Download | only in x64

Lines Matching refs:current_instruction_

225   for (current_instruction_ = 0;
226 !is_aborted() && current_instruction_ < instructions_->length();
227 current_instruction_++) {
228 LInstruction* instr = instructions_->at(current_instruction_);
235 Comment(";;; @%d: %s.", current_instruction_, instr->Mnemonic());
244 if (current_instruction_ < instructions_->length() - 1) {
245 return instructions_->at(current_instruction_ + 1);