Home
last modified time | relevance | path

Searched refs:ReferenceProcessorT (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dreference_processor.h42 using ReferenceProcessorT = typename GC::ReferenceProcessorT; variable
74 [[maybe_unused]] const ReferenceProcessorT &processor) in HandleReference()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference_processor.h46 const ReferenceProcessorT &processor) final;
82 …OtherFields(const BaseClass *cls, const ObjectHeader *object, const ReferenceProcessorT &processor)
Dets_reference_processor.cpp122 const ReferenceProcessorT &processor) in HandleReference()
131 const ReferenceProcessorT &processor) in HandleOtherFields()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.h141 using ReferenceProcessorT = std::function<void(void *)>; variable
419 const ReferenceProcessorT &processor);
Dgc.cpp443 const ReferenceProcessorT &processor) in ProcessReferenceForSinglePassCompaction()