Lines Matching refs:kAlignment
140 Address aligned_base = RoundUp(base, MemoryChunk::kAlignment); in SetUp()
214 DCHECK(IsAddressAligned(current.start, MemoryChunk::kAlignment)); in AllocateRawMemory()
237 DCHECK(IsAddressAligned(address, MemoryChunk::kAlignment)); in FreeRawMemory()
263 size_t aligned_requested = RoundUp(requested_size, MemoryChunk::kAlignment); in ReserveBlock()
269 DCHECK(IsAddressAligned(block->start, MemoryChunk::kAlignment)); in ReserveBlock()
686 IsAligned(reinterpret_cast<intptr_t>(base), MemoryChunk::kAlignment)); in AllocateChunk()
693 MemoryChunk::kAlignment, executable, in AllocateChunk()
714 AllocateAlignedMemory(chunk_size, commit_size, MemoryChunk::kAlignment, in AllocateChunk()
3007 uintptr_t base = reinterpret_cast<uintptr_t>(page) / MemoryChunk::kAlignment; in AllocateChunk()
3008 uintptr_t limit = base + (page->size() - 1) / MemoryChunk::kAlignment; in AllocateChunk()
3052 uintptr_t key = reinterpret_cast<uintptr_t>(a) / MemoryChunk::kAlignment; in AllocateChunk()
3110 const intptr_t alignment = MemoryChunk::kAlignment; in AllocateChunk()