Home
last modified time | relevance | path

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

/art/test/463-checker-boolean-simplifier/src-art/
DMain.java176 public int TrueBlockWithTooManyInstructions(boolean x) { in TrueBlockWithTooManyInstructions() method in Main
267 assertIntEquals(42, m.TrueBlockWithTooManyInstructions(true)); in main()
268 assertIntEquals(43, m.TrueBlockWithTooManyInstructions(false)); in main()