Home | History | Annotate | Download | only in src

Lines Matching defs:instr_

1288       : instr_(instr), current_(0) {}
1290 bool Done() { return current_ >= instr_->SuccessorCount(); }
1291 HBasicBlock* Current() { return instr_->SuccessorAt(current_); }
1295 const HControlInstruction* instr_;