Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.h151 virtual void RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason);
332 void RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) override;
H A Dgc_stats.cpp393 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC() function in panda::ecmascript::GCStats
730 void SharedGCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC() function in panda::ecmascript::SharedGCStats
H A Dsparse_space.cpp442 localHeap_->GetEcmaGCStats()->RecordStatisticBeforeGC(TriggerGCType::OLD_GC, GCReason::OTHER); in SelectCSet()
H A Dheap.cpp98 GetEcmaGCStats()->RecordStatisticBeforeGC(gcType, gcReason); in ForceCollectGarbageWithoutDaemonThread()
380 GetEcmaGCStats()->RecordStatisticBeforeGC(gcType, gcReason); in DaemonCollectGarbage()
1136 GetEcmaGCStats()->RecordStatisticBeforeGC(gcType, reason); in CollectGarbage()

Completed in 7 milliseconds