Home | History | Annotate | Download | only in src

Lines Matching defs:instr_

1332       : instr_(instr), current_(0) { }
1334 bool Done() { return current_ >= instr_->SuccessorCount(); }
1335 HBasicBlock* Current() { return instr_->SuccessorAt(current_); }
1339 HControlInstruction* instr_;