Home
last modified time | relevance | path

Searched refs:AllocateReadOnlyPage (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-allocator.h194 ReadOnlyPage* AllocateReadOnlyPage(ReadOnlySpace* space);
Dmemory-allocator.cc564 ReadOnlyPage* MemoryAllocator::AllocateReadOnlyPage(ReadOnlySpace* space) { in AllocateReadOnlyPage() function in v8::internal::MemoryAllocator
Dread-only-spaces.cc628 heap()->memory_allocator()->AllocateReadOnlyPage(this); in EnsureSpaceForAllocation()