Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ swap
Method
swap
src/jvm/clojure/asm/commons/GeneratorAdapter.java:676–678 ·
view source on GitHub ↗
Generates a SWAP instruction.
()
Source
from the content-addressed store, hash-verified
674
675
/** Generates a SWAP instruction. */
676
public
void
swap() {
677
mv.visitInsn(Opcodes.SWAP);
678
}
679
680
/**
681
* Generates the instructions to swap the top two stack values.
Callers
1
box
Method · 0.95
Calls
7
dupX2
Method · 0.95
pop
Method · 0.95
dup2X1
Method · 0.95
pop2
Method · 0.95
dup2X2
Method · 0.95
getSize
Method · 0.80
visitInsn
Method · 0.45
Tested by
no test coverage detected