Exemplo n.º 1
0
 @Override
 @ForceInline
 public long readLong(long offset) {
   return memory.readLong(address + translate(offset));
 }