Searched refs:CodePageGuardSize (Results 1 – 2 of 2) sorted by relevance
210 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::MemoryAllocator1057 return CodePageGuardStartOffset() + CodePageGuardSize(); in AllocateChunk()1090 if (vm->Guard(start + reserved_size - CodePageGuardSize())) { in AllocateChunk()
1213 static size_t CodePageGuardSize();