Searched refs:newInsn (Results 1 – 2 of 2) sorted by relevance
556 TypeInsnNode newInsn = new TypeInsnNode(Opcodes.NEW, internalName); in attemptAllocationBeforeArgumentLoads() local559 instructions.insert(newInsn); in attemptAllocationBeforeArgumentLoads()561 instructions.insert(insn, newInsn); in attemptAllocationBeforeArgumentLoads()563 instructions.insert(newInsn, new InsnNode(Opcodes.DUP)); in attemptAllocationBeforeArgumentLoads()
979 val newInsn = TypeInsnNode(NEW, descToName(jucaAtomicArrayDesc)) in putJucaAtomicArray() constant980 instructions.insert(initStart.previous, newInsn) in putJucaAtomicArray()981 instructions.insert(newInsn, InsnNode(DUP)) in putJucaAtomicArray()