Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ pop2
Method
pop2
src/jvm/clojure/asm/commons/GeneratorAdapter.java:641–643 ·
view source on GitHub ↗
Generates a POP2 instruction.
()
Source
from the content-addressed store, hash-verified
639
640
/** Generates a POP2 instruction. */
641
public
void
pop2() {
642
mv.visitInsn(Opcodes.POP2);
643
}
644
645
/** Generates a DUP instruction. */
646
public
void
dup() {
Callers
4
swap
Method · 0.95
emit
Method · 0.80
emit
Method · 0.80
emit
Method · 0.80
Calls
1
visitInsn
Method · 0.45
Tested by
no test coverage detected