Home
last modified time | relevance | path

Searched refs:GetSweepSpaceIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dsweeper.cc55 int old_space_index = GetSweepSpaceIndex(OLD_SPACE); in FilterSweepingPagesScope()
65 sweeper_->sweeping_list_[GetSweepSpaceIndex(OLD_SPACE)] = in ~FilterSweepingPagesScope()
162 int space_index = GetSweepSpaceIndex(space); in StartSweeping()
184 SweptList& list = swept_list_[GetSweepSpaceIndex(space->identity())]; in GetSweptPageSafe()
207 CHECK(sweeping_list_[GetSweepSpaceIndex(space)].empty()); in EnsureCompleted()
457 return sweeping_list_[GetSweepSpaceIndex(OLD_SPACE)].size() + in ConcurrentSweepingPageCount()
458 sweeping_list_[GetSweepSpaceIndex(MAP_SPACE)].size(); in ConcurrentSweepingPageCount()
484 return sweeping_list_[GetSweepSpaceIndex(identity)].empty(); in IncrementalSweepSpace()
537 swept_list_[GetSweepSpaceIndex(identity)].push_back(page); in ParallelSweepPage()
570 int space_index = GetSweepSpaceIndex(space); in TryRemoveSweepingPageSafe()
[all …]
Dsweeper.h58 &sweeper_->sweeping_list_[GetSweepSpaceIndex(OLD_SPACE)]; in FilterOldSpaceSweepingPages()
164 if (!sweeping_list_[GetSweepSpaceIndex(space)].empty()) is_done = false; in IsDoneSweeping()
195 static int GetSweepSpaceIndex(AllocationSpace space) { in GetSweepSpaceIndex() function