@Override
 @ForceInline
 public short readShort(long offset) {
   return memory.readShort(address + translate(offset));
 }