Searched defs:IterateOverObjectsInRange (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/runtime/mem/ |
| D | region_allocator.h | 205 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
|
| D | tlab.cpp | 87 void TLAB::IterateOverObjectsInRange(const std::function<void(ObjectHeader *object_header)> &mem_vi… in IterateOverObjectsInRange() function in panda::mem::TLAB
|
| D | pygote_space_allocator-inl.h | 221 inline void PygoteSpaceAllocator<AllocConfigT>::IterateOverObjectsInRange(const Visitor &visitor, v… in IterateOverObjectsInRange() function
|
| D | bump-allocator-inl.h | 188 void BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::IterateOverObjectsInRange(const Mem… in IterateOverObjectsInRange() function
|
| D | humongous_obj_allocator-inl.h | 237 void HumongousObjAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &… in IterateOverObjectsInRange() function
|
| D | freelist_allocator-inl.h | 382 void FreeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &mem_… in IterateOverObjectsInRange() function
|
| D | allocator.cpp | 546 void ObjectAllocatorGen<MTMode>::IterateOverObjectsInRange(MemRange mem_range, const ObjectVisitor … in IterateOverObjectsInRange() function in panda::mem::ObjectAllocatorGen
|
| D | runslots_allocator-inl.h | 330 void RunSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &mem_… in IterateOverObjectsInRange() function
|
| /arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/ |
| D | hybrid_object_allocator.h | 55 void IterateOverObjectsInRange([[maybe_unused]] MemRange mem_range, in IterateOverObjectsInRange() function
|
| /arkcompiler/runtime_core/runtime/include/mem/ |
| D | allocator.h | 489 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/ |
| D | g1-allocator.cpp | 107 void ObjectAllocatorG1<MTMode>::IterateOverObjectsInRange(MemRange mem_range, const ObjectVisitor &… in IterateOverObjectsInRange() function in panda::mem::ObjectAllocatorG1
|