Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc958 Page* MemoryAllocator::AllocatePage(size_t size, SpaceType* owner, in AllocateChunk() function in v8::internal::MemoryAllocator
974 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, PagedSpace>( in AllocateChunk()
977 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, SemiSpace>( in AllocateChunk()
980 MemoryAllocator::AllocatePage<MemoryAllocator::kPooled, SemiSpace>( in AllocateChunk()
1341 Page* p = heap()->memory_allocator()->AllocatePage(size, this, executable()); in AllocateChunk()
1619 heap()->memory_allocator()->AllocatePage<MemoryAllocator::kPooled>( in AllocateChunk()
1929 heap()->memory_allocator()->AllocatePage<MemoryAllocator::kPooled>( in AllocateChunk()
1986 heap()->memory_allocator()->AllocatePage<MemoryAllocator::kPooled>( in AllocateChunk()
Dspaces.h1245 Page* AllocatePage(size_t size, SpaceType* owner, Executability executable);
1397 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, PagedSpace>(
1400 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, SemiSpace>(
1403 MemoryAllocator::AllocatePage<MemoryAllocator::kPooled, SemiSpace>(