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

Method dup

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

Generates a DUP instruction.

()

Source from the content-addressed store, hash-verified

644
645 /** Generates a DUP instruction. */
646 public void dup() {
647 mv.visitInsn(Opcodes.DUP);
648 }
649
650 /** Generates a DUP2 instruction. */
651 public void dup2() {

Callers 15

compileMethod · 0.95
loadArgArrayMethod · 0.95
throwExceptionMethod · 0.95
emitMethod · 0.80
emitAssignMethod · 0.80
maybeEmitFIAdapterMethod · 0.80
emitArgsAsArrayMethod · 0.80
emitMethod · 0.80
doEmitMethod · 0.80
emitMethod · 0.80
emitProtoMethod · 0.80
emitKeywordCallsitesMethod · 0.80

Calls 1

visitInsnMethod · 0.45

Tested by

no test coverage detected