Home
last modified time | relevance | path

Searched refs:NewEdge (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp48 Edge *Edge::NewEdge(Chunk *chunk, EdgeType type, Node *from, Node *to, CString *name) in NewEdge() function in panda::ecmascript::Edge
58 Edge *Edge::NewEdge(Chunk *chunk, EdgeType type, Node *from, Node *to, uint32_t index) in NewEdge() function in panda::ecmascript::Edge
1073 Edge::NewEdge(chunk_, type, entryFrom, entryTo, it.index_) : in FillEdges()
1074 Edge::NewEdge(chunk_, type, entryFrom, entryTo, GetString(it.name_)); in FillEdges()
1124 Edge::NewEdge(chunk_, type, entryFrom, entryTo, it.index_) : in FillEdgesForBinMod()
1125 Edge::NewEdge(chunk_, type, entryFrom, entryTo, GetString(it.name_)); in FillEdgesForBinMod()
1141 Edge *edge = Edge::NewEdge(chunk_, in AddSyntheticRootForBinMod()
1278 Edge *edge = Edge::NewEdge(chunk_, \ in AddSyntheticRoot()
H A Dheap_snapshot.h216 static Edge *NewEdge(Chunk *chunk, EdgeType type, Node *from, Node *to, CString *name);
217 static Edge *NewEdge(Chunk *chunk, EdgeType type, Node *from, Node *to, uint32_t index);

Completed in 4 milliseconds