Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/
Dregion_allocator.h298 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &mem_visitor) in VisitAndRemoveAllPools() function
519 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &mem_visitor) in VisitAndRemoveAllPools() function
610 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &mem_visitor) in VisitAndRemoveAllPools() function
Dinternal_allocator-inl.h98 void InternalAllocator<Config>::VisitAndRemoveAllPools(MemVisitor mem_visitor) in VisitAndRemoveAllPools() function
Dpygote_space_allocator-inl.h260 inline void PygoteSpaceAllocator<AllocConfigT>::VisitAndRemoveAllPools(const MemVisitor &mem_visito… in VisitAndRemoveAllPools() function
Dbump-allocator-inl.h144 void BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::VisitAndRemoveAllPools(const MemVis… in VisitAndRemoveAllPools() function
Dallocator.cpp115 void ObjectAllocatorNoGen<MTMode>::VisitAndRemoveAllPools(const MemVisitor &mem_visitor) in VisitAndRemoveAllPools() function in panda::mem::ObjectAllocatorNoGen
263 void ObjectAllocatorGen<MTMode>::VisitAndRemoveAllPools(const MemVisitor &mem_visitor) in VisitAndRemoveAllPools() function in panda::mem::ObjectAllocatorGen
Dhumongous_obj_allocator-inl.h216 void HumongousObjAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveAllPools(const MemVisitor &mem… in VisitAndRemoveAllPools() function
Dfreelist_allocator-inl.h314 void FreeListAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveAllPools(const MemVisitor &mem_vis… in VisitAndRemoveAllPools() function
Drunslots_allocator-inl.h310 void RunSlotsAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveAllPools(const MemVisitor &mem_vis… in VisitAndRemoveAllPools() function
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.h46 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &mem_visitor) final {} in VisitAndRemoveAllPools() function
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp223 void ObjectAllocatorG1<MTMode>::VisitAndRemoveAllPools(const MemVisitor &mem_visitor) in VisitAndRemoveAllPools() function in panda::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h479 void VisitAndRemoveAllPools(const MemVisitor &mem_visitor) final in VisitAndRemoveAllPools() function