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