Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dcodegen-x64.cc19 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()
/external/v8/src/ppc/
Dcodegen-ppc.cc24 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()
/external/v8/src/s390/
Dcodegen-s390.cc24 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()
/external/v8/src/arm/
Dcodegen-arm.cc28 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/
Dallocation.h138 V8_WARN_UNUSED_RESULT byte* AllocatePage(void* address, size_t* allocated);
Dallocation.cc192 byte* AllocatePage(void* address, size_t* allocated) { in AllocatePage() function
/external/v8/src/ia32/
Dcodegen-ia32.cc20 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()
135 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateMemMoveFunction()
/external/v8/src/heap/
Dspaces.cc1178 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()
Dspaces.h1387 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/mips/
Dcodegen-mips.cc28 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateMemCopyUint8Function()
559 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()
/external/v8/src/mips64/
Dcodegen-mips64.cc28 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateMemCopyUint8Function()
560 byte* buffer = AllocatePage(isolate->heap()->GetRandomMmapAddr(), &allocated); in CreateSqrtFunction()