Home
last modified time | relevance | path

Searched defs:IterateOverObjects (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dtlab.cpp73 void TLAB::IterateOverObjects(const std::function<void(ObjectHeader *objectHeader)> &objectVisitor) in IterateOverObjects() function in ark::mem::TLAB
H A Dheap_manager.h174 ALWAYS_INLINE void IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function in ark::mem::HeapManager
H A Dpygote_space_allocator-inl.h242 inline void PygoteSpaceAllocator<AllocConfigT>::IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function in ark::mem::PygoteSpaceAllocator
H A Dregion_space-inl.h97 void Region::IterateOverObjects(const ObjectVisitor &visitor) in IterateOverObjects() function in ark::mem::Region
H A Dbump-allocator-inl.h158 void BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::IterateOverObjects( in IterateOverObjects() function in ark::mem::BumpPointerAllocator
H A Drem_set-inl.h170 inline void RemSet<LockConfigT>::IterateOverObjects(const Visitor &visitor) const in IterateOverObjects() function in ark::mem::RemSet
H A Dhumongous_obj_allocator-inl.h146 void HumongousObjAllocator<AllocConfigT, LockConfigT>::IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function in ark::mem::HumongousObjAllocator
H A 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) IterateOverObjects() function in ark::mem::ObjectAllocatorGen
[all...]
H A Dregion_allocator.h212 void IterateOverObjects(const ObjectVisitor &visitor) in IterateOverObjects() function in ark::mem::final
541 void IterateOverObjects(const ObjectVisitor &objVisitor) in IterateOverObjects() function in ark::mem::final
622 void IterateOverObjects(const ObjectVisitor &visitor) in IterateOverObjects() function in ark::mem::final
H A Dfreelist_allocator-inl.h238 void FreeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function in ark::mem::FreeListAllocator
H A Drunslots_allocator-inl.h247 void RunSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function in ark::mem::RunSlotsAllocator
626 void RunSlotsAllocator<AllocConfigT, LockConfigT>::MemPoolManager::IterateOverObjects( in IterateOverObjects() function in ark::mem::RunSlotsAllocator::MemPoolManager
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dspace.cpp258 void HugeObjectSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &objectVisitor) const in IterateOverObjects() function in panda::ecmascript::HugeObjectSpace
H A Dlinear_space.cpp127 void LinearSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &visitor) const in IterateOverObjects() function in panda::ecmascript::LinearSpace
H A Dsparse_space.cpp286 void SparseSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &visitor) const in IterateOverObjects() function in panda::ecmascript::SparseSpace
H A Dheap-inl.h96 void SharedHeap::IterateOverObjects(const Callback &cb) const in IterateOverObjects() function in panda::ecmascript::SharedHeap
188 void Heap::IterateOverObjects(const Callback &cb, bool isSimplify) const in IterateOverObjects() function in panda::ecmascript::Heap
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp332 void SharedSparseSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &visitor) const in IterateOverObjects() function in panda::ecmascript::SharedSparseSpace
548 void SharedReadOnlySpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &visitor) const in IterateOverObjects() function in panda::ecmascript::SharedReadOnlySpace
642 void SharedHugeObjectSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &objectVisitor) const in IterateOverObjects() function in panda::ecmascript::SharedHugeObjectSpace
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-allocator.cpp362 void ObjectAllocatorG1<MT_MODE>::IterateOverObjects(const ObjectVisitor &objectVisitor) in IterateOverObjects() function in ark::mem::ObjectAllocatorG1
[all...]

Completed in 16 milliseconds