Lines Matching defs:space
124 static void VerifyMarking(NewSpace* space) { in VerifyMarking()
140 static void VerifyMarking(PagedSpace* space) { in VerifyMarking()
203 static void VerifyEvacuation(NewSpace* space) { in VerifyEvacuation()
221 static void VerifyEvacuation(PagedSpace* space) { in VerifyEvacuation()
354 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation()
455 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean()
466 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) { in VerifyMarkbitsAreClean()
520 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace()
529 static void ClearMarkbitsInNewSpace(NewSpace* space) { in ClearMarkbitsInNewSpace()
580 StealMemoryFromSweeperThreads(PagedSpace* space) { in StealMemoryFromSweeperThreads()
642 const char* AllocationSpaceName(AllocationSpace space) { in AllocationSpaceName()
664 static int FreeListFragmentation(PagedSpace* space, Page* p) { in FreeListFragmentation()
721 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) { in CollectEvacuationCandidates()
927 for (PagedSpace* space = spaces.next(); in Prepare() local
2040 PagedSpace* space) { in DiscoverGreyObjectsInSpace()
2057 NewSpace* space = heap->new_space(); in DiscoverGreyObjectsInNewSpace() local
3010 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in EvacuateLiveObjectsFromPage() local
3156 static void SweepPrecisely(PagedSpace* space, in SweepPrecisely()
3457 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in EvacuateNewSpaceAndCandidates() local
3561 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in ReleaseEvacuationCandidates() local
3851 static intptr_t Free(PagedSpace* space, in Free()
3885 intptr_t MarkCompactCollector::SweepConservatively(PagedSpace* space, in SweepConservatively()
3972 void MarkCompactCollector::SweepInParallel(PagedSpace* space, in SweepInParallel()
3987 void MarkCompactCollector::SweepSpace(PagedSpace* space, SweeperType sweeper) { in SweepSpace()