Searched defs:IterateOverObjectsInRange (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/mem/ |
H A D | tlab.cpp | 87 void TLAB::IterateOverObjectsInRange(const std::function<void(ObjectHeader *objectHeader)> &memVisitor, in IterateOverObjectsInRange() function in ark::mem::TLAB
|
H A D | pygote_space_allocator-inl.h | 221 inline void PygoteSpaceAllocator<AllocConfigT>::IterateOverObjectsInRange(const Visitor &visitor, void *start, in IterateOverObjectsInRange() function in ark::mem::PygoteSpaceAllocator
|
H A D | bump-allocator-inl.h | 186 void BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange() function in ark::mem::BumpPointerAllocator
|
H A D | humongous_obj_allocator-inl.h | 237 void HumongousObjAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange() function in ark::mem::HumongousObjAllocator
|
H A D | allocator.cpp | 635 void ObjectAllocatorGen<MT_MODE>::IterateOverObjectsInRange(MemRange memRange, const ObjectVisitor &objectVisitor) in IterateOverObjectsInRange() function in ark::mem::ObjectAllocatorGen
|
H A D | region_allocator.h | 218 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 D | freelist_allocator-inl.h | 381 void FreeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &memVisitor, in IterateOverObjectsInRange() function in ark::mem::FreeListAllocator
|
H A D | runslots_allocator-inl.h | 329 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 D | g1-allocator.cpp | 123 void ObjectAllocatorG1<MT_MODE>::IterateOverObjectsInRange(MemRange memRange, const ObjectVisitor &objectVisitor) in IterateOverObjectsInRange() function in ark::mem::ObjectAllocatorG1
|
Completed in 9 milliseconds