Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dlocal-allocator-inl.h72 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment); in AllocateInLAB()
77 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment); in AllocateInLAB()
Dconcurrent-allocator-inl.h38 AllocationResult allocation = lab_.AllocateRawAligned(object_size, alignment); in AllocateInLab()
Dconcurrent-allocator.cc103 AllocationResult allocation = lab_.AllocateRawAligned(object_size, alignment); in AllocateInLabSlow()
Dpaged-spaces-inl.h153 AllocationResult PagedSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function
Dspaces-inl.h138 AllocationResult LocalAllocationBuffer::AllocateRawAligned( in AllocateRawAligned() function
Dread-only-spaces.h255 AllocationResult AllocateRawAligned(int size_in_bytes,
Dnew-spaces.cc582 ? AllocateRawAligned(size_in_bytes, alignment, origin) in AllocateRawSlow()
612 AllocationResult NewSpace::AllocateRawAligned(int size_in_bytes, in AllocateRawAligned() function in v8::internal::NewSpace
Dread-only-spaces.cc636 AllocationResult ReadOnlySpace::AllocateRawAligned( in AllocateRawAligned() function in v8::internal::ReadOnlySpace
680 ? AllocateRawAligned(size_in_bytes, alignment) in AllocateRaw()
Dnew-spaces.h494 AllocateRawAligned(int size_in_bytes, AllocationAlignment alignment, in NON_EXPORTED_BASE()
Dspaces.h455 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRawAligned(
Dpaged-spaces.h130 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRawAligned( in NON_EXPORTED_BASE()
Dpaged-spaces.cc953 ? AllocateRawAligned(size_in_bytes, alignment, origin) in AllocateRawSlow()