Lines Matching defs:space
127 static void VerifyMarking(NewSpace* space) { in VerifyMarking()
143 static void VerifyMarking(PagedSpace* space) { in VerifyMarking()
195 static void VerifyEvacuation(NewSpace* space) { in VerifyEvacuation()
212 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation()
265 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation()
323 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean()
331 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) { in VerifyMarkbitsAreClean()
374 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace()
381 static void ClearMarkbitsInNewSpace(NewSpace* space) { in ClearMarkbitsInNewSpace()
438 ForAllSweepingSpaces([this](AllocationSpace space) { in StartSweeping()
446 ForAllSweepingSpaces([this](AllocationSpace space) { in StartSweeperTasks()
469 void MarkCompactCollector::SweepAndRefill(CompactionSpace* space) { in SweepAndRefill()
477 Page* MarkCompactCollector::Sweeper::GetSweptPageSafe(PagedSpace* space) { in GetSweptPageSafe()
491 ForAllSweepingSpaces([this](AllocationSpace space) { in EnsureCompleted()
504 ForAllSweepingSpaces([this](AllocationSpace space) { in EnsureCompleted()
546 bool MarkCompactCollector::Sweeper::IsSweepingCompleted(AllocationSpace space) { in IsSweepingCompleted()
553 const char* AllocationSpaceName(AllocationSpace space) { in AllocationSpaceName()
621 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) { in CollectEvacuationCandidates()
813 for (PagedSpace* space = spaces.next(); space != NULL; in Prepare() local
1736 AllocationSpace space = AllocateTargetObject(object, &target); in Visit() local
1928 void MarkCompactCollector::DiscoverGreyObjectsInSpace(PagedSpace* space) { in DiscoverGreyObjectsInSpace()
1937 NewSpace* space = heap()->new_space(); in DiscoverGreyObjectsInNewSpace() local
3356 Space* space = p->owner(); in RawSweep() local
3562 void MarkCompactCollector::Sweeper::AddSweptPageSafe(PagedSpace* space, in AddSweptPageSafe()
3858 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in ReleaseEvacuationCandidates() local
3921 void MarkCompactCollector::Sweeper::AddPage(AllocationSpace space, Page* page) { in AddPage()
3927 void MarkCompactCollector::Sweeper::PrepareToBeSweptPage(AllocationSpace space, in PrepareToBeSweptPage()
3937 AllocationSpace space) { in GetSweepingPageSafe()
3947 void MarkCompactCollector::Sweeper::AddSweepingPageSafe(AllocationSpace space, in AddSweepingPageSafe()
3953 void MarkCompactCollector::StartSweepSpace(PagedSpace* space) { in StartSweepSpace()