| /arkcompiler/runtime_core/runtime/mem/ |
| D | region_allocator.h | 199 void IterateOverObjects(const ObjectVisitor &visitor) in IterateOverObjects() function 508 void IterateOverObjects(const ObjectVisitor &obj_visitor) in IterateOverObjects() function 591 void IterateOverObjects(const ObjectVisitor &visitor) in IterateOverObjects() function
|
| D | region_space-inl.h | 91 void Region::IterateOverObjects(const ObjectVisitor &visitor) in IterateOverObjects() function
|
| D | tlab.cpp | 73 void TLAB::IterateOverObjects(const std::function<void(ObjectHeader *object_header)> &object_visito… in IterateOverObjects() function in panda::mem::TLAB
|
| D | pygote_space_allocator-inl.h | 242 inline void PygoteSpaceAllocator<AllocConfigT>::IterateOverObjects(const ObjectVisitor &object_visi… in IterateOverObjects() function
|
| D | bump-allocator-inl.h | 160 void BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::IterateOverObjects( in IterateOverObjects() function
|
| D | allocator.cpp | 137 void ObjectAllocatorNoGen<MTMode>::IterateOverObjects(const ObjectVisitor &object_visitor) in IterateOverObjects() function in panda::mem::ObjectAllocatorNoGen 308 void ObjectAllocatorGen<MTMode>::IterateOverObjects(const ObjectVisitor &object_visitor) in IterateOverObjects() function in panda::mem::ObjectAllocatorGen
|
| D | runslots_allocator-inl.h | 248 void RunSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjects(const ObjectVisitor &object_v… in IterateOverObjects() function 628 void RunSlotsAllocator<AllocConfigT, LockConfigT>::MemPoolManager::IterateOverObjects( 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 | 239 void FreeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjects(const ObjectVisitor &object_v… in IterateOverObjects() function
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | space.cpp | 107 void HugeObjectSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &objectVis… in IterateOverObjects() function in panda::ecmascript::HugeObjectSpace
|
| D | linear_space.cpp | 96 void LinearSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &visitor) const in IterateOverObjects() function in panda::ecmascript::LinearSpace
|
| D | heap-inl.h | 111 void Heap::IterateOverObjects(const Callback &cb) const in IterateOverObjects() function
|
| D | sparse_space.cpp | 267 void SparseSpace::IterateOverObjects(const std::function<void(TaggedObject *object)> &visitor) const in IterateOverObjects() function in panda::ecmascript::SparseSpace
|
| /arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/ |
| D | hybrid_object_allocator.h | 44 void IterateOverObjects([[maybe_unused]] const ObjectVisitor &object_visitor) final {} in IterateOverObjects() function
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-allocator.cpp | 319 void ObjectAllocatorG1<MTMode>::IterateOverObjects(const ObjectVisitor &object_visitor) in IterateOverObjects() function in panda::mem::ObjectAllocatorG1
|
| /arkcompiler/runtime_core/runtime/include/mem/ |
| D | allocator.h | 495 void IterateOverObjects([[maybe_unused]] const ObjectVisitor &object_visitor) final in IterateOverObjects() function
|