Lines Matching defs:instr_
251 : instr_(block->first()) {252 next_ = Done() ? NULL : instr_->next();255 inline bool Done() const { return instr_ == NULL; }256 inline HInstruction* Current() { return instr_; }258 instr_ = next_;259 next_ = Done() ? NULL : instr_->next();263 HInstruction* instr_;