Home
last modified time | relevance | path

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

/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java1296 Label catchIae = new Label(); in testCatchExceptions() local
1300 code.addCatchClause(TypeId.get(IllegalArgumentException.class), catchIae); in testCatchExceptions() local