Home
last modified time | relevance | path

Searched defs:Collect (Results 1 – 8 of 8) sorted by relevance

/ark/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.h51 void Collect([[maybe_unused]] const GCObjectVisitor &gc_object_visitor, in Collect() function
/ark/runtime_core/runtime/mem/
Dallocator.cpp161 void ObjectAllocatorNoGen<MTMode>::Collect(const GCObjectVisitor &gc_object_visitor, in Collect() function in panda::mem::ObjectAllocatorNoGen
356 void ObjectAllocatorGen<MTMode>::Collect(const GCObjectVisitor &gc_object_visitor, GCCollectMode co… in Collect() function in panda::mem::ObjectAllocatorGen
Dpygote_space_allocator-inl.h288 inline void PygoteSpaceAllocator<AllocConfigT>::Collect(const GCObjectVisitor &gc_visitor) in Collect() function
Dregion_allocator.h318 void Collect(const GCObjectVisitor &death_checker) in Collect() function
Dhumongous_obj_allocator-inl.h131 void HumongousObjAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_checker… in Collect() function
Dfreelist_allocator-inl.h222 void FreeListAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_checker_fn) in Collect() function
Drunslots_allocator-inl.h230 inline void RunSlotsAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_chec… in Collect() function
/ark/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp242 void ObjectAllocatorG1<MTMode>::Collect(const GCObjectVisitor &gc_object_visitor, GCCollectMode col… in Collect() function in panda::mem::ObjectAllocatorG1