Home
last modified time | relevance | path

Searched refs:GetTopAddress (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dthread_local_allocation_buffer.h52 const uintptr_t *GetTopAddress() in GetTopAddress() function in panda::ecmascript::ThreadLocalAllocationBuffer
54 return bpAllocator_.GetTopAddress(); in GetTopAddress()
H A Dallocator.h62 const uintptr_t *GetTopAddress() in GetTopAddress() function in panda::ecmascript::BumpPointerAllocator
H A Dlinear_space.h35 return allocator_.GetTopAddress(); in GetAllocationTopAddress()
H A Dheap-inl.h554 auto topAddress = sNonMovableTlab_->GetTopAddress(); in AllocateSharedNonMovableSpaceFromTlab()
581 auto topAddress = sOldTlab_->GetTopAddress(); in AllocateSharedOldSpaceFromTlab()
H A Dheap.cpp717 thread_->ReSetSOldSpaceAllocationAddress(sOldTlab_->GetTopAddress(), sOldTlab_->GetEndAddress()); in Initialize()
719 thread_->ReSetSNonMovableSpaceAllocationAddress(sNonMovableTlab_->GetTopAddress(), in Initialize()

Completed in 14 milliseconds