Lines Matching defs:space
109 static void VerifyMarking(NewSpace* space) { in VerifyMarking()
125 static void VerifyMarking(PagedSpace* space) { in VerifyMarking()
183 static void VerifyEvacuation(NewSpace* space) { in VerifyEvacuation()
201 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation()
343 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation()
436 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean()
447 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) { in VerifyMarkbitsAreClean()
498 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace()
507 static void ClearMarkbitsInNewSpace(NewSpace* space) { in ClearMarkbitsInNewSpace()
538 SweeperTask(Heap* heap, PagedSpace* space) : heap_(heap), space_(space) {} in SweeperTask()
627 void MarkCompactCollector::RefillFreeList(PagedSpace* space) { in RefillFreeList()
691 const char* AllocationSpaceName(AllocationSpace space) { in AllocationSpaceName()
720 static int FreeListFragmentation(PagedSpace* space, Page* p) { in FreeListFragmentation()
768 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) { in CollectEvacuationCandidates()
966 for (PagedSpace* space = spaces.next(); space != NULL; in Prepare() local
2009 PagedSpace* space) { in DiscoverGreyObjectsInSpace()
2021 NewSpace* space = heap->new_space(); in DiscoverGreyObjectsInNewSpace() local
3124 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in EvacuateLiveObjectsFromPage() local
3177 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in EvacuatePages() local
3204 for (PagedSpace* space = spaces.next(); space != NULL; in EvacuatePages() local
3278 static intptr_t Free(PagedSpace* space, FreeList* free_list, Address start, in Free()
3298 static int Sweep(PagedSpace* space, FreeList* free_list, Page* p, in Sweep()
3613 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in EvacuateNewSpaceAndCandidates() local
3700 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in MoveEvacuationCandidatesToEndOfPagesList() local
3711 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in ReleaseEvacuationCandidates() local
4118 int MarkCompactCollector::SweepInParallel(PagedSpace* space, in SweepInParallel()
4137 int MarkCompactCollector::SweepInParallel(Page* page, PagedSpace* space) { in SweepInParallel()
4152 void MarkCompactCollector::SweepSpace(PagedSpace* space, SweeperType sweeper) { in SweepSpace()
4337 void MarkCompactCollector::ParallelSweepSpaceComplete(PagedSpace* space) { in ParallelSweepSpaceComplete()