Home
last modified time | relevance | path

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

/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
DFillArrayDataInsn.java96 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
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/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
DInvokePolymorphicInsn.java103 public Insn withAddedCatch(Type type) { in withAddedCatch() method in InvokePolymorphicInsn
DPlainInsn.java85 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainInsn
DInsn.java225 public abstract Insn withAddedCatch(Type type); in withAddedCatch() method in Insn
/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java960 insn = insn.withAddedCatch(Type.OBJECT); in processBlock()