Home
last modified time | relevance | path

Searched defs:clearSoftReferences (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
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.cpp128 [[maybe_unused]] bool clearSoftReferences, in ProcessReferences()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp495 bool clearSoftReferences = task.reason == GCTaskCause::OOM_CAUSE || IsExplicitFull(task); in ProcessReferences() local