Home
last modified time | relevance | path

Searched defs:catchIae (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DDexMakerTest.java1567 Label catchIae = new Label(); in testCatchExceptions() local
1571 code.addCatchClause(TypeId.get(IllegalArgumentException.class), catchIae); in testCatchExceptions() local