Searched refs:cloneAnnotations (Results 1 – 25 of 26) sorted by relevance
12
/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/ |
D | InsnNode.java | 71 return new InsnNode(opcode).cloneAnnotations(this); in clone()
|
D | IntInsnNode.java | 77 return new IntInsnNode(opcode, operand).cloneAnnotations(this); in clone()
|
D | VarInsnNode.java | 80 return new VarInsnNode(opcode, var).cloneAnnotations(this); in clone()
|
D | TypeInsnNode.java | 83 return new TypeInsnNode(opcode, desc).cloneAnnotations(this); in clone()
|
D | IincInsnNode.java | 72 return new IincInsnNode(var, incr).cloneAnnotations(this); in clone()
|
D | JumpInsnNode.java | 85 return new JumpInsnNode(opcode, clone(label, clonedLabels)).cloneAnnotations(this); in clone()
|
D | MultiANewArrayInsnNode.java | 72 return new MultiANewArrayInsnNode(desc, dims).cloneAnnotations(this); in clone()
|
D | LdcInsnNode.java | 81 return new LdcInsnNode(cst).cloneAnnotations(this); in clone()
|
D | FieldInsnNode.java | 94 return new FieldInsnNode(opcode, owner, name, desc).cloneAnnotations(this); in clone()
|
D | InvokeDynamicInsnNode.java | 90 return new InvokeDynamicInsnNode(name, desc, bsm, bsmArgs).cloneAnnotations(this); in clone()
|
D | MethodInsnNode.java | 121 return new MethodInsnNode(opcode, owner, name, desc, itf).cloneAnnotations(this); in clone()
|
D | TableSwitchInsnNode.java | 91 .cloneAnnotations(this); in clone()
|
D | LookupSwitchInsnNode.java | 91 return clone.cloneAnnotations(this); in clone()
|
D | AbstractInsnNode.java | 244 protected final AbstractInsnNode cloneAnnotations(final AbstractInsnNode insnNode) { in cloneAnnotations() method in AbstractInsnNode
|
/external/ow2-asm/asm-tree/src/test/resources/ |
D | sigtest-5.0.txt | 117 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
|
D | sigtest-6.0.txt | 134 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
|
D | sigtest-6.1.txt | 179 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
|
D | sigtest-7.3.1.txt | 202 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
|
D | sigtest-7.1.txt | 181 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
|
D | sigtest-7.0.txt | 181 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
|
D | sigtest-7.2.txt | 186 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
|
D | sigtest-9.0.txt | 200 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
|
D | sigtest-9.2.txt | 200 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
|
D | sigtest-8.0.1.txt | 199 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
|
D | sigtest-9.4.txt | 205 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
|
12