Home
last modified time | relevance | path

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

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