Searched refs:young_ (Results 1 – 2 of 2) sorted by relevance
81 young_(std::move(young)), in SweepingJob()93 ArrayBufferList young_; member106 ReleaseAll(&young_); in ~ArrayBufferSweeper()153 if (young_.IsEmpty() && (old_.IsEmpty() || type == SweepingType::kYoung)) in RequestSweep()181 job_ = std::make_unique<SweepingJob>(std::move(young_), ArrayBufferList(), in Prepare()183 young_ = ArrayBufferList(); in Prepare()186 job_ = std::make_unique<SweepingJob>(std::move(young_), std::move(old_), in Prepare()188 young_ = ArrayBufferList(); in Prepare()198 young_.Append(&job_->young_); in Finalize()224 young_.Append(extension); in Append()[all …]
62 const ArrayBufferList& young() const { return young_; } in young()94 ArrayBufferList young_; variable