Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1357 int PagedSpace::CountTotalPages() { in AllocateChunk() function in v8::internal::PagedSpace
2871 DCHECK((CountTotalPages() > 1) || in AllocateChunk()
Dmark-compact.cc266 int number_of_pages = space->CountTotalPages(); in TraceFragmentation()
624 int number_of_pages = space->CountTotalPages(); in CollectEvacuationCandidates()
Dspaces.h2088 int CountTotalPages(); in NON_EXPORTED_BASE()