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