Home
last modified time | relevance | path

Searched refs:ThreadLocalAllocationBuffer (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dthread_local_allocation_buffer.h22 class ThreadLocalAllocationBuffer { class
28 ThreadLocalAllocationBuffer(Heap *heap) : heap_(heap) {} in ThreadLocalAllocationBuffer() function in panda::ecmascript::ThreadLocalAllocationBuffer
29 ~ThreadLocalAllocationBuffer() = default;
30 NO_COPY_SEMANTIC(ThreadLocalAllocationBuffer);
31 NO_MOVE_SEMANTIC(ThreadLocalAllocationBuffer);
H A Dthread_local_allocation_buffer.cpp18 void ThreadLocalAllocationBuffer::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset()
25 void ThreadLocalAllocationBuffer::FillBumpPointer() in FillBumpPointer()
H A Dheap.h65 class ThreadLocalAllocationBuffer;
1681 ThreadLocalAllocationBuffer *sNonMovableTlab_ {nullptr};
1683 ThreadLocalAllocationBuffer *sOldTlab_ {nullptr};
H A Dheap.cpp716 sOldTlab_ = new ThreadLocalAllocationBuffer(this); in Initialize()
718 sNonMovableTlab_ = new ThreadLocalAllocationBuffer(this); in Initialize()

Completed in 8 milliseconds