Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc231 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::MemoryAllocator
1267 return CodePageGuardStartOffset() + CodePageGuardSize(); in AllocateChunk()
1293 const size_t guard_size = CodePageGuardSize(); in AllocateChunk()
Dspaces.h1359 static size_t CodePageGuardSize();