Searched refs:EdgeType (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.h | 47 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPE… enum 154 Edge(uint32_t id, EdgeType type, Node *from, Node *to, CString *name) in Edge() 162 EdgeType GetType() const in GetType() 190 …static Edge *NewEdge(Chunk *chunk, uint32_t id, EdgeType type, Node *from, Node *to, CString *name… 196 EdgeType edgeType_ {EdgeType::DEFAULT};
|
D | heap_snapshot.cpp | 64 Edge *Edge::NewEdge(Chunk *chunk, uint32_t id, EdgeType type, Node *from, Node *to, CString *name) in NewEdge() 938 Edge *edge = Edge::NewEdge(chunk_, edgeCount_, EdgeType::DEFAULT, in FillEdges() 965 …Edge *edge = Edge::NewEdge(chunk_, edgeCount_, EdgeType::DEFAULT, (*iter), (*iter), GetString(valu… in FillPrimitiveEdge() 1054 … edgeCount_, EdgeType::SHORTCUT, syntheticRoot, rootNode, GetString("-subroot-")); \ in AddSyntheticRoot()
|