Home
last modified time | relevance | path

Searched refs:AllocateRawAligned (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dspaces-inl.h324 AllocationResult LocalAllocationBuffer::AllocateRawAligned( in AllocateRawAligned() function
392 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function
429 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()
441 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function
497 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()
Dspaces.h1922 MUST_USE_RESULT inline AllocationResult AllocateRawAligned(
2046 MUST_USE_RESULT inline AllocationResult AllocateRawAligned(
2803 MUST_USE_RESULT INLINE(AllocationResult AllocateRawAligned(
Dmark-compact.cc1701 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab()
1707 allocation = buffer_.AllocateRawAligned(size_in_bytes, alignment); in AllocateInLab()
/external/v8/test/cctest/heap/
Dtest-lab.cc47 lab->AllocateRawAligned(static_cast<int>(size_in_bytes), alignment); in AllocateFromLab()
Dtest-heap.cc2023 heap->new_space()->AllocateRawAligned(size, alignment); in NewSpaceAllocateAligned()
2126 heap->old_space()->AllocateRawAligned(size, alignment); in OldSpaceAllocateAligned()