Searched refs:withAddedCatch (Results 1 – 16 of 16) sorted by relevance
63 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainCstInsn
78 public Insn withAddedCatch(Type type) { in withAddedCatch() method in ThrowingCstInsn
96 public Insn withAddedCatch(Type type) { in withAddedCatch() method in FillArrayDataInsn
76 public Insn withAddedCatch(Type type) { in withAddedCatch() method in SwitchInsn
98 public Insn withAddedCatch(Type type) { in withAddedCatch() method in ThrowingInsn
84 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainInsn
227 public abstract Insn withAddedCatch(Type type); in withAddedCatch() method in Insn
95 public Insn withAddedCatch(Type type) { in withAddedCatch() method in FillArrayDataInsn
83 public Insn withAddedCatch(Type type) { in withAddedCatch() method in ThrowingCstInsn
103 public Insn withAddedCatch(Type type) { in withAddedCatch() method in InvokePolymorphicInsn
85 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainInsn
225 public abstract Insn withAddedCatch(Type type); in withAddedCatch() method in Insn
960 insn = insn.withAddedCatch(Type.OBJECT); in processBlock()