Lines Matching refs:PagedSpace
124 static void VerifyMarking(PagedSpace* space) { in VerifyMarking()
204 static void VerifyEvacuation(PagedSpace* space) { in VerifyEvacuation()
235 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation()
308 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean()
345 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace()
441 static int FreeListFragmentation(PagedSpace* space, Page* p) { in FreeListFragmentation()
498 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) { in CollectEvacuationCandidates()
706 for (PagedSpace* space = spaces.next(); in Prepare()
2034 PagedSpace* space) { in DiscoverGreyObjectsInSpace()
2909 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in EvacuateLiveObjectsFromPage()
2975 if (static_cast<PagedSpace*>(p->owner())->CanExpand()) { in EvacuatePages()
3067 static void SweepPrecisely(PagedSpace* space, in SweepPrecisely()
3360 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in EvacuateNewSpaceAndCandidates()
3431 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in EvacuateNewSpaceAndCandidates()
3726 intptr_t MarkCompactCollector::SweepConservatively(PagedSpace* space, Page* p) { in SweepConservatively()
3818 void MarkCompactCollector::SweepSpace(PagedSpace* space, SweeperType sweeper) { in SweepSpace()