Searched refs:withAddedCatch (Results 1 – 7 of 7) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ | ||
D | PlainCstInsn.java | 63 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainCstInsn |
D | FillArrayDataInsn.java | 96 public Insn withAddedCatch(Type type) { in withAddedCatch() method in FillArrayDataInsn |
D | SwitchInsn.java | 76 public Insn withAddedCatch(Type type) { in withAddedCatch() method in SwitchInsn |
D | ThrowingCstInsn.java | 83 public Insn withAddedCatch(Type type) { in withAddedCatch() method in ThrowingCstInsn |
D | ThrowingInsn.java | 98 public Insn withAddedCatch(Type type) { in withAddedCatch() method in ThrowingInsn |
D | PlainInsn.java | 85 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainInsn |
D | Insn.java | 225 public abstract Insn withAddedCatch(Type type); in withAddedCatch() method in Insn |