Searched refs:withAddedCatch (Results 1 – 15 of 15) sorted by relevance
63 public Insn withAddedCatch(Type type) { in withAddedCatch() method in PlainCstInsn
76 public Insn withAddedCatch(Type type) { in withAddedCatch() method in SwitchInsn
95 public Insn withAddedCatch(Type type) { in withAddedCatch() method in FillArrayDataInsn
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
225 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
957 insn = insn.withAddedCatch(Type.OBJECT); in processBlock()