MCPcopy Create free account
hub / github.com/antlr/codebuff / load_str

Method load_str

output/java8/1.4.15/Interpreter.java:452–456  ·  view source on GitHub ↗
(ST self, int ip)

Source from the content-addressed store, hash-verified

450 }
451
452 void load_str(ST self, int ip) {
453 int strIndex = getShort(self.impl.instrs, ip);
454 ip += Bytecode.OPND_SIZE_IN_BYTES;
455 operands[++sp] = self.impl.strings[strIndex];
456 }
457
458 // TODO: refactor to remove dup'd code
459

Callers

nothing calls this directly

Calls 1

getShortMethod · 0.95

Tested by

no test coverage detected