Home
last modified time | relevance | path

Searched refs:GetCommitPageSize (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-chunk-layout.cc19 MemoryAllocator::GetCommitPageSize()); in CodePageGuardStartOffset()
23 return MemoryAllocator::GetCommitPageSize(); in CodePageGuardSize()
36 static_cast<int>(MemoryAllocator::GetCommitPageSize()); in ObjectEndOffsetInCodePage()
Dmemory-allocator.cc267 const size_t aligned_area_size = ::RoundUp(area_size, GetCommitPageSize()); in AllocateAlignedMemory()
277 GetCommitPageSize()); in AllocateAlignedMemory()
320 GetCommitPageSize()); in ComputeChunkSize()
336 GetCommitPageSize()); in ComputeChunkSize()
355 DCHECK_EQ(chunk_size % GetCommitPageSize(), 0); in AllocateUninitializedChunk()
409 size_t page_size = GetCommitPageSize(); in PartialFreeMemory()
643 size_t page_size = GetCommitPageSize(); in ComputeDiscardMemoryArea()
658 const size_t page_size = GetCommitPageSize(); in SetPermissionsOnExecutableMemoryChunk()
Dmemory-chunk.cc65 size_t page_size = MemoryAllocator::GetCommitPageSize(); in DecrementWriteUnprotectCounterAndMaybeSetPermissions()
93 size_t page_size = MemoryAllocator::GetCommitPageSize(); in SetCodeModificationPermissions()
164 size_t page_size = MemoryAllocator::GetCommitPageSize(); in MemoryChunk()
Dspaces.cc149 MemoryAllocator::GetCommitPageSize()); in ShrinkToHighWaterMark()
151 DCHECK_EQ(0u, unused % MemoryAllocator::GetCommitPageSize()); in ShrinkToHighWaterMark()
Dcode-range.cc96 return kReservedCodeRangePages * MemoryAllocator::GetCommitPageSize(); in GetWritableReservedAreaSize()
Dmemory-allocator.h161 V8_INLINE static intptr_t GetCommitPageSize() { in GetCommitPageSize() function
Dread-only-spaces.cc731 MemoryAllocator::GetCommitPageSize()); in ShrinkToHighWaterMark()
733 DCHECK_EQ(0u, unused % MemoryAllocator::GetCommitPageSize()); in ShrinkToHighWaterMark()
Dpaged-spaces.cc1022 MemoryAllocator::GetCommitPageSize()); in AddRangeToActiveSystemPages()
1030 MemoryAllocator::GetCommitPageSize()); in ReduceActiveSystemPages()
Dlarge-spaces.cc75 MemoryAllocator::GetCommitPageSize()); in GetAddressToShrink()
Dnew-spaces.cc342 MemoryAllocator::GetCommitPageSize()); in AddRangeToActiveSystemPages()