Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h469 SweptList swept_list_[kAllocationSpaces]; variable
Dmark-compact.cc521 SweptList& list = swept_list_[space->identity()]; in GetSweptPageSafe()
547 swept_list_[NEW_SPACE].Clear(); in EnsureCompleted()
3550 swept_list_[space->identity()].Add(page); in AddSweptPageSafe()
3878 swept_list_[identity].Add(page); in ParallelSweepPage()