Searched refs:edges (Results 1 – 9 of 9) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 278 std::vector<AdjacencyListGraph::Edge> edges; in RunVisitListTest() local 281 edges.emplace_back(mid_blocks[cur], mid_blocks[nxt]); in RunVisitListTest() 285 edges.emplace_back("start", mid_blocks.front()); in RunVisitListTest() 286 edges.emplace_back(mid_blocks.back(), mid_blocks.front()); in RunVisitListTest() 287 edges.emplace_back(mid_blocks.front(), "exit"); in RunVisitListTest() 289 AdjacencyListGraph alg(graph_, GetAllocator(), "start", "exit", edges); in RunVisitListTest() 380 std::vector<AdjacencyListGraph::Edge> edges; in RunVisitListTest() local 383 edges.emplace_back(mid_blocks[cur], mid_blocks[nxt]); in RunVisitListTest() 386 AdjacencyListGraph alg(graph_, GetAllocator(), mid_blocks.front(), mid_blocks.back(), edges); in RunVisitListTest()
|
/art/test/482-checker-loop-back-edge-use/ |
D | info.txt | 2 at back edges.
|
/art/test/622-simplifyifs-exception-edges/ |
D | info.txt | 2 to redirect exception handler edges.
|
/art/test/2251-checker-irreducible-loop-do-not-inline/smali/ |
D | IrreducibleLoop.smali | 19 # Back-edges in the ascii-art graphs are represented with dash '-'.
|
/art/test/547-regression-trycatch-critic-edge/smali/ |
D | TestCase.smali | 19 # the outer loop would have a smaller liveness position than the two back edges
|
/art/test/622-simplifyifs-exception-edges/smali/ |
D | Test.smali | 34 # SimplifyIfs() would have redirected exception handler edges leading here.
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 900 std::vector<Edge> edges; in TEST_F() local 901 #define ADD_EDGE(from, to) edges.emplace_back((from), (to)) in TEST_F() 1024 for (const Edge& edge : edges) { in TEST_F() 1049 for (Edge& e : edges) { in TEST_F()
|
/art/test/559-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 19 # Back-edges in the ascii-art graphs are represented with dash '-'. 451 # ensure the order at which we find the back edges does not matter.
|
/art/test/510-checker-try-catch/smali/ |
D | Builder.smali | 1032 # Test that handler edges are not split. In this scenario, the catch block is 1108 # Test that handler edges are not split. In this scenario, the catch block is
|