Home
last modified time | relevance | path

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

/aosp12/art/test/480-checker-dead-blocks/src/
H A DMain.java103 public static int testRemoveLoop(int x) { in testRemoveLoop() method in Main
194 assertIntEquals(42, testRemoveLoop(42)); in main()