Home
last modified time | relevance | path

Searched refs:UpdateReference (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp51 UpdateReference(); in Evacuate()
183 void ParallelEvacuator::UpdateReference() in UpdateReference() function in panda::ecmascript::ParallelEvacuator
185 TRACE_GC(GCStats::Scope::ScopeId::UpdateReference, heap_->GetEcmaVM()->GetEcmaGCStats()); in UpdateReference()
Dparallel_evacuator.h136 void UpdateReference();
Dgc_stats.cpp237 … << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::UpdateReference]) << "ms\n" in PrintGCDurationStatistic()
518 scopeDuration_[Scope::ScopeId::UpdateReference]; in RecordGCSpeed()
536 scopeDuration_[Scope::ScopeId::UpdateReference]; in RecordGCSpeed()
/arkcompiler/ets_runtime/ecmascript/
Dcommon.h66 V(UpdateReference) \