Home
last modified time | relevance | path

Searched defs:allocBuffer (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/
Dheap_allocator.cpp28 AllocationBuffer *allocBuffer = reinterpret_cast<AllocationBuffer *>(buffer); in AllocateYoungInAllocBuffer() local
35 AllocationBuffer *allocBuffer = reinterpret_cast<AllocationBuffer *>(buffer); in AllocateOldInAllocBuffer() local
/arkcompiler/ets_runtime/common_components/heap/space/
Dfrom_space.cpp125 AllocationBuffer* allocBuffer = AllocationBuffer::GetAllocBuffer(); in ParallelCopyFromRegions() local
144 AllocationBuffer* allocBuffer = AllocationBuffer::GetAllocBuffer(); in CopyFromRegions() local
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.cpp103 AllocationBuffer* allocBuffer = AllocationBuffer::GetOrCreateAllocBuffer(); in TryAllocateOnce() local
243 AllocationBuffer* allocBuffer = AllocationBuffer::GetOrCreateAllocBuffer(); in AllocateNoGC() local
/arkcompiler/ets_runtime/common_components/heap/ark_collector/
Dark_collector.cpp467 AllocationBuffer* allocBuffer = AllocationBuffer::GetAllocBuffer(); in PreforwardStaticWeakRoots() local
653 AllocationBuffer* allocBuffer = AllocationBuffer::GetAllocBuffer(); in PreforwardFlip() local
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h1737 void SetAllocBuffer(void* allocBuffer) in SetAllocBuffer()