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

Method load_str

output/java8/1.4.13/Interpreter.java:444–448  ·  view source on GitHub ↗
(ST self, int ip)

Source from the content-addressed store, hash-verified

442 }
443
444 void load_str(ST self, int ip) {
445 int strIndex = getShort(self.impl.instrs, ip);
446 ip += Bytecode.OPND_SIZE_IN_BYTES;
447 operands[++sp] = self.impl.strings[strIndex];
448 }
449
450 // TODO: refactor to remove dup'd code
451

Callers

nothing calls this directly

Calls 1

getShortMethod · 0.95

Tested by

no test coverage detected