Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dmark-compact.h669 void RefillFreeList(PagedSpace* space);
Dmark-compact.cc602 RefillFreeList(heap()->paged_space(OLD_DATA_SPACE)); in WaitUntilSweepingCompleted()
603 RefillFreeList(heap()->paged_space(OLD_POINTER_SPACE)); in WaitUntilSweepingCompleted()
625 void MarkCompactCollector::RefillFreeList(PagedSpace* space) { in RefillFreeList() function in v8::internal::MarkCompactCollector
Dspaces.cc2602 collector->RefillFreeList(this); in SlowAllocateRaw()