Searched defs:edges (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | lock_order_graph.h | 46 LockOrderGraph(PandaMap<ThreadId, bool> nodes, PandaMap<ThreadId, ThreadId> edges) in LockOrderGraph() argument
|
| D | lock_order_graph.cpp | 40 PandaMap<ThreadId, ThreadId> edges; in CheckForTerminationLoops() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | serializer.cpp | 166 auto edges = snapshot->GetEdges(); in SerializeEdges() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot_json_serializer.cpp | 184 const CList<Edge *> *edges = snapshot->GetEdges(); in SerializeEdges() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | reg_alloc_interference_graph_test.cpp | 124 … ::std::pair<unsigned, unsigned> *edges, unsigned count, ArenaVector<unsigned> &peo, in BuildSubgraph() argument
|
| D | reg_alloc_interference_graph_new_test.cpp | 63 std::pair<unsigned, unsigned> *edges, size_t count, in BuildSubgraph() argument
|