Home
last modified time | relevance | path

Searched defs:gcObjectVisitor (Results 1 – 6 of 6) 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.cpp69 void StringTable::Sweep(const GCObjectVisitor &gcObjectVisitor) in Sweep()
240 void StringTable::Table::Sweep(const GCObjectVisitor &gcObjectVisitor) in Sweep()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator.cpp220 void ObjectAllocatorNoGen<MT_MODE>::Collect(const GCObjectVisitor &gcObjectVisitor, in Collect()
412 void ObjectAllocatorGen<MT_MODE>::Collect(const GCObjectVisitor &gcObjectVisitor, GCCollectMode col… in Collect()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp586 void PandaEtsVM::SweepVmRefs(const GCObjectVisitor &gcObjectVisitor) in SweepVmRefs()