Searched refs:toCatch (Results 1 - 5 of 5) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
H A DBasicBlock.java33 public Catch toCatch; field in class:BasicBlock
85 Catch th = toCatch;
391 bb.toCatch = new Catch(handler, type, bb.toCatch);
H A DLiveness.java78 BasicBlock.Catch handlers = tb.toCatch;
171 BasicBlock.Catch handlers = tb.toCatch;
H A DMapMaker.java173 BasicBlock.Catch handlers = tb.toCatch;
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java355 * in this frame that throw a class assignable to {@code toCatch}. This
361 public void addCatchClause(TypeId<? extends Throwable> toCatch, Label catchClause) { argument
362 if (catchTypes.contains(toCatch)) {
363 throw new IllegalArgumentException("Already caught: " + toCatch);
366 catchTypes.add(toCatch);
372 * Deregisters the catch clause label for {@code toCatch} and returns it.
374 public Label removeCatchClause(TypeId<? extends Throwable> toCatch) { argument
375 int index = catchTypes.indexOf(toCatch);
377 throw new IllegalArgumentException("No catch clause: " + toCatch);
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 89 milliseconds