Searched refs:NestedLoop (Results 1 - 2 of 2) sorted by relevance

/art/test/478-checker-inliner-nested-loop/src/
H A DMain.java36 // CHECK-START: int Main.NestedLoop(int, int) inliner (before)
39 // CHECK-START: int Main.NestedLoop(int, int) inliner (after)
43 public static int NestedLoop(int max_x, int max_y) { method in class:Main
54 assertIntEquals(0, NestedLoop(1, 1));
55 assertIntEquals(3, NestedLoop(2, 3));
/art/compiler/dex/
H A Dmir_graph_test.cc228 TEST_F(TopologicalSortOrderTest, NestedLoop) {

Completed in 481 milliseconds