Home | History | Annotate | Download | only in src

Lines Matching defs:last_

65   HInstruction* last() const { return last_; }
66 void set_last(HInstruction* instr) { last_ = instr; }
177 HInstruction* last_;