Searched refs:AllocateRawAligned (Results 1 – 5 of 5) sorted by relevance
324 AllocationResult LocalAllocationBuffer::AllocateRawAligned( in AllocateRawAligned() function392 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function429 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()441 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function497 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()
1922 MUST_USE_RESULT inline AllocationResult AllocateRawAligned(2046 MUST_USE_RESULT inline AllocationResult AllocateRawAligned(2803 MUST_USE_RESULT INLINE(AllocationResult AllocateRawAligned(
1701 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab()1707 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab()
47 lab->AllocateRawAligned(static_cast<int>(size_in_bytes), alignment); in AllocateFromLab()
2023 heap->new_space()->AllocateRawAligned(size, alignment); in NewSpaceAllocateAligned()2126 heap->old_space()->AllocateRawAligned(size, alignment); in OldSpaceAllocateAligned()