Home
last modified time | relevance | path

Searched refs:cloneAnnotations (Results 1 – 25 of 26) sorted by relevance

12

/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
DInsnNode.java71 return new InsnNode(opcode).cloneAnnotations(this); in clone()
DIntInsnNode.java77 return new IntInsnNode(opcode, operand).cloneAnnotations(this); in clone()
DVarInsnNode.java80 return new VarInsnNode(opcode, var).cloneAnnotations(this); in clone()
DTypeInsnNode.java83 return new TypeInsnNode(opcode, desc).cloneAnnotations(this); in clone()
DIincInsnNode.java72 return new IincInsnNode(var, incr).cloneAnnotations(this); in clone()
DJumpInsnNode.java85 return new JumpInsnNode(opcode, clone(label, clonedLabels)).cloneAnnotations(this); in clone()
DMultiANewArrayInsnNode.java72 return new MultiANewArrayInsnNode(desc, dims).cloneAnnotations(this); in clone()
DLdcInsnNode.java81 return new LdcInsnNode(cst).cloneAnnotations(this); in clone()
DFieldInsnNode.java94 return new FieldInsnNode(opcode, owner, name, desc).cloneAnnotations(this); in clone()
DInvokeDynamicInsnNode.java90 return new InvokeDynamicInsnNode(name, desc, bsm, bsmArgs).cloneAnnotations(this); in clone()
DMethodInsnNode.java121 return new MethodInsnNode(opcode, owner, name, desc, itf).cloneAnnotations(this); in clone()
DTableSwitchInsnNode.java91 .cloneAnnotations(this); in clone()
DLookupSwitchInsnNode.java91 return clone.cloneAnnotations(this); in clone()
DAbstractInsnNode.java244 protected final AbstractInsnNode cloneAnnotations(final AbstractInsnNode insnNode) { in cloneAnnotations() method in AbstractInsnNode
/external/ow2-asm/asm-tree/src/test/resources/
Dsigtest-5.0.txt117 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
Dsigtest-6.0.txt134 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
Dsigtest-6.1.txt179 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
Dsigtest-7.3.1.txt202 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
Dsigtest-7.1.txt181 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
Dsigtest-7.0.txt181 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
Dsigtest-7.2.txt186 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
Dsigtest-9.0.txt200 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
Dsigtest-9.2.txt200 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
Dsigtest-8.0.1.txt199 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…
Dsigtest-9.4.txt205 meth protected final org.objectweb.asm.tree.AbstractInsnNode cloneAnnotations(org.objectweb.asm.tre…

12