Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dcommon.h39 V(UpdateReference) \
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp239 << STATS_DESCRIPTION_FORMAT("UpdateReference:") in PrintGCDurationStatistic()
240 << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::UpdateReference]) << "ms\n" in PrintGCDurationStatistic()
544 scopeDuration_[Scope::ScopeId::UpdateReference]; in RecordGCSpeed()
557 scopeDuration_[Scope::ScopeId::UpdateReference]; in RecordGCSpeed()
576 scopeDuration_[Scope::ScopeId::UpdateReference]; in RecordGCSpeed()
H A Dparallel_evacuator.cpp49 UpdateReference(); in Evacuate()
231 void ParallelEvacuator::UpdateReference() in UpdateReference() function in panda::ecmascript::ParallelEvacuator
233 TRACE_GC(GCStats::Scope::ScopeId::UpdateReference, heap_->GetEcmaVM()->GetEcmaGCStats()); in UpdateReference()
H A Dparallel_evacuator.h202 void UpdateReference();

Completed in 4 milliseconds