Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp52 UpdateReference(); in Evacuate()
217 void ParallelEvacuator::UpdateReference() in UpdateReference() function in panda::ecmascript::ParallelEvacuator
219 TRACE_GC(GCStats::Scope::ScopeId::UpdateReference, heap_->GetEcmaVM()->GetEcmaGCStats()); in UpdateReference()
Dgc_stats.cpp231 … << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::UpdateReference]) << "ms\n" in PrintGCDurationStatistic()
512 scopeDuration_[Scope::ScopeId::UpdateReference]; in RecordGCSpeed()
530 scopeDuration_[Scope::ScopeId::UpdateReference]; in RecordGCSpeed()
Dparallel_evacuator.h145 void UpdateReference();
/arkcompiler/ets_runtime/ecmascript/
Dcommon.h70 V(UpdateReference) \