Home
last modified time | relevance | path

Searched refs:GetEcmaGCKeyStats (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp1238 GetEcmaGCKeyStats()->IncGCCount(); in CollectGarbage()
1239 if (GetEcmaGCKeyStats()->CheckIfMainThread() && GetEcmaGCKeyStats()->CheckIfKeyPauseTime()) { in CollectGarbage()
1240 GetEcmaGCKeyStats()->AddGCStatsToKey(); in CollectGarbage()
1529 GetEcmaGCKeyStats()->SendSysEventBeforeDump("OOMDump", GetHeapLimitSize(), GetLiveObjectSize()); in DumpHeapSnapshotBeforeOOM()
2185 GCKeyStats *Heap::GetEcmaGCKeyStats() in GetEcmaGCKeyStats() function in panda::ecmascript::Heap
2187 return ecmaVm_->GetEcmaGCKeyStats(); in GetEcmaGCKeyStats()
2697 GetEcmaGCKeyStats()->SendSysEventBeforeDump("thresholdReachedDump", in ThresholdReachedDump()
H A Dheap.h1159 GCKeyStats *GetEcmaGCKeyStats();
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.h179 GCKeyStats *GetEcmaGCKeyStats() const in GetEcmaGCKeyStats() function in panda::ecmascript::EcmaVM

Completed in 10 milliseconds