Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ addInstr
Method
addInstr
src/main/java/org/dynjs/ir/representations/BasicBlock.java:60–62 ·
view source on GitHub ↗
(Instruction i)
Source
from the content-addressed store, hash-verified
58
}
59
60
public
void
addInstr(Instruction i) {
61
instructions.add(i);
62
}
63
64
public
List<Instruction> getInstructions() {
65
return
instructions;
Callers
3
fixupList
Method · 0.95
build
Method · 0.95
addJumpIfNextNotDestination
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected