Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp89 writer_->Write(snapshot_->GetTrackAllocationsStack().size()); // 13. in SerializeSnapshotHeader()
154 const CVector<FunctionInfo> trackAllocationsStack = snapshot_->GetTrackAllocationsStack(); in SerializeTraceFunctionInfo()
Dheap_snapshot.h445 const CVector<FunctionInfo> &GetTrackAllocationsStack() const in GetTrackAllocationsStack() function