MCPcopy 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

fixupListMethod · 0.95
buildMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected