Home
last modified time | relevance | path

Searched defs:clearSoftReferences (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()
Dempty_reference_processor.h39 …void ProcessReferences([[maybe_unused]] bool concurrent, [[maybe_unused]] bool clearSoftReferences, in ProcessReferences()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference_processor.cpp155 [[maybe_unused]] bool clearSoftReferences, in ProcessReferences()
172 … EtsReferenceProcessor::ProcessReferencesAfterCompaction([[maybe_unused]] bool clearSoftReferences, in ProcessReferencesAfterCompaction()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp468 bool clearSoftReferences = task.reason == GCTaskCause::OOM_CAUSE || IsExplicitFull(task); in ProcessReferences() local
483 bool clearSoftReferences = task.reason == GCTaskCause::OOM_CAUSE || IsExplicitFull(task); in ProcessReferences() local