Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/
Dregion_allocator.h205 void IterateOverObjectsInRange(const ObjectVisitor &visitor, void *begin, void *end) in IterateOverObjectsInRange() function
514 void IterateOverObjectsInRange(const MemVisitor &mem_visitor, void *begin, void *end) in IterateOverObjectsInRange() function
597 void IterateOverObjectsInRange(const ObjectVisitor &visitor, void *begin, void *end) in IterateOverObjectsInRange() function
Dtlab.cpp87 void TLAB::IterateOverObjectsInRange(const std::function<void(ObjectHeader *object_header)> &mem_vi… in IterateOverObjectsInRange() function in panda::mem::TLAB
Dpygote_space_allocator-inl.h221 inline void PygoteSpaceAllocator<AllocConfigT>::IterateOverObjectsInRange(const Visitor &visitor, v… in IterateOverObjectsInRange() function
Dbump-allocator-inl.h188 void BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::IterateOverObjectsInRange(const Mem… in IterateOverObjectsInRange() function
Dhumongous_obj_allocator-inl.h237 void HumongousObjAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &… in IterateOverObjectsInRange() function
Dfreelist_allocator-inl.h382 void FreeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &mem_… in IterateOverObjectsInRange() function
Dallocator.cpp546 void ObjectAllocatorGen<MTMode>::IterateOverObjectsInRange(MemRange mem_range, const ObjectVisitor … in IterateOverObjectsInRange() function in panda::mem::ObjectAllocatorGen
Drunslots_allocator-inl.h330 void RunSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &mem_… in IterateOverObjectsInRange() function
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.h55 void IterateOverObjectsInRange([[maybe_unused]] MemRange mem_range, in IterateOverObjectsInRange() function
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h489 void IterateOverObjectsInRange([[maybe_unused]] MemRange mem_range, in IterateOverObjectsInRange() function
680 void IterateOverObjectsInRange([[maybe_unused]] MemRange mem_range, in IterateOverObjectsInRange() function
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp107 void ObjectAllocatorG1<MTMode>::IterateOverObjectsInRange(MemRange mem_range, const ObjectVisitor &… in IterateOverObjectsInRange() function in panda::mem::ObjectAllocatorG1