Home
last modified time | relevance | path

Searched defs:toCatch (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java33 public Catch toCatch; field in BasicBlock
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java363 public void addCatchClause(TypeId<? extends Throwable> toCatch, Label catchClause) { in addCatchClause()
376 public Label removeCatchClause(TypeId<? extends Throwable> toCatch) { in removeCatchClause()