Lines Matching refs:young_
81 young_(std::move(young)),
93 ArrayBufferList young_;
106 ReleaseAll(&young_);
153 if (young_.IsEmpty() && (old_.IsEmpty() || type == SweepingType::kYoung))
181 job_ = std::make_unique<SweepingJob>(std::move(young_), ArrayBufferList(),
183 young_ = ArrayBufferList();
186 job_ = std::make_unique<SweepingJob>(std::move(young_), std::move(old_),
188 young_ = ArrayBufferList();
198 young_.Append(&job_->young_);
224 young_.Append(extension);
246 DCHECK_GE(young_.bytes_, bytes);
247 young_.bytes_ -= bytes;
289 ArrayBufferList promoted = SweepListFull(&young_);
322 ArrayBufferExtension* current = young_.head_;
346 young_ = new_young;