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

Method load_str

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getShortMethod · 0.95

Tested by

no test coverage detected