Searched refs:withAddedCatch (Results 1 – 16 of 16) sorted by relevance
63 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainCstInsn
95 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
83 public Insn withAddedCatch(Type type) { in withAddedCatch() method in ThrowingCstInsn
85 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainInsn
111 public Insn withAddedCatch(Type type) { in withAddedCatch() method in InvokePolymorphicInsn
226 public abstract Insn withAddedCatch(Type type); in withAddedCatch() method in Insn
78 public Insn withAddedCatch(Type type) { in withAddedCatch() method in ThrowingCstInsn
96 public Insn withAddedCatch(Type type) { in withAddedCatch() method in FillArrayDataInsn
84 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainInsn
227 public abstract Insn withAddedCatch(Type type); in withAddedCatch() method in Insn
959 insn = insn.withAddedCatch(Type.OBJECT); in processBlock()