Home
last modified time | relevance | path

Searched refs:ProcessSharedGCRSetWorkList (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfull_gc.cpp54 ProcessSharedGCRSetWorkList(); in RunPhases()
203 ARK_INLINE void FullGC::ProcessSharedGCRSetWorkList() in ProcessSharedGCRSetWorkList() function in panda::ecmascript::FullGC
205 TRACE_GC(GCStats::Scope::ScopeId::ProcessSharedGCRSetWorkList, heap_->GetEcmaVM()->GetEcmaGCStats()); in ProcessSharedGCRSetWorkList()
206 heap_->ProcessSharedGCRSetWorkList(); in ProcessSharedGCRSetWorkList()
H A Dpartial_gc.cpp55 ProcessSharedGCRSetWorkList(); in RunPhases()
189 ARK_INLINE void PartialGC::ProcessSharedGCRSetWorkList() in ProcessSharedGCRSetWorkList() function in panda::ecmascript::PartialGC
191 TRACE_GC(GCStats::Scope::ScopeId::ProcessSharedGCRSetWorkList, heap_->GetEcmaVM()->GetEcmaGCStats()); in ProcessSharedGCRSetWorkList()
192 heap_->ProcessSharedGCRSetWorkList(); in ProcessSharedGCRSetWorkList()
H A Dfull_gc.h43 void ProcessSharedGCRSetWorkList();
H A Dpartial_gc.h52 void ProcessSharedGCRSetWorkList();
H A Dgc_stats.cpp231 << STATS_DESCRIPTION_FORMAT("ProcessSharedGCRSetWorkList:") in PrintGCDurationStatistic()
232 << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::ProcessSharedGCRSetWorkList]) << "ms\n" in PrintGCDurationStatistic()
259 << STATS_DESCRIPTION_FORMAT("ProcessSharedGCRSetWorkList:") in PrintGCDurationStatistic()
260 << STATS_DATA_FORMAT(scopeDuration_[Scope::ScopeId::ProcessSharedGCRSetWorkList]) << "ms\n" in PrintGCDurationStatistic()
H A Dheap.cpp815 void Heap::ProcessSharedGCRSetWorkList() in ProcessSharedGCRSetWorkList() function in panda::ecmascript::Heap
832 ProcessSharedGCRSetWorkList(); in Destroy()
1110 ProcessSharedGCRSetWorkList(); in CollectGarbage()
H A Dheap.h1072 void ProcessSharedGCRSetWorkList();
/arkcompiler/ets_runtime/ecmascript/
H A Dcommon.h34 V(ProcessSharedGCRSetWorkList) \

Completed in 9 milliseconds