Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dlocal-allocator-inl.h71 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment); in AllocateInLAB()
76 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment); in AllocateInLAB()
Dspaces-inl.h266 AllocationResult LocalAllocationBuffer::AllocateRawAligned( in AllocateRawAligned() function
332 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function
373 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()
395 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function
458 ? AllocateRawAligned(size_in_bytes, kDoubleAligned) in AllocateRaw()
Dspaces.h2025 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRawAligned(
2178 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRawAligned( in NON_EXPORTED_BASE()
2748 AllocateRawAligned(int size_in_bytes, AllocationAlignment alignment);