Searched refs:CodePageGuardSize (Results 1 – 2 of 2) sorted by relevance
231 requested_size - 2 * MemoryAllocator::CodePageGuardSize()); in AllocateRawMemory()860 CodePageAreaStartOffset() + reserve_area_size + CodePageGuardSize(), in AllocateChunk()1087 chunk->area_end() + CodePageGuardSize()); in AllocateChunk()1262 size_t MemoryAllocator::CodePageGuardSize() { return GetCommitPageSize(); } in AllocateChunk() function in v8::internal::MemoryAllocator1267 return CodePageGuardStartOffset() + CodePageGuardSize(); in AllocateChunk()1293 const size_t guard_size = CodePageGuardSize(); in AllocateChunk()
1359 static size_t CodePageGuardSize();