MCPcopy Index your code
hub / github.com/antlr/codebuff / load_str

Method load_str

output/java/1.4.17/Interpreter.java:490–494  ·  view source on GitHub ↗
(ST self, int ip)

Source from the content-addressed store, hash-verified

488 }
489
490 void load_str(ST self, int ip) {
491 int strIndex = getShort(self.impl.instrs, ip);
492 ip += Bytecode.OPND_SIZE_IN_BYTES;
493 operands[++sp] = self.impl.strings[strIndex];
494 }
495
496 // TODO: refactor to remove dup'd code
497

Callers 1

_execMethod · 0.95

Calls 1

getShortMethod · 0.95

Tested by

no test coverage detected