Home
last modified time | relevance | path

Searched refs:GC_PHASE_REMARK (Results 1 – 3 of 3) sorted by relevance

/ark/runtime_core/runtime/mem/gc/
Dgc_phase.h28 GC_PHASE_REMARK, enumerator
50 phase == GCPhase::GC_PHASE_INITIAL_MARK || phase == GCPhase::GC_PHASE_REMARK; in IsMarking()
Dgc_scoped_phase.h54 case GCPhase::GC_PHASE_REMARK: in GetPhaseName()
86 case GCPhase::GC_PHASE_REMARK: in GetPhaseAbbr()
/ark/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp548 GCScopedPhase scoped_phase(this->GetPandaVm()->GetMemStats(), this, GCPhase::GC_PHASE_REMARK); in ReMark()
600 gc_phase == GCPhase::GC_PHASE_REMARK) { in MarkReferences()