Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp36 ASSERT(snapshot_->GetNodes() != nullptr && snapshot_->GetEdges() != nullptr && in Serialize()
127 const CList<Edge *> *edges = snapshot_->GetEdges(); in SerializeEdges()
Dheap_snapshot.h418 const CList<Edge *> *GetEdges() const in GetEdges() function