Home
last modified time | relevance | path

Searched refs:AllocateInLAB (Results 1 – 7 of 7) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dlocal-allocator-inl.h67 AllocationResult EvacuationAllocator::AllocateInLAB( in AllocateInLAB() function
107 return AllocateInLAB(object_size, alignment); in AllocateInNewSpace()
H A Dlocal-allocator.h55 inline AllocationResult AllocateInLAB(int object_size,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dlocal-allocator-inl.h64 AllocationResult LocalAllocator::AllocateInLAB(int object_size, in AllocateInLAB() function
102 return AllocateInLAB(object_size, alignment); in AllocateInNewSpace()
H A Dlocal-allocator.h54 inline AllocationResult AllocateInLAB(int object_size,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dlocal-allocator-inl.h66 AllocationResult EvacuationAllocator::AllocateInLAB( in AllocateInLAB() function
106 return AllocateInLAB(object_size, alignment); in AllocateInNewSpace()
H A Dlocal-allocator.h53 inline AllocationResult AllocateInLAB(int object_size,
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dlocal-allocator.h82 return AllocateInLAB(object_size, alignment); in AllocateInNewSpace()
100 AllocationResult AllocateInLAB(int object_size, in AllocateInLAB() function