Home
last modified time | relevance | path

Searched defs:VisitAndRemoveAllPools (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator.h335 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &memVisitor) in VisitAndRemoveAllPools() function
556 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &memVisitor) in VisitAndRemoveAllPools() function
653 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &memVisitor) in VisitAndRemoveAllPools() function
Dinternal_allocator-inl.h98 void InternalAllocator<CONFIG>::VisitAndRemoveAllPools(MemVisitor memVisitor) in VisitAndRemoveAllPools() function
Dpygote_space_allocator-inl.h258 inline void PygoteSpaceAllocator<AllocConfigT>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools() function
Dbump-allocator-inl.h142 void BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::VisitAndRemoveAllPools(const MemVi… in VisitAndRemoveAllPools() function
Dallocator.cpp165 void ObjectAllocatorNoGen<MT_MODE>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools() function in ark::mem::ObjectAllocatorNoGen
330 void ObjectAllocatorGen<MT_MODE>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools() function in ark::mem::ObjectAllocatorGen
Dhumongous_obj_allocator-inl.h216 void HumongousObjAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveAllPools(const MemVisitor &mem… in VisitAndRemoveAllPools() function
Drunslots_allocator-inl.h326 void RunSlotsAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveAllPools(const MemVisitor &memVisi… in VisitAndRemoveAllPools() function
Dfreelist_allocator-inl.h323 void FreeListAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveAllPools(const MemVisitor &memVisi… in VisitAndRemoveAllPools() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp260 void ObjectAllocatorG1<MT_MODE>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools() function in ark::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h509 void VisitAndRemoveAllPools(const MemVisitor &memVisitor) final in VisitAndRemoveAllPools() function