Searched refs:AllocatePage (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/x64/ |
D | codegen-x64.cc | 19 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()
|
/external/v8/src/ppc/ |
D | codegen-ppc.cc | 24 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()
|
/external/v8/src/s390/ |
D | codegen-s390.cc | 24 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()
|
/external/v8/src/arm/ |
D | codegen-arm.cc | 28 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateMemCopyUint8Function() 186 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateMemCopyUint16Uint8Function() 273 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()
|
/external/v8/src/ |
D | allocation.h | 138 V8_WARN_UNUSED_RESULT byte* AllocatePage(void* address, size_t* allocated);
|
D | allocation.cc | 192 byte* AllocatePage(void* address, size_t* allocated) { in AllocatePage() function
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 20 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction() 135 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateMemMoveFunction()
|
/external/v8/src/heap/ |
D | spaces.cc | 1178 Page* MemoryAllocator::AllocatePage(size_t size, SpaceType* owner, in AllocateChunk() function in v8::internal::MemoryAllocator 1194 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, PagedSpace>( in AllocateChunk() 1197 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, SemiSpace>( in AllocateChunk() 1200 MemoryAllocator::AllocatePage<MemoryAllocator::kPooled, SemiSpace>( in AllocateChunk() 1734 heap()->memory_allocator()->AllocatePage(size, this, executable()); in AllocateChunk() 2231 heap()->memory_allocator()->AllocatePage<MemoryAllocator::kPooled>( in AllocateChunk() 2570 heap()->memory_allocator()->AllocatePage<MemoryAllocator::kPooled>( in AllocateChunk() 2627 heap()->memory_allocator()->AllocatePage<MemoryAllocator::kPooled>( in AllocateChunk()
|
D | spaces.h | 1387 Page* AllocatePage(size_t size, SpaceType* owner, Executability executable); 1551 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, PagedSpace>( 1554 MemoryAllocator::AllocatePage<MemoryAllocator::kRegular, SemiSpace>( 1557 MemoryAllocator::AllocatePage<MemoryAllocator::kPooled, SemiSpace>(
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 28 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateMemCopyUint8Function() 560 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()
|
/external/v8/src/mips/ |
D | codegen-mips.cc | 28 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateMemCopyUint8Function() 559 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()
|