Searched refs:ThreadLocalAllocationBuffer (Results 1 – 4 of 4) sorted by relevance
22 class ThreadLocalAllocationBuffer {28 ThreadLocalAllocationBuffer(Heap *heap) : heap_(heap) {} in ThreadLocalAllocationBuffer() function29 ~ThreadLocalAllocationBuffer() = default;30 NO_COPY_SEMANTIC(ThreadLocalAllocationBuffer);31 NO_MOVE_SEMANTIC(ThreadLocalAllocationBuffer);
18 void ThreadLocalAllocationBuffer::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset()25 void ThreadLocalAllocationBuffer::FillBumpPointer() in FillBumpPointer()
65 class ThreadLocalAllocationBuffer; variable1770 ThreadLocalAllocationBuffer *sNonMovableTlab_ {nullptr};1772 ThreadLocalAllocationBuffer *sOldTlab_ {nullptr};
744 sOldTlab_ = new ThreadLocalAllocationBuffer(this); in Initialize()746 sNonMovableTlab_ = new ThreadLocalAllocationBuffer(this); in Initialize()