Home
last modified time | relevance | path

Searched defs:edges (Results 1 – 9 of 9) 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 = rawheap->GetEdges(); in SerializeEdges() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp129 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
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DCFG.cpp862 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/
Dobject_type_propagation.cpp378const PointerOffset::Map<ArenaVector<Pointer>> &edges) in WalkOutgoingEdges()
393const PointerOffset::Map<ArenaVector<const Inst *>> &edges) in WalkStoreEdges()
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts1974 let edges = interFuncPag.getInterProceduralEdges(); variable