Home | History | Annotate | Download | only in arm64

Lines Matching refs:HasResult

260   virtual bool HasResult() const = 0;
269 LOperand* Output() { return HasResult() ? result() : NULL; }
293 virtual bool HasResult() const V8_FINAL V8_OVERRIDE {