Searched defs:Collect (Results 1 – 8 of 8) sorted by relevance
51 void Collect([[maybe_unused]] const GCObjectVisitor &gc_object_visitor, in Collect() function
161 void ObjectAllocatorNoGen<MTMode>::Collect(const GCObjectVisitor &gc_object_visitor, in Collect() function in panda::mem::ObjectAllocatorNoGen356 void ObjectAllocatorGen<MTMode>::Collect(const GCObjectVisitor &gc_object_visitor, GCCollectMode co… in Collect() function in panda::mem::ObjectAllocatorGen
288 inline void PygoteSpaceAllocator<AllocConfigT>::Collect(const GCObjectVisitor &gc_visitor) in Collect() function
318 void Collect(const GCObjectVisitor &death_checker) in Collect() function
131 void HumongousObjAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_checker… in Collect() function
222 void FreeListAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_checker_fn) in Collect() function
230 inline void RunSlotsAllocator<AllocConfigT, LockConfigT>::Collect(const GCObjectVisitor &death_chec… in Collect() function
242 void ObjectAllocatorG1<MTMode>::Collect(const GCObjectVisitor &gc_object_visitor, GCCollectMode col… in Collect() function in panda::mem::ObjectAllocatorG1