Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dlock_order_graph.h46 LockOrderGraph(PandaMap<ThreadId, bool> nodes, PandaMap<ThreadId, ThreadId> edges) in LockOrderGraph() argument
Dlock_order_graph.cpp40 PandaMap<ThreadId, ThreadId> edges; in CheckForTerminationLoops() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dserializer.cpp166 auto edges = snapshot->GetEdges(); in SerializeEdges() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp184 const CList<Edge *> *edges = snapshot->GetEdges(); in SerializeEdges() local
/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_interference_graph_test.cpp124 … ::std::pair<unsigned, unsigned> *edges, unsigned count, ArenaVector<unsigned> &peo, in BuildSubgraph() argument
Dreg_alloc_interference_graph_new_test.cpp63 std::pair<unsigned, unsigned> *edges, size_t count, in BuildSubgraph() argument