Home | History | Annotate | Download | only in optimizing

Lines Matching refs:output_

498     DCHECK(output_.IsInvalid());
500 output_ = location;
508 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated());
509 output_ = location;
531 Location Out() const { return output_; }
576 && output_.IsUnallocated()
577 && (output_.GetPolicy() == Location::kSameAsFirstInput);
607 Location output_;