Searched defs:Collect (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/runtime_core/runtime/mem/gc/g1/ |
D | g1-allocator.h | 91 void Collect(const GCObjectVisitor &gc_object_visitor, GCCollectMode collect_mode) final in Collect() function
|
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/ |
D | hybrid_object_allocator.h | 50 void Collect([[maybe_unused]] const GCObjectVisitor &gc_object_visitor, in Collect() function
|
/arkcompiler/runtime_core/runtime/mem/ |
D | pygote_space_allocator-inl.h | 286 inline void PygoteSpaceAllocator<AllocConfigT>::Collect(const GCObjectVisitor &gc_visitor) in Collect() function
|
D | allocator.cpp | 174 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
|
D | region_allocator-inl.h | 521 void RegionNonmovableAllocator<AllocConfigT, LockConfigT, ObjectAllocator>::Collect( in Collect() function 646 void RegionHumongousAllocator<AllocConfigT, LockConfigT>::Collect(Region *region, const GCObjectVis… in Collect() function
|
D | humongous_obj_allocator-inl.h | 132 void HumongousObjAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_checker… in Collect() function
|
D | freelist_allocator-inl.h | 224 void FreeListAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_checker_fn) in Collect() function
|
D | runslots_allocator-inl.h | 233 inline void RunSlotsAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_chec… in Collect() function
|