Home | History | Annotate | Download | only in x64

Lines Matching refs:results_

287   void set_result(LOperand* operand) { results_[0] = operand; }
288 LOperand* result() const override { return results_[0]; }
293 EmbeddedContainer<LOperand*, R> results_;