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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DDexMakerTest.java1486 code.addCatchClause(TypeId.get(IllegalArgumentException.class), catchIae);
1487 code.addCatchClause(TypeId.get(IllegalStateException.class), catchIse);
1488 code.addCatchClause(TypeId.get(RuntimeException.class), catchRe);
1565 code.addCatchClause(iaeType, catchOuter);
1572 code.addCatchClause(iaeType, catchInner);
1575 code.addCatchClause(iaeType, previousLabel);
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DCode.java116 * {@link #addCatchClause addCatchClause()} to register the target label and
363 public void addCatchClause(TypeId<? extends Throwable> toCatch, Label catchClause) { method in class:Code
/external/annotation-tools/asmx/test/lib/
H A Djanino-2.3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/codehaus/ org/codehaus/janino/ org/codehaus/janino/AntCompilerAdapter ...

Completed in 136 milliseconds