Home | History | Annotate | Download | only in ia32

Lines Matching refs:HasResult

245   virtual bool HasResult() const = 0;
252 LOperand* Output() { return HasResult() ? result() : NULL; }
285 virtual bool HasResult() const V8_FINAL V8_OVERRIDE {