Home | History | Annotate | Download | only in arm

Lines Matching refs:HasResult

251   virtual bool HasResult() const = 0;
255 LOperand* Output() { return HasResult() ? result() : NULL; }
288 virtual bool HasResult() const V8_FINAL V8_OVERRIDE {