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.cpp82 writer->WriteNumber(snapshot->GetTrackAllocationsStack().size()); // 13. in SerializeSnapshotHeader()
152 const CVector<FunctionInfo> trackAllocationsStack = snapshot->GetTrackAllocationsStack(); in SerializeTraceFunctionInfo()
Dheap_snapshot.h477 const CVector<FunctionInfo> &GetTrackAllocationsStack() const in GetTrackAllocationsStack() function