Searched refs:AllocatePage (Results 1 - 5 of 5) sorted by relevance

/external/lldb/include/lldb/Target/
H A DMemory.h176 AllocatePage (uint32_t byte_size,
/external/chromium_org/v8/test/cctest/
H A Dtest-spaces.cc307 Page* first_page = memory_allocator->AllocatePage(
320 Page* other = memory_allocator->AllocatePage(
/external/lldb/source/Target/
H A DMemory.cpp383 AllocatedMemoryCache::AllocatePage (uint32_t byte_size, function in class:AllocatedMemoryCache
429 AllocatedBlockSP block_sp (AllocatePage (byte_size, permissions, 16, error));
/external/chromium_org/v8/src/heap/
H A Dspaces.cc680 Page* MemoryAllocator::AllocatePage(intptr_t size, PagedSpace* owner, function in class:v8::internal::MemoryAllocator
974 Page* p = heap()->isolate()->memory_allocator()->AllocatePage(size, this,
H A Dspaces.h1007 Page* AllocatePage(intptr_t size, PagedSpace* owner,

Completed in 142 milliseconds