Home
last modified time | relevance | path

Searched refs:AllocatePages (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dallocation.cc144 void* AllocatePages(void* address, size_t size, size_t alignment, in AllocatePages() function
151 GetPageAllocator()->AllocatePages(address, size, alignment, access); in AllocatePages()
195 AllocatePages(address, page_size, page_size, PageAllocator::kReadWrite); in AllocatePage()
216 AllocatePages(hint, alloc_size, alignment, PageAllocator::kNoAccess)); in VirtualMemory()
Dinstruction-stream.cc58 AllocatePages(GetRandomMmapAddr(), allocated_size, page_size, in CreateOffHeapInstructionStream()
Dallocation.h104 V8_WARN_UNUSED_RESULT void* AllocatePages(void* address, size_t size,
Dd8.cc125 return i::AllocatePages(nullptr, allocated, page_size, in AllocateVM()
/external/v8/src/base/
Dpage-allocator.h28 void* AllocatePages(void* address, size_t size, size_t alignment, in NON_EXPORTED_BASE()
Dpage-allocator.cc41 void* PageAllocator::AllocatePages(void* address, size_t size, size_t alignment, in AllocatePages() function in v8::base::PageAllocator
/external/v8/include/
Dv8-platform.h220 virtual void* AllocatePages(void* address, size_t length, size_t alignment,
/external/avb/examples/uefi/
Duefi_avb_boot.c265 err = uefi_call_wrapper(BS->AllocatePages, in uefi_avb_boot_kernel()
/external/v8/src/wasm/
Dwasm-memory.cc84 *allocation_base = AllocatePages(nullptr, *allocation_length, kWasmPageSize, in TryAllocateBackingStore()