Home
last modified time | relevance | path

Searched refs:GetTotalSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp205 writer_->Write(node->GetTotalSize()); in SerializeTraceNode()
Dheap_snapshot.h302 uint32_t GetTotalSize() const in GetTotalSize() function
Dheap_snapshot.cpp785 ASSERT(topNode->GetTotalSize() <= static_cast<uint32_t>(INT_MAX)); in AddTraceNode()
786 int totalSize = static_cast<int>(topNode->GetTotalSize()); in AddTraceNode()