MCPcopy Index your code
hub / github.com/clojure/clojure / dup2X2

Method dup2X2

src/jvm/clojure/asm/commons/GeneratorAdapter.java:671–673  ·  view source on GitHub ↗

Generates a DUP2_X2 instruction.

()

Source from the content-addressed store, hash-verified

669
670 /** Generates a DUP2_X2 instruction. */
671 public void dup2X2() {
672 mv.visitInsn(Opcodes.DUP2_X2);
673 }
674
675 /** Generates a SWAP instruction. */
676 public void swap() {

Callers 1

swapMethod · 0.95

Calls 1

visitInsnMethod · 0.45

Tested by

no test coverage detected