Home | History | Annotate | Download | only in ia32

Lines Matching defs:results_

296   void set_result(LOperand* operand) { results_[0] = operand; }
297 LOperand* result() { return results_[0]; }
306 EmbeddedContainer<LOperand*, R> results_;