Home
last modified time | relevance | path

Searched refs:ReMark (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_marker.cpp74 void ConcurrentMarker::ReMark() in ReMark() function in panda::ecmascript::ConcurrentMarker
76 TRACE_GC(GCStats::Scope::ScopeId::ReMark, heap_->GetEcmaVM()->GetEcmaGCStats()); in ReMark()
Dconcurrent_marker.h106 void ReMark();
Dpartial_gc.cpp128 heap_->GetConcurrentMarker()->ReMark(); in Mark()
Dgc_stats.cpp223 << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::ReMark]) << "ms\n" in PrintGCDurationStatistic()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
Dgen-gc.h128 void ReMark(GCMarkingStackType *objectsStack, const GCTask &task);
Dgen-gc.cpp391 ReMark(&objectsStack, task); in RunTenuredGC()
496 void GenGC<LanguageConfig>::ReMark(GCMarkingStackType *objectsStack, const GCTask &task) in ReMark() function in panda::mem::GenGC
/arkcompiler/ets_runtime/ecmascript/
Dcommon.h62 V(ReMark) \