Home
last modified time | relevance | path

Searched defs:IterateOverObjectsInRange (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dtlab.cpp87 void TLAB::IterateOverObjectsInRange(const std::function<void(ObjectHeader *objectHeader)> &memVisitor, in IterateOverObjectsInRange() function in ark::mem::TLAB
H A Dpygote_space_allocator-inl.h221 inline void PygoteSpaceAllocator<AllocConfigT>::IterateOverObjectsInRange(const Visitor &visitor, void *start, in IterateOverObjectsInRange() function in ark::mem::PygoteSpaceAllocator
H A Dbump-allocator-inl.h186 void BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange() function in ark::mem::BumpPointerAllocator
H A Dhumongous_obj_allocator-inl.h237 void HumongousObjAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange() function in ark::mem::HumongousObjAllocator
H A Dallocator.cpp635 void ObjectAllocatorGen<MT_MODE>::IterateOverObjectsInRange(MemRange memRange, const ObjectVisitor &objectVisitor) in IterateOverObjectsInRange() function in ark::mem::ObjectAllocatorGen
H A Dregion_allocator.h218 void IterateOverObjectsInRange(const ObjectVisitor &visitor, void *begin, void *end) in IterateOverObjectsInRange() function in ark::mem::final
547 void IterateOverObjectsInRange(const MemVisitor &memVisitor, void *begin, void *end) in IterateOverObjectsInRange() function in ark::mem::final
628 void IterateOverObjectsInRange(const ObjectVisitor &visitor, void *begin, void *end) in IterateOverObjectsInRange() function in ark::mem::final
H A Dfreelist_allocator-inl.h381 void FreeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange() function in ark::mem::FreeListAllocator
H A Drunslots_allocator-inl.h329 void RunSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange() function in ark::mem::RunSlotsAllocator
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-allocator.cpp123 void ObjectAllocatorG1<MT_MODE>::IterateOverObjectsInRange(MemRange memRange, const ObjectVisitor &objectVisitor) in IterateOverObjectsInRange() function in ark::mem::ObjectAllocatorG1

Completed in 9 milliseconds