Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java376 public Label removeCatchClause(TypeId<? extends Throwable> toCatch) { in removeCatchClause() method in Code
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1584 Label previousLabel = code.removeCatchClause(iaeType); in testNestedCatchClauses()
1587 code.removeCatchClause(iaeType); in testNestedCatchClauses()