Home
last modified time | relevance | path

Searched refs:RefillFreeList (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dmark-compact.h642 void RefillFreeList(PagedSpace* space);
Dspaces.cc2555 collector->RefillFreeList(this); in SlowAllocateRaw()
2563 collector->RefillFreeList(this); in SlowAllocateRaw()
Dmark-compact.cc595 RefillFreeList(heap()->paged_space(OLD_DATA_SPACE)); in EnsureSweepingCompleted()
596 RefillFreeList(heap()->paged_space(OLD_POINTER_SPACE)); in EnsureSweepingCompleted()
627 void MarkCompactCollector::RefillFreeList(PagedSpace* space) { in RefillFreeList() function in v8::internal::MarkCompactCollector