Home | History | Annotate | Download | only in arm

Lines Matching refs:results_

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