Home
last modified time | relevance | path

Searched defs:Edge (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.h57 struct Edge { struct
58 EdgeType type; argument
63Edge(EdgeType edgeType, std::shared_ptr<Node> nodeFrom, std::shared_ptr<Node> nodeTo, uint32_t ind… in Edge() argument
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_propagation.h54 using Edge = std::pair<BasicBlock *, BasicBlock *>; variable
/arkcompiler/ets_runtime/test/aottest/pgo_track_type/
Dpgo_track_type.ts68 Edge: number[][] = new Array(); property in QType
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h177 Edge(EdgeType type, Node *from, Node *to, CString *name) in Edge() function
179 Edge(EdgeType type, Node *from, Node *to, uint32_t index) in Edge() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h67 explicit Edge(GateRef gate, size_t index) : gate_(gate), index_(static_cast<uint32_t>(index)) {} in Edge() function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js84319 Edge: 1, property