Lines Matching defs:alignment
77 size_t alignment,
79 DCHECK(IsAligned(alignment, allocation_granularity()));
80 DCHECK(IsAligned(hint, alignment));
84 OS::Allocate(reinterpret_cast<void*>(hint), size, alignment,
148 Address hint, size_t size, size_t alignment,
150 DCHECK(IsAligned(alignment, allocation_granularity()));
151 DCHECK(IsAligned(hint, alignment));
156 reinterpret_cast<void*>(hint), size, alignment,
226 size_t alignment,
228 DCHECK(IsAligned(alignment, allocation_granularity()));
229 DCHECK(IsAligned(hint, alignment));
235 Address address = region_allocator_.AllocateRegion(hint, size, alignment);
327 size_t alignment,
329 DCHECK(IsAligned(alignment, allocation_granularity()));
330 DCHECK(IsAligned(hint, alignment));
336 Address address = region_allocator_.AllocateRegion(hint, size, alignment);