Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/639-checker-code-sinking/src/
H A DMain.java477 assertEquals(456, testDoNotSinkToCatchInsideTryWithMoreThings(false, false)); in testCatchBlock()
565 private static int testDoNotSinkToCatchInsideTryWithMoreThings(boolean a, boolean b) { in testDoNotSinkToCatchInsideTryWithMoreThings() method in Main