Home
last modified time | relevance | path

Searched defs:gcObjectVisitor (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.h91 void Collect(const GCObjectVisitor &gcObjectVisitor, GCCollectMode collectMode) final in Collect()
Dg1-allocator.cpp327 const GCObjectVisitor &gcObjectVisitor) in CollectNonRegularRegions()
/arkcompiler/runtime_core/static_core/runtime/include/
Dpanda_vm.h131 virtual void SweepVmRefs(const GCObjectVisitor &gcObjectVisitor) in SweepVmRefs()
/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.cpp66 void StringTable::Sweep(const GCObjectVisitor &gcObjectVisitor) in Sweep()
236 void StringTable::Table::Sweep(const GCObjectVisitor &gcObjectVisitor) in Sweep()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator.cpp225 void ObjectAllocatorNoGen<MT_MODE>::Collect(const GCObjectVisitor &gcObjectVisitor, in Collect()
417 void ObjectAllocatorGen<MT_MODE>::Collect(const GCObjectVisitor &gcObjectVisitor, GCCollectMode col… in Collect()