Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.h91 void Collect(const GCObjectVisitor &gc_object_visitor, GCCollectMode collect_mode) final in Collect() function
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.h50 void Collect([[maybe_unused]] const GCObjectVisitor &gc_object_visitor, in Collect() function
/arkcompiler/runtime_core/runtime/mem/
Dpygote_space_allocator-inl.h286 inline void PygoteSpaceAllocator<AllocConfigT>::Collect(const GCObjectVisitor &gc_visitor) in Collect() function
Dallocator.cpp174 void ObjectAllocatorNoGen<MTMode>::Collect(const GCObjectVisitor &gc_object_visitor, in Collect() function in panda::mem::ObjectAllocatorNoGen
350 void ObjectAllocatorGen<MTMode>::Collect(const GCObjectVisitor &gc_object_visitor, GCCollectMode co… in Collect() function in panda::mem::ObjectAllocatorGen
Dregion_allocator-inl.h521 void RegionNonmovableAllocator<AllocConfigT, LockConfigT, ObjectAllocator>::Collect( in Collect() function
646 void RegionHumongousAllocator<AllocConfigT, LockConfigT>::Collect(Region *region, const GCObjectVis… in Collect() function
Dhumongous_obj_allocator-inl.h132 void HumongousObjAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_checker… in Collect() function
Dfreelist_allocator-inl.h224 void FreeListAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_checker_fn) in Collect() function
Drunslots_allocator-inl.h233 inline void RunSlotsAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_chec… in Collect() function