Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_unit_test.h144 using Edge = std::pair<const std::string_view, const std::string_view>;
150 const std::vector<Edge>& adj) : graph_(graph) { in AdjacencyListGraph()
385 const std::vector<AdjacencyListGraph::Edge>& adj) { in SetupFromAdjacencyList()
Dreference_type_propagation_test.cc278 std::vector<AdjacencyListGraph::Edge> edges; in RunVisitListTest()
380 std::vector<AdjacencyListGraph::Edge> edges; in RunVisitListTest()
Dload_store_analysis_test.cc49 const std::vector<AdjacencyListGraph::Edge>& adj) { in SetupFromAdjacencyList()
/art/runtime/verifier/
Dreg_type_test.cc894 struct Edge { in TEST_F() struct
898 Edge(const RegType& from_, const RegType& to_) : from(from_), to(to_) {} in TEST_F() argument
900 std::vector<Edge> edges; in TEST_F()
1024 for (const Edge& edge : edges) { in TEST_F()
1049 for (Edge& e : edges) { in TEST_F()