Home
last modified time | relevance | path

Searched defs:IterateOverObjectsInRange (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator.h220 void IterateOverObjectsInRange(const ObjectVisitor &visitor, void *begin, void *end) in IterateOverObjectsInRange() function
551 void IterateOverObjectsInRange(const MemVisitor &memVisitor, void *begin, void *end) in IterateOverObjectsInRange() function
639 void IterateOverObjectsInRange(const ObjectVisitor &visitor, void *begin, void *end) in IterateOverObjectsInRange() function
Dtlab.cpp87 void TLAB::IterateOverObjectsInRange(const std::function<void(ObjectHeader *objectHeader)> &memVisi… in IterateOverObjectsInRange() function in ark::mem::TLAB
Dpygote_space_allocator-inl.h219 inline void PygoteSpaceAllocator<AllocConfigT>::IterateOverObjectsInRange(const Visitor &visitor, v… in IterateOverObjectsInRange() function
Dbump-allocator-inl.h186 void BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::IterateOverObjectsInRange(const Me… in IterateOverObjectsInRange() function
Dhumongous_obj_allocator-inl.h237 void HumongousObjAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &… in IterateOverObjectsInRange() function
Drunslots_allocator-inl.h346 void RunSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memV… in IterateOverObjectsInRange() function
Dfreelist_allocator-inl.h391 void FreeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memV… in IterateOverObjectsInRange() function
Dallocator.cpp640 void ObjectAllocatorGen<MT_MODE>::IterateOverObjectsInRange(MemRange memRange, const ObjectVisitor … in IterateOverObjectsInRange() function in ark::mem::ObjectAllocatorGen
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h519 void IterateOverObjectsInRange([[maybe_unused]] MemRange memRange, in IterateOverObjectsInRange() function
719 void IterateOverObjectsInRange([[maybe_unused]] MemRange memRange, in IterateOverObjectsInRange() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp123 void ObjectAllocatorG1<MT_MODE>::IterateOverObjectsInRange(MemRange memRange, const ObjectVisitor &… in IterateOverObjectsInRange() function in ark::mem::ObjectAllocatorG1