Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp259 uint32_t nodesSize = nodes.size(); in HWTEST_F_L0() local
264 if (line.substr(0U, nodesSize) == nodes) { in HWTEST_F_L0()
486 uint32_t nodesSize = nodes.size(); in HWTEST_F_L0() local
491 if (line.substr(0U, nodesSize) == nodes) { in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp166 uint32_t nodesSize = 0; in PushHeapStat() local
170 nodesSize += (*iter)->GetSelfSize(); in PushHeapStat()
173 if ((timeStamp.GetCount() != nodesCount) || (timeStamp.GetSize() != nodesSize)) { in PushHeapStat()
175 timeStamp.SetSize(nodesSize); in PushHeapStat()
176 statsBuffer.emplace_back(static_cast<int32_t>(timeIndex), nodesCount, nodesSize); in PushHeapStat()