Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ dup2X1
Method
dup2X1
src/jvm/clojure/asm/commons/GeneratorAdapter.java:666–668 ·
view source on GitHub ↗
Generates a DUP2_X1 instruction.
()
Source
from the content-addressed store, hash-verified
664
665
/** Generates a DUP2_X1 instruction. */
666
public
void
dup2X1() {
667
mv.visitInsn(Opcodes.DUP2_X1);
668
}
669
670
/** Generates a DUP2_X2 instruction. */
671
public
void
dup2X2() {
Callers
1
swap
Method · 0.95
Calls
1
visitInsn
Method · 0.45
Tested by
no test coverage detected