Lines Matching refs:AllocationSpace
84 void AddPage(AllocationSpace space, Page* page, AddPageMode mode);
87 AllocationSpace identity, int required_freed_bytes, int max_pages = 0,
91 Page* page, AllocationSpace identity,
110 void DrainSweepingWorklistForSpace(AllocationSpace space);
169 ForAllSweepingSpaces([this, &is_done](AllocationSpace space) { in IsDoneSweeping()
175 void SweepSpaceFromTask(AllocationSpace identity);
179 bool SweepSpaceIncrementallyFromTask(AllocationSpace identity);
183 Page* GetSweepingPageSafe(AllocationSpace space);
185 void PrepareToBeSweptPage(AllocationSpace space, Page* page);
189 bool IsValidIterabilitySpace(AllocationSpace space) { in IsValidIterabilitySpace()
193 static bool IsValidSweepingSpace(AllocationSpace space) { in IsValidSweepingSpace()
198 static int GetSweepSpaceIndex(AllocationSpace space) { in GetSweepSpaceIndex()