Searched defs:memVisitor (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | internal_allocator-inl.h | 98 void InternalAllocator<CONFIG>::VisitAndRemoveAllPools(MemVisitor memVisitor) in VisitAndRemoveAllPools() 110 void InternalAllocator<CONFIG>::VisitAndRemoveFreePools(MemVisitor memVisitor) in VisitAndRemoveFreePools()
|
| D | bump-allocator-inl.h | 142 …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()
|
| D | humongous_obj_allocator-inl.h | 216 …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()
|
| D | runslots_allocator-inl.h | 326 … 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()
|
| D | region_allocator.h | 335 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()
|
| D | pygote_space_allocator-inl.h | 258 inline void PygoteSpaceAllocator<AllocConfigT>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools() 272 …line void PygoteSpaceAllocator<AllocConfigT>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
|
| D | allocator.cpp | 165 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()
|
| D | tlab.cpp | 87 void TLAB::IterateOverObjectsInRange(const std::function<void(ObjectHeader *objectHeader)> &memVisi… in IterateOverObjectsInRange()
|
| D | freelist_allocator-inl.h | 323 … 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/ |
| D | g1-allocator.cpp | 260 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/ |
| D | allocator.h | 509 void VisitAndRemoveAllPools(const MemVisitor &memVisitor) final in VisitAndRemoveAllPools() 514 void VisitAndRemoveFreePools(const MemVisitor &memVisitor) final in VisitAndRemoveFreePools()
|