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