Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dpaged-spaces.cc374 int PagedSpace::CountTotalPages() const { in CountTotalPages() function in v8::internal::PagedSpace
929 DCHECK((CountTotalPages() > 1) || in TryExpand()
1071 pages.reserve(CountTotalPages()); in SortFreeList()
Dpaged-spaces.h260 int CountTotalPages() const; in NON_EXPORTED_BASE()
Dmark-compact.cc545 int number_of_pages = space->CountTotalPages(); in TraceFragmentation()
798 int number_of_pages = space->CountTotalPages(); in CollectEvacuationCandidates()