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

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java117 * #removeCatchClause removeCatchClause()} to unregister the throwable class.
357 * {@link #removeCatchClause removeCatchClause()}. It is an error to
374 public Label removeCatchClause(TypeId<? extends Throwable> toCatch) { method in class:Code
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java1384 Label previousLabel = code.removeCatchClause(iaeType);
1387 code.removeCatchClause(iaeType);

Completed in 237 milliseconds