Searched refs:CodePageGuardSize (Results 1 – 4 of 4) sorted by relevance
165 ? MemoryAllocator::CodePageGuardSize() in VerifyMemoryChunk()227 request_size, request_size - (2 * MemoryAllocator::CodePageGuardSize()), in TEST()235 request_size, request_size - (2 * MemoryAllocator::CodePageGuardSize()), in TEST()
235 requested, requested - (2 * MemoryAllocator::CodePageGuardSize()), in TEST()
202 requested_size - 2 * MemoryAllocator::CodePageGuardSize()); in AllocateRawMemory()501 IsFlagSet(IS_EXECUTABLE) ? MemoryAllocator::CodePageGuardSize() : 0; in CommitArea()617 CodePageGuardSize(); in AllocateChunk()873 int MemoryAllocator::CodePageGuardSize() { in AllocateChunk() function in v8::internal::MemoryAllocator881 return CodePageGuardStartOffset() + CodePageGuardSize(); in AllocateChunk()906 if (vm->Guard(start + reserved_size - CodePageGuardSize())) { in AllocateChunk()
1321 static int CodePageGuardSize();