Home
last modified time | relevance | path

Searched refs:AllocateRawAligned (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Devacuation-allocator-inl.h89 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment); in AllocateInLAB()
94 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment); in AllocateInLAB()
H A Dspaces-inl.h138 AllocationResult LocalAllocationBuffer::AllocateRawAligned( in AllocateRawAligned() function in v8::internal::LocalAllocationBuffer
278 AllocationResult SpaceWithLinearArea::AllocateRawAligned( in AllocateRawAligned() function in v8::internal::SpaceWithLinearArea
306 ? AllocateRawAligned(size_in_bytes, alignment, origin) in AllocateRawSlow()
H A Dconcurrent-allocator-inl.h39 AllocationResult allocation = lab_.AllocateRawAligned(object_size, alignment); in AllocateInLab()
H A Dconcurrent-allocator.cc128 AllocationResult allocation = lab_.AllocateRawAligned(object_size, alignment); in AllocateInLabSlow()
H A Dspaces.h437 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRawAligned(
529 AllocateRawAligned(int size_in_bytes, AllocationAlignment alignment,
H A Dread-only-spaces.h260 AllocationResult AllocateRawAligned(int size_in_bytes,
H A Dread-only-spaces.cc668 AllocationResult ReadOnlySpace::AllocateRawAligned( in AllocateRawAligned() function in v8::internal::ReadOnlySpace
713 ? AllocateRawAligned(size_in_bytes, alignment) in AllocateRaw()

Completed in 5 milliseconds