Searched defs:edges (Results 1 – 9 of 9) 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 = rawheap->GetEdges(); in SerializeEdges() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot_json_serializer.cpp | 129 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
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | CFG.cpp | 862 ArenaVector<BasicBlock *> CFG::BasicBlock::*edges, bool allPath) const in VisitDepthFirst() 1004 ArenaVector<BasicBlock *> CFG::BasicBlock::*edges, bool closeLoop) const in VisitTopOrder()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | object_type_propagation.cpp | 378 … const PointerOffset::Map<ArenaVector<Pointer>> &edges) in WalkOutgoingEdges() 393 … const PointerOffset::Map<ArenaVector<const Inst *>> &edges) in WalkStoreEdges()
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/ |
| D | PagBuilder.ts | 1974 let edges = interFuncPag.getInterProceduralEdges(); variable
|