Home
last modified time | relevance | path

Searched refs:withAddedCatch (Results 1 – 16 of 16) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/code/
DPlainCstInsn.java63 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainCstInsn
DFillArrayDataInsn.java95 public Insn withAddedCatch(Type type) { in withAddedCatch() method in FillArrayDataInsn
DSwitchInsn.java76 public Insn withAddedCatch(Type type) { in withAddedCatch() method in SwitchInsn
DThrowingInsn.java98 public Insn withAddedCatch(Type type) { in withAddedCatch() method in ThrowingInsn
DThrowingCstInsn.java83 public Insn withAddedCatch(Type type) { in withAddedCatch() method in ThrowingCstInsn
DPlainInsn.java85 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainInsn
DInvokePolymorphicInsn.java111 public Insn withAddedCatch(Type type) { in withAddedCatch() method in InvokePolymorphicInsn
DInsn.java226 public abstract Insn withAddedCatch(Type type); in withAddedCatch() method in Insn
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DPlainCstInsn.java63 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainCstInsn
DThrowingCstInsn.java78 public Insn withAddedCatch(Type type) { in withAddedCatch() method in ThrowingCstInsn
DSwitchInsn.java76 public Insn withAddedCatch(Type type) { in withAddedCatch() method in SwitchInsn
DFillArrayDataInsn.java96 public Insn withAddedCatch(Type type) { in withAddedCatch() method in FillArrayDataInsn
DThrowingInsn.java98 public Insn withAddedCatch(Type type) { in withAddedCatch() method in ThrowingInsn
DPlainInsn.java84 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainInsn
DInsn.java227 public abstract Insn withAddedCatch(Type type); in withAddedCatch() method in Insn
/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java959 insn = insn.withAddedCatch(Type.OBJECT); in processBlock()