Searched refs:edges (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | lock_order_graph.cpp | 40 PandaMap<ThreadId, ThreadId> edges; in CheckForTerminationLoops() local 72 if (edges.count(from_thread_id) != 0) { in CheckForTerminationLoops() 74 << from_thread_id << " -> " << edges[from_thread_id] in CheckForTerminationLoops() 78 edges[from_thread_id] = toThreadId; in CheckForTerminationLoops() 82 return LockOrderGraph(nodes, edges).CheckForTerminationLoops(); in CheckForTerminationLoops()
|
H A D | lock_order_graph.h | 46 LockOrderGraph(PandaMap<ThreadId, bool> nodes, PandaMap<ThreadId, ThreadId> edges) in LockOrderGraph() argument 49 edges_ = std::move(edges); in LockOrderGraph()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | reg_alloc_interference_graph_test.cpp | 124 ::std::pair<unsigned, unsigned> *edges, unsigned count, ArenaVector<unsigned> &peo, in BuildSubgraph() 131 auto x = edges[i].first; in BuildSubgraph() 132 auto y = edges[i].second; in BuildSubgraph() 123 BuildSubgraph(InterferenceGraph &orig_gr, ArenaAllocator *alloc, ::std::pair<unsigned, unsigned> *edges, unsigned count, ArenaVector<unsigned> &peo, unsigned peo_count) BuildSubgraph() argument
|
H A D | reg_alloc_interference_graph_new_test.cpp | 63 std::pair<unsigned, unsigned> *edges, size_t count, in BuildSubgraph() 70 auto x = edges[i].first; in BuildSubgraph() 71 auto y = edges[i].second; in BuildSubgraph() 62 BuildSubgraph(InterferenceGraph &orig_ig, ArenaAllocator *alloc, std::pair<unsigned, unsigned> *edges, size_t count, ArenaVector<unsigned> &peo, size_t peo_count) BuildSubgraph() argument
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | heap_snapshot_json_serializer.cpp | 168 const CList<Edge *> *edges = snapshot->GetEdges(); in SerializeEdges() local 170 ASSERT(edges != nullptr); in SerializeEdges() 171 writer->WriteString("\"edges\":["); in SerializeEdges() 173 for (auto *edge : *edges) { in SerializeEdges() 184 if (i == edges->size() - 1) { // add comma at last the line in SerializeEdges()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | [all...] |
Completed in 32 milliseconds