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

/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java1300 code.addCatchClause(TypeId.get(IllegalArgumentException.class), catchIae);
1301 code.addCatchClause(TypeId.get(IllegalStateException.class), catchIse);
1302 code.addCatchClause(TypeId.get(RuntimeException.class), catchRe);
1378 code.addCatchClause(iaeType, catchOuter);
1385 code.addCatchClause(iaeType, catchInner);
1388 code.addCatchClause(iaeType, previousLabel);
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java114 * {@link #addCatchClause addCatchClause()} to register the target label and
361 public void addCatchClause(TypeId<? extends Throwable> toCatch, Label catchClause) { method in class:Code

Completed in 153 milliseconds