Searched refs:toCatch (Results 1 – 6 of 6) sorted by relevance
363 public void addCatchClause(TypeId<? extends Throwable> toCatch, Label catchClause) { in addCatchClause() argument364 if (catchTypes.contains(toCatch)) { in addCatchClause()365 throw new IllegalArgumentException("Already caught: " + toCatch); in addCatchClause()368 catchTypes.add(toCatch); in addCatchClause()376 public Label removeCatchClause(TypeId<? extends Throwable> toCatch) { in removeCatchClause() argument377 int index = catchTypes.indexOf(toCatch); in removeCatchClause()379 throw new IllegalArgumentException("No catch clause: " + toCatch); in removeCatchClause()
50 protected Catch toCatch; field in BasicBlock100 Catch th = toCatch;411 bb.toCatch = new Catch(handler, type, bb.toCatch); in addCatchers()
190 traceException(code, tb.toCatch); in make()196 traceException(code, tb.toCatch); in make()339 BasicBlock.Catch handler = block.toCatch; in findDeadCatchers()
327 BasicBlock.Catch c = toCatch; in catchers()
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...