Home
last modified time | relevance | path

Searched refs:Graph (Results 1 – 4 of 4) sorted by relevance

/system/memory/libmemunreachable/
DTarjan.h58 using Graph = allocator::vector<Node<T>*>; variable
72 void Execute(Graph<T>& graph, SCCList<T>& out);
76 void Tarjan(Node<T>* vertex, Graph<T>& graph);
84 void TarjanAlgorithm<T>::Execute(Graph<T>& graph, SCCList<T>& out) { in Execute()
102 void TarjanAlgorithm<T>::Tarjan(Node<T>* vertex, Graph<T>& graph) { in Tarjan()
131 void Tarjan(Graph<T>& graph, SCCList<T>& out) { in Tarjan()
DLeakFolding.h94 Graph<LeakInfo> leak_graph_;
/system/extras/perf2cfg/
DREADME.md92 3. Click on the "Control Flow Graph" button if it isn't already selected.
/system/extras/simpleperf/scripts/purgatorio/
DREADME.md46 ## Main Graph