Searched refs:AllocateRawAligned (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
H A D | evacuation-allocator-inl.h | 89 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment); in AllocateInLAB() 94 allocation = new_space_lab_.AllocateRawAligned(object_size, alignment); in AllocateInLAB()
|
H A D | spaces-inl.h | 138 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 D | concurrent-allocator-inl.h | 39 AllocationResult allocation = lab_.AllocateRawAligned(object_size, alignment); in AllocateInLab()
|
H A D | concurrent-allocator.cc | 128 AllocationResult allocation = lab_.AllocateRawAligned(object_size, alignment); in AllocateInLabSlow()
|
H A D | spaces.h | 437 V8_WARN_UNUSED_RESULT inline AllocationResult AllocateRawAligned( 529 AllocateRawAligned(int size_in_bytes, AllocationAlignment alignment,
|
H A D | read-only-spaces.h | 260 AllocationResult AllocateRawAligned(int size_in_bytes,
|
H A D | read-only-spaces.cc | 668 AllocationResult ReadOnlySpace::AllocateRawAligned( in AllocateRawAligned() function in v8::internal::ReadOnlySpace 713 ? AllocateRawAligned(size_in_bytes, alignment) in AllocateRaw()
|
Completed in 5 milliseconds