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

Method pop2

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

Generates a POP2 instruction.

()

Source from the content-addressed store, hash-verified

639
640 /** Generates a POP2 instruction. */
641 public void pop2() {
642 mv.visitInsn(Opcodes.POP2);
643 }
644
645 /** Generates a DUP instruction. */
646 public void dup() {

Callers 4

swapMethod · 0.95
emitMethod · 0.80
emitMethod · 0.80
emitMethod · 0.80

Calls 1

visitInsnMethod · 0.45

Tested by

no test coverage detected