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()
33 public Catch toCatch; field in BasicBlock85 Catch th = toCatch;391 bb.toCatch = new Catch(handler, type, bb.toCatch);
78 BasicBlock.Catch handlers = tb.toCatch; in computeLiveness1()171 BasicBlock.Catch handlers = tb.toCatch; in computeLiveness2except()
173 BasicBlock.Catch handlers = tb.toCatch; in make()
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/ ...