Home
last modified time | relevance | path

Searched defs:IterateOverObjects (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator.h214 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
Dtlab.cpp73 void TLAB::IterateOverObjects(const std::function<void(ObjectHeader *objectHeader)> &objectVisitor) in IterateOverObjects() function in ark::mem::TLAB
Dregion_space-inl.h97 void Region::IterateOverObjects(const ObjectVisitor &visitor) in IterateOverObjects() function
Dheap_manager.h174 ALWAYS_INLINE void IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function
Dpygote_space_allocator-inl.h241 inline void PygoteSpaceAllocator<AllocConfigT>::IterateOverObjects(const ObjectVisitor &objectVisit… in IterateOverObjects() function
Dbump-allocator-inl.h158 void BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::IterateOverObjects( in IterateOverObjects() function
Drunslots_allocator-inl.h262 void RunSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjects(const ObjectVisitor &objectVi… in IterateOverObjects() function
652 void RunSlotsAllocator<AllocConfigT, LockConfigT>::MemPoolManager::IterateOverObjects( in IterateOverObjects() function
Dallocator.cpp183 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
Drem_set-inl.h170 inline void RemSet<LockConfigT>::IterateOverObjects(const Visitor &visitor) const in IterateOverObjects() function
Dhumongous_obj_allocator-inl.h146 void HumongousObjAllocator<AllocConfigT, LockConfigT>::IterateOverObjects(const ObjectVisitor &obje… in IterateOverObjects() function
Dfreelist_allocator-inl.h248 void FreeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjects(const ObjectVisitor &objectVi… in IterateOverObjects() function
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp335 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/
Dlinear_space.cpp130 void LinearSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &visitor) const in IterateOverObjects() function in panda::ecmascript::LinearSpace
Dspace.cpp254 void HugeObjectSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &objectVis… in IterateOverObjects() function in panda::ecmascript::HugeObjectSpace
Dheap-inl.h97 void SharedHeap::IterateOverObjects(const Callback &cb) const in IterateOverObjects() function
182 void Heap::IterateOverObjects(const Callback &cb, bool isSimplify) const in IterateOverObjects() function
Dsparse_space.cpp280 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/
Dg1-allocator.cpp362 void ObjectAllocatorG1<MT_MODE>::IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function in ark::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h525 void IterateOverObjects([[maybe_unused]] const ObjectVisitor &objectVisitor) final in IterateOverObjects() function