Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1495 Label catchIae = new Label(); in testCatchExceptions() local
1499 code.addCatchClause(TypeId.get(IllegalArgumentException.class), catchIae); in testCatchExceptions() local
1507 code.mark(catchIae); in testCatchExceptions()