| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | region_allocator.h | 214 void IterateOverObjects(const ObjectVisitor &visitor) in IterateOverObjects() function 545 void IterateOverObjects(const ObjectVisitor &objVisitor) in IterateOverObjects() function 633 void IterateOverObjects(const ObjectVisitor &visitor) in IterateOverObjects() function
|
| D | tlab.cpp | 73 void TLAB::IterateOverObjects(const std::function<void(ObjectHeader *objectHeader)> &objectVisitor) in IterateOverObjects() function in ark::mem::TLAB
|
| D | region_space-inl.h | 97 void Region::IterateOverObjects(const ObjectVisitor &visitor) in IterateOverObjects() function
|
| D | heap_manager.h | 174 ALWAYS_INLINE void IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function
|
| D | pygote_space_allocator-inl.h | 241 inline void PygoteSpaceAllocator<AllocConfigT>::IterateOverObjects(const ObjectVisitor &objectVisit… in IterateOverObjects() function
|
| D | bump-allocator-inl.h | 158 void BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::IterateOverObjects( in IterateOverObjects() function
|
| D | runslots_allocator-inl.h | 262 void RunSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjects(const ObjectVisitor &objectVi… in IterateOverObjects() function 652 void RunSlotsAllocator<AllocConfigT, LockConfigT>::MemPoolManager::IterateOverObjects( in IterateOverObjects() function
|
| D | allocator.cpp | 183 void ObjectAllocatorNoGen<MT_MODE>::IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function in ark::mem::ObjectAllocatorNoGen 370 void ObjectAllocatorGen<MT_MODE>::IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function in ark::mem::ObjectAllocatorGen
|
| D | rem_set-inl.h | 170 inline void RemSet<LockConfigT>::IterateOverObjects(const Visitor &visitor) const in IterateOverObjects() function
|
| D | humongous_obj_allocator-inl.h | 146 void HumongousObjAllocator<AllocConfigT, LockConfigT>::IterateOverObjects(const ObjectVisitor &obje… in IterateOverObjects() function
|
| D | freelist_allocator-inl.h | 248 void FreeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjects(const ObjectVisitor &objectVi… in IterateOverObjects() function
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_space.cpp | 335 void SharedSparseSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &visitor… in IterateOverObjects() function in panda::ecmascript::SharedSparseSpace 631 void SharedReadOnlySpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &visit… in IterateOverObjects() function in panda::ecmascript::SharedReadOnlySpace 722 void SharedHugeObjectSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &obj… in IterateOverObjects() function in panda::ecmascript::SharedHugeObjectSpace
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | linear_space.cpp | 130 void LinearSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &visitor) const in IterateOverObjects() function in panda::ecmascript::LinearSpace
|
| D | space.cpp | 254 void HugeObjectSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &objectVis… in IterateOverObjects() function in panda::ecmascript::HugeObjectSpace
|
| D | heap-inl.h | 97 void SharedHeap::IterateOverObjects(const Callback &cb) const in IterateOverObjects() function 182 void Heap::IterateOverObjects(const Callback &cb, bool isSimplify) const in IterateOverObjects() function
|
| D | sparse_space.cpp | 280 void SparseSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &visitor) const in IterateOverObjects() function in panda::ecmascript::SparseSpace
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-allocator.cpp | 362 void ObjectAllocatorG1<MT_MODE>::IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function in ark::mem::ObjectAllocatorG1
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | allocator.h | 525 void IterateOverObjects([[maybe_unused]] const ObjectVisitor &objectVisitor) final in IterateOverObjects() function
|