Searched defs:Edge (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | common.h | 92 struct Edge { struct 95 EdgeType type = EdgeType::DEFAULT; argument 97 …Edge(Node *node, uint32_t index, EdgeType edgeType) : to(node), nameOrIndex(index), type(edgeType)… in Edge() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| D | constant_propagation.h | 54 using Edge = std::pair<BasicBlock *, BasicBlock *>; variable
|
| /arkcompiler/ets_runtime/test/aottest/pgo_track_type/ |
| D | pgo_track_type.ts | 68 Edge: number[][] = new Array(); property in QType
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.h | 182 Edge(EdgeType type, Node *from, Node *to, CString *name) in Edge() function 184 Edge(EdgeType type, Node *from, Node *to, uint32_t index) in Edge() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | gate_accessor.h | 67 explicit Edge(GateRef gate, size_t index) : gate_(gate), index_(static_cast<uint32_t>(index)) {} in Edge() function
|