Searched defs:IterateOverObjectsInRange (Results 1 – 11 of 11) sorted by relevance
| /ark/runtime_core/runtime/mem/ |
| 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 | 223 inline void PygoteSpaceAllocator<AllocConfigT>::IterateOverObjectsInRange(const Visitor &visitor, v… in IterateOverObjectsInRange() function
|
| D | bump-allocator-inl.h | 189 void BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::IterateOverObjectsInRange(const Mem… in IterateOverObjectsInRange() function
|
| D | region_allocator.h | 330 void IterateOverObjectsInRange(const MemVisitor &mem_visitor, void *begin, void *end) in IterateOverObjectsInRange() function
|
| D | humongous_obj_allocator-inl.h | 236 void HumongousObjAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &… in IterateOverObjectsInRange() function
|
| D | allocator.cpp | 512 void ObjectAllocatorGen<MTMode>::IterateOverObjectsInRange(MemRange mem_range, const ObjectVisitor … in IterateOverObjectsInRange() function in panda::mem::ObjectAllocatorGen
|
| D | freelist_allocator-inl.h | 380 void FreeListAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &mem_… in IterateOverObjectsInRange() function
|
| D | runslots_allocator-inl.h | 326 void RunSlotsAllocator<AllocConfigT, LockConfigT>::IterateOverObjectsInRange(const MemVisitor &mem_… in IterateOverObjectsInRange() function
|
| /ark/runtime_core/runtime/mem/gc/hybrid-gc/ |
| D | hybrid_object_allocator.h | 56 void IterateOverObjectsInRange([[maybe_unused]] MemRange mem_range, in IterateOverObjectsInRange() function
|
| /ark/runtime_core/runtime/mem/gc/g1/ |
| D | g1-allocator.cpp | 78 void ObjectAllocatorG1<MTMode>::IterateOverObjectsInRange(MemRange mem_range, const ObjectVisitor &… in IterateOverObjectsInRange() function in panda::mem::ObjectAllocatorG1
|
| /ark/runtime_core/runtime/include/mem/ |
| D | allocator.h | 466 void IterateOverObjectsInRange([[maybe_unused]] MemRange mem_range, in IterateOverObjectsInRange() function 644 void IterateOverObjectsInRange([[maybe_unused]] MemRange mem_range, in IterateOverObjectsInRange() function
|