Home
last modified time | relevance | path

Searched refs:hprofs_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp321 if (hprofs_.size() >= MAX_NUM_HPROF) { in AddSnapshot()
325 hprofs_.emplace_back(snapshot); in AddSnapshot()
330 for (auto *snapshot : hprofs_) { in ClearSnapshot()
333 hprofs_.clear(); in ClearSnapshot()
Dheap_profiler.h121 CVector<HeapSnapshot *> hprofs_; variable