Home
last modified time | relevance | path

Searched refs:gcStats_ (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_key_stats.cpp46 return gcStats_->GetScopeDuration(GCStats::Scope::ScopeId::TotalGC) >= KEY_PAUSE_TIME; in CheckIfKeyPauseTime()
56 SizeToIntKB(gcStats_->GetRecordData(RecordData::END_OBJ_SIZE))); in AddGCStatsToKey()
58 SizeToIntKB(gcStats_->GetRecordData(RecordData::END_COMMIT_SIZE))); in AddGCStatsToKey()
60 SizeToIntKB(gcStats_->GetRecordData(RecordData::YOUNG_ALIVE_SIZE))); in AddGCStatsToKey()
62 SizeToIntKB(gcStats_->GetRecordData(RecordData::YOUNG_COMMIT_SIZE))); in AddGCStatsToKey()
64 SizeToIntKB(gcStats_->GetRecordData(RecordData::OLD_ALIVE_SIZE))); in AddGCStatsToKey()
66 SizeToIntKB(gcStats_->GetRecordData(RecordData::OLD_COMMIT_SIZE))); in AddGCStatsToKey()
74 gcStats_->GetScopeDuration(GCStats::Scope::ScopeId::TotalGC)); in AddGCStatsToKey()
76 gcStats_->GetScopeDuration(GCStats::Scope::ScopeId::Mark)); in AddGCStatsToKey()
78 gcStats_ in AddGCStatsToKey()
[all...]
H A Dgc_key_stats.h60 gcStats_(gcStats) {} in GCKeyStats()
126 GCStats *gcStats_; member in panda::ecmascript::GCKeyStats
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmemory_manager.h113 ASSERT(gcStats_ != nullptr); in GetGCStats()
114 return gcStats_; in GetGCStats()
137 gcStats_(gcStats), in MemoryManager()
148 GCStats *gcStats_; member in ark::mem::MemoryManager
H A Dmemory_manager.cpp92 heapManager_->GetInternalAllocator()->Delete(gcStats_); in ~MemoryManager()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp271 gcStats_ = chunk_.New<GCStats>(heap_, options_.GetLongPauseTime()); in Initialize()
272 gcKeyStats_ = chunk_.New<GCKeyStats>(heap_, gcStats_); in Initialize()
375 if (gcStats_ != nullptr) { in ~EcmaVM()
377 gcStats_->PrintStatisticResult(); in ~EcmaVM()
379 chunk_.Delete(gcStats_); in ~EcmaVM()
380 gcStats_ = nullptr; in ~EcmaVM()
H A Decma_vm.h176 return gcStats_; in GetEcmaGCStats()
831 GCStats *gcStats_ {nullptr};

Completed in 5 milliseconds