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

Method pop

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

Generates a POP instruction.

()

Source from the content-addressed store, hash-verified

634
635 /** Generates a POP instruction. */
636 public void pop() {
637 mv.visitInsn(Opcodes.POP);
638 }
639
640 /** Generates a POP2 instruction. */
641 public void pop2() {

Callers 3

compileMethod · 0.95
swapMethod · 0.95
boxMethod · 0.95

Calls 1

visitInsnMethod · 0.45

Tested by

no test coverage detected