Home
last modified time | relevance | path

Searched refs:ReMark (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_marker.cpp71 void SharedConcurrentMarker::ReMark() in ReMark() function in panda::ecmascript::SharedConcurrentMarker
77 TRACE_GC(GCStats::Scope::ScopeId::ReMark, sHeap_->GetEcmaGCStats()); in ReMark()
H A Dshared_concurrent_marker.h68 void ReMark(); // In daemon thread
H A Dshared_gc.cpp76 sHeap_->GetConcurrentMarker()->ReMark(); in Mark()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_marker.cpp64 void ConcurrentMarker::ReMark() in ReMark() function in panda::ecmascript::ConcurrentMarker
66 TRACE_GC(GCStats::Scope::ScopeId::ReMark, heap_->GetEcmaVM()->GetEcmaGCStats()); in ReMark()
H A Dconcurrent_marker.h109 void ReMark();
H A Dpartial_gc.cpp120 heap_->GetConcurrentMarker()->ReMark(); in Mark()
H A Dgc_stats.cpp229 << STATS_DESCRIPTION_FORMAT("ReMark:") in PrintGCDurationStatistic()
230 << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::ReMark]) << "ms\n" in PrintGCDurationStatistic()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
H A Dgen-gc.h128 void ReMark(GCMarkingStackType *objectsStack, const GCTask &task);
H A Dgen-gc.cpp388 ReMark(&objectsStack, task); in RunTenuredGC()
493 void GenGC<LanguageConfig>::ReMark(GCMarkingStackType *objectsStack, const GCTask &task) in ReMark() function in ark::mem::GenGC
/arkcompiler/ets_runtime/ecmascript/
H A Dcommon.h31 V(ReMark) \

Completed in 6 milliseconds