Home
last modified time | relevance | path

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

/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java1307 Label catchIse = new Label(); in testCatchExceptions() local
1311 code.addCatchClause(TypeId.get(IllegalStateException.class), catchIse); in testCatchExceptions() local