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

Method load_str

output/java/1.4.12/Interpreter.java:482–486  ·  view source on GitHub ↗
(ST self, int ip)

Source from the content-addressed store, hash-verified

480 }
481
482 void load_str(ST self, int ip) {
483 int strIndex = getShort(self.impl.instrs, ip);
484 ip += Bytecode.OPND_SIZE_IN_BYTES;
485 operands[++sp] = self.impl.strings[strIndex];
486 }
487
488 // TODO: refactor to remove dup'd code
489

Callers

nothing calls this directly

Calls 1

getShortMethod · 0.95

Tested by

no test coverage detected