Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
compile
Method · 0.95
loadArgArray
Method · 0.95
throwException
Method · 0.95
emit
Method · 0.80
emitAssign
Method · 0.80
maybeEmitFIAdapter
Method · 0.80
emitArgsAsArray
Method · 0.80
emit
Method · 0.80
doEmit
Method · 0.80
emit
Method · 0.80
emitProto
Method · 0.80
emitKeywordCallsites
Method · 0.80
Calls
1
visitInsn
Method · 0.45
Tested by
no test coverage detected