Lines Matching refs:old_
82 old_(std::move(old)),
94 ArrayBufferList old_;
105 ReleaseAll(&old_);
153 if (young_.IsEmpty() && (old_.IsEmpty() || type == SweepingType::kYoung))
186 job_ = std::make_unique<SweepingJob>(std::move(young_), std::move(old_),
189 old_ = ArrayBufferList();
199 old_.Append(&job_->old_);
226 old_.Append(extension);
249 DCHECK_GE(old_.bytes_, bytes);
250 old_.bytes_ -= bytes;
290 ArrayBufferList survived = SweepListFull(&old_);
292 old_ = std::move(promoted);
293 old_.Append(&survived);
345 old_ = new_old;