Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1352 Label catchIse = new Label(); in testCatchExceptions() local
1356 code.addCatchClause(TypeId.get(IllegalStateException.class), catchIse); in testCatchExceptions() local
1367 code.mark(catchIse); in testCatchExceptions()