Home
last modified time | relevance | path

Searched refs:PageAreaSize (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/snapshot/
Dsnapshot-common.cc40 return static_cast<uint32_t>(MemoryAllocator::PageAreaSize(space)); in SizeOfFirstPage()
149 MemoryAllocator::PageAreaSize(static_cast<AllocationSpace>(space)); in CalculateFirstPageSizes()
Dserialize.cc1280 MemoryAllocator::PageAreaSize(static_cast<AllocationSpace>(i))); in Serializer()
/external/v8/src/heap/
Dspaces.h1331 static int PageAreaSize(AllocationSpace space) { in PageAreaSize() function
Dspaces.cc958 area_size_ = MemoryAllocator::PageAreaSize(space); in AllocateChunk()
Dheap.cc1158 DCHECK_LE(size, MemoryAllocator::PageAreaSize( in ReserveSpace()