Lines Matching defs:space

125 static void VerifyMarking(NewSpace* space) {  in VerifyMarking()
141 static void VerifyMarking(PagedSpace* space) { in VerifyMarking()
196 static void VerifyEvacuation(NewSpace* space) { in VerifyEvacuation()
214 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation()
277 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation()
338 static void VerifyValidSlotsBufferEntries(Heap* heap, PagedSpace* space) { in VerifyValidSlotsBufferEntries()
389 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean()
400 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) { in VerifyMarkbitsAreClean()
448 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace()
457 static void ClearMarkbitsInNewSpace(NewSpace* space) { in ClearMarkbitsInNewSpace()
507 SweeperTask(Heap* heap, PagedSpace* space) : heap_(heap), space_(space) {} in SweeperTask()
555 void MarkCompactCollector::SweepAndRefill(CompactionSpace* space) { in SweepAndRefill()
641 const char* AllocationSpaceName(AllocationSpace space) { in AllocationSpaceName()
703 void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) { in CollectEvacuationCandidates()
885 for (PagedSpace* space = spaces.next(); space != NULL; in Prepare() local
1608 AllocationSpace space = AllocateTargetObject(object, &target); in Visit() local
1750 void MarkCompactCollector::DiscoverGreyObjectsInSpace(PagedSpace* space) { in DiscoverGreyObjectsInSpace()
1761 NewSpace* space = heap()->new_space(); in DiscoverGreyObjectsInNewSpace() local
3351 static intptr_t Free(PagedSpace* space, FreeList* free_list, Address start, in Free()
3370 static int Sweep(PagedSpace* space, FreeList* free_list, Page* p, in Sweep()
3561 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in SweepAbortedPages() local
3721 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in UpdatePointersAfterEvacuation() local
3770 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in MoveEvacuationCandidatesToEndOfPagesList() local
3781 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); in ReleaseEvacuationCandidates() local
3795 int MarkCompactCollector::SweepInParallel(PagedSpace* space, in SweepInParallel()
3814 int MarkCompactCollector::SweepInParallel(Page* page, PagedSpace* space) { in SweepInParallel()
3849 void MarkCompactCollector::StartSweepSpace(PagedSpace* space) { in StartSweepSpace()
3983 void MarkCompactCollector::ParallelSweepSpaceComplete(PagedSpace* space) { in ParallelSweepSpaceComplete()