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() 407 const MemVisitor &memVisitor) in IterateAndPopOverPools()
|
| D | runslots_allocator-inl.h | 309 … RunSlotsAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools() 319 …RunSlotsAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools() 329 …nSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange() 651 …tsAllocator<AllocConfigT, LockConfigT>::MemPoolManager::VisitAllPools(const MemVisitor &memVisitor) in VisitAllPools() 666 const MemVisitor &memVisitor) in VisitAllPoolsWithOccupiedSize() 680 …r<AllocConfigT, LockConfigT>::MemPoolManager::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
|
| D | region_allocator.h | 322 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &memVisitor) in VisitAndRemoveAllPools() 539 void IterateOverObjectsInRange(const MemVisitor &memVisitor, void *begin, void *end) in IterateOverObjectsInRange() 544 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &memVisitor) in VisitAndRemoveAllPools() 633 void VisitAndRemoveAllPools([[maybe_unused]] const MemVisitor &memVisitor) in VisitAndRemoveAllPools()
|
| D | pygote_space_allocator-inl.h | 259 inline void PygoteSpaceAllocator<AllocConfigT>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools() 273 …line void PygoteSpaceAllocator<AllocConfigT>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
|
| D | allocator.cpp | 161 void ObjectAllocatorNoGen<MT_MODE>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools() 172 void ObjectAllocatorNoGen<MT_MODE>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools() 325 void ObjectAllocatorGen<MT_MODE>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools() 338 void ObjectAllocatorGen<MT_MODE>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools()
|
| D | freelist_allocator-inl.h | 313 … FreeListAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveAllPools(const MemVisitor &memVisitor) in VisitAndRemoveAllPools() 332 …FreeListAllocator<AllocConfigT, LockConfigT>::VisitAndRemoveFreePools(const MemVisitor &memVisitor) in VisitAndRemoveFreePools() 381 …eeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange()
|
| D | tlab.cpp | 87 void TLAB::IterateOverObjectsInRange(const std::function<void(ObjectHeader *objectHeader)> &memVisi… 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()
|