Home | History | Annotate | Download | only in commons

Lines Matching defs:dup2

645      * Generates a DUP2 instruction.
647 public void dup2() {
648 mv.visitInsn(Opcodes.DUP2);