Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1353 Label catchRe = new Label(); in testCatchExceptions() local
1357 code.addCatchClause(TypeId.get(RuntimeException.class), catchRe); in testCatchExceptions() local
1371 code.mark(catchRe); in testCatchExceptions()