Home
last modified time | relevance | path

Searched refs:CodePageGuardSize (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc210 requested_size - 2 * MemoryAllocator::CodePageGuardSize()); in AllocateRawMemory()
564 IsFlagSet(IS_EXECUTABLE) ? MemoryAllocator::CodePageGuardSize() : 0; in CommitArea()
698 CodePageGuardSize(); in AllocateChunk()
1050 size_t MemoryAllocator::CodePageGuardSize() { in AllocateChunk() function in v8::internal::MemoryAllocator
1057 return CodePageGuardStartOffset() + CodePageGuardSize(); in AllocateChunk()
1090 if (vm->Guard(start + reserved_size - CodePageGuardSize())) { in AllocateChunk()
Dspaces.h1213 static size_t CodePageGuardSize();