Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1433 TypeId<IllegalArgumentException> iaeType = TypeId.get(IllegalArgumentException.class); in testNestedCatchClauses() local
1434 code.addCatchClause(iaeType, catchOuter); in testNestedCatchClauses()
1440 Label previousLabel = code.removeCatchClause(iaeType); in testNestedCatchClauses()
1441 code.addCatchClause(iaeType, catchInner); in testNestedCatchClauses()
1443 code.removeCatchClause(iaeType); in testNestedCatchClauses()
1444 code.addCatchClause(iaeType, previousLabel); in testNestedCatchClauses()