Home
last modified time | relevance | path

Searched refs:edges (Results 1 – 7 of 7) sorted by relevance

/art/test/482-checker-loop-back-edge-use/
Dinfo.txt2 at back edges.
/art/test/622-simplifyifs-exception-edges/
Dinfo.txt2 to redirect exception handler edges.
/art/test/547-regression-trycatch-critic-edge/smali/
DTestCase.smali19 # the outer loop would have a smaller liveness position than the two back edges
/art/test/622-simplifyifs-exception-edges/smali/
DTest.smali34 # SimplifyIfs() would have redirected exception handler edges leading here.
/art/runtime/verifier/
Dreg_type_test.cc859 std::vector<Edge> edges; in TEST_F() local
860 #define ADD_EDGE(from, to) edges.emplace_back((from), (to)) in TEST_F()
983 for (const Edge& edge : edges) { in TEST_F()
1008 for (Edge& e : edges) { in TEST_F()
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali19 # Back-edges in the ascii-art graphs are represented with dash '-'.
452 # ensure the order at which we find the back edges does not matter.
/art/test/510-checker-try-catch/smali/
DBuilder.smali1032 # 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