57585960616263
} } @Override public InterpreterContext allocateInterpreterContext(Instr[] instructionList) { return new BeginEndInterpreterContext(this, instructionList); }
31323334353637
this.tlbScope = tlbScope; } @Override public InterpreterContext allocateInterpreterContext(Instr[] instructionList) { return new BeginEndInterpreterContext(this, instructionList); }