Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/mem/
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.h223 inline void PygoteSpaceAllocator<AllocConfigT>::IterateOverObjectsInRange(const Visitor &visitor, v… in IterateOverObjectsInRange() function
Dbump-allocator-inl.h189 void BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::IterateOverObjectsInRange(const Mem… in IterateOverObjectsInRange() function
Dregion_allocator.h330 void IterateOverObjectsInRange(const MemVisitor &mem_visitor, void *begin, void *end) in IterateOverObjectsInRange() function
Dhumongous_obj_allocator-inl.h236 void HumongousObjAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &… in IterateOverObjectsInRange() function
Dallocator.cpp512 void ObjectAllocatorGen<MTMode>::IterateOverObjectsInRange(MemRange mem_range, const ObjectVisitor … in IterateOverObjectsInRange() function in panda::mem::ObjectAllocatorGen
Dfreelist_allocator-inl.h380 void FreeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &mem_… in IterateOverObjectsInRange() function
Drunslots_allocator-inl.h326 void RunSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &mem_… in IterateOverObjectsInRange() function
/ark/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.h56 void IterateOverObjectsInRange([[maybe_unused]] MemRange mem_range, in IterateOverObjectsInRange() function
/ark/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp78 void ObjectAllocatorG1<MTMode>::IterateOverObjectsInRange(MemRange mem_range, const ObjectVisitor &… in IterateOverObjectsInRange() function in panda::mem::ObjectAllocatorG1
/ark/runtime_core/runtime/include/mem/
Dallocator.h466 void IterateOverObjectsInRange([[maybe_unused]] MemRange mem_range, in IterateOverObjectsInRange() function
644 void IterateOverObjectsInRange([[maybe_unused]] MemRange mem_range, in IterateOverObjectsInRange() function