Searched defs:Edge (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | gate_accessor.h | 65 class Edge { class 67 explicit Edge(GateRef gate, size_t index) : gate_(gate), index_(static_cast<uint32_t>(index)) {} in Edge() function in panda::ecmascript::kungfu::Edge |
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ | ||
| H A D | heap_snapshot.h | 175 class Edge { class in panda::ecmascript::EdgeType 177 Edge(EdgeType type, Node *from, Node *to, CString *name) in Edge() function in panda::ecmascript::EdgeType::Edge 179 Edge(EdgeType type, Node *from, Node *to, uint32_t index) in Edge() function in panda::ecmascript::EdgeType::Edge [all...] |
Completed in 3 milliseconds