Home
last modified time | relevance | path

Searched refs:AllocatePage (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc926 Page* MemoryAllocator::AllocatePage(size_t size, SpaceType* owner, in AllocateChunk() function in v8::internal::MemoryAllocator
942 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, PagedSpace>( in AllocateChunk()
945 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, SemiSpace>( in AllocateChunk()
948 MemoryAllocator::AllocatePage<MemoryAllocator::kPooled, SemiSpace>( in AllocateChunk()
1328 Page* p = heap()->memory_allocator()->AllocatePage(size, this, executable()); in AllocateChunk()
1608 heap()->memory_allocator()->AllocatePage<MemoryAllocator::kPooled>( in AllocateChunk()
1918 heap()->memory_allocator()->AllocatePage<MemoryAllocator::kPooled>( in AllocateChunk()
1975 heap()->memory_allocator()->AllocatePage<MemoryAllocator::kPooled>( in AllocateChunk()
Dspaces.h1228 Page* AllocatePage(size_t size, SpaceType* owner, Executability executable);