Home | History | Annotate | Download | only in src

Lines Matching refs:last_

63   HInstruction* last() const { return last_; }
64 void set_last(HInstruction* instr) { last_ = instr; }
161 HInstruction* last_;