Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dinternal_allocator-inl.h98 void InternalAllocator<CONFIG>::VisitAndRemoveAllPools(MemVisitor memVisitor) in VisitAndRemoveAllPools()
110 void InternalAllocator<CONFIG>::VisitAndRemoveFreePools(MemVisitor memVisitor) in VisitAndRemoveFreePools()
Dbump-allocator-inl.h142 …locator<AllocConfigT, LockConfigT, USE_TLABS>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
150 …ocator<AllocConfigT, LockConfigT, USE_TLABS>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
186 …ator<AllocConfigT, LockConfigT, USE_TLABS>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange()
Dhumongous_obj_allocator-inl.h216 …ongousObjAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
229 …ngousObjAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
237 …ousObjAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange()
408 const MemVisitor &memVisitor) in IterateAndPopOverPools()
Drunslots_allocator-inl.h326 … RunSlotsAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
336 …RunSlotsAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
346 …nSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange()
677 …tsAllocator<AllocConfigT, LockConfigT>::MemPoolManager::VisitAllPools(const MemVisitor &memVisitor) in VisitAllPools()
692 const MemVisitor &memVisitor) in VisitAllPoolsWithOccupiedSize()
706 …r<AllocConfigT, LockConfigT>::MemPoolManager::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
Dregion_allocator.h335 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
551 void IterateOverObjectsInRange(const MemVisitor &memVisitor, void *begin, void *end) in IterateOverObjectsInRange()
556 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
653 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
Dpygote_space_allocator-inl.h258 inline void PygoteSpaceAllocator<AllocConfigT>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
272 …line void PygoteSpaceAllocator<AllocConfigT>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
Dallocator.cpp165 void ObjectAllocatorNoGen<MT_MODE>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
176 void ObjectAllocatorNoGen<MT_MODE>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
330 void ObjectAllocatorGen<MT_MODE>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
343 void ObjectAllocatorGen<MT_MODE>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
Dtlab.cpp87 void TLAB::IterateOverObjectsInRange(const std::function<void(ObjectHeader *objectHeader)> &memVisi… in IterateOverObjectsInRange()
Dfreelist_allocator-inl.h323 … FreeListAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
342 …FreeListAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
391 …eeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp260 void ObjectAllocatorG1<MT_MODE>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
271 void ObjectAllocatorG1<MT_MODE>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h509 void VisitAndRemoveAllPools(const MemVisitor &memVisitor) final in VisitAndRemoveAllPools()
514 void VisitAndRemoveFreePools(const MemVisitor &memVisitor) final in VisitAndRemoveFreePools()