Home
last modified time | relevance | path

Searched refs:ProcessReferencesAfterCompaction (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dreference_processor.h89 virtual void ProcessReferencesAfterCompaction([[maybe_unused]] bool clearSoftReferences, in ProcessReferencesAfterCompaction() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference_processor.h50 void ProcessReferencesAfterCompaction(bool clearSoftReferences,
Dets_reference_processor.cpp172 void EtsReferenceProcessor::ProcessReferencesAfterCompaction([[maybe_unused]] bool clearSoftReferen… in ProcessReferencesAfterCompaction() function in ark::mem::ets::EtsReferenceProcessor
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp484 referenceProcessor_->ProcessReferencesAfterCompaction(clearSoftReferences, pred); in ProcessReferences()