public final class org.jruby.ext.ffi.SwappedMemoryIO extends org.jruby.ext.ffi.MemoryIO
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jruby.ext.ffi.SwappedMemoryIO
  super_class: org.jruby.ext.ffi.MemoryIO
{
  protected static final int LONG_SIZE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final int ADDRESS_SIZE;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  private final org.jruby.Ruby runtime;
    descriptor: Lorg/jruby/Ruby;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.ext.ffi.MemoryIO io;
    descriptor: Lorg/jruby/ext/ffi/MemoryIO;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 15
            invokestatic org.jruby.ext.ffi.Platform.getPlatform:()Lorg/jruby/ext/ffi/Platform;
            invokevirtual org.jruby.ext.ffi.Platform.longSize:()I
            putstatic org.jruby.ext.ffi.SwappedMemoryIO.LONG_SIZE:I
         1: .line 16
            invokestatic org.jruby.ext.ffi.Platform.getPlatform:()Lorg/jruby/ext/ffi/Platform;
            invokevirtual org.jruby.ext.ffi.Platform.addressSize:()I
            putstatic org.jruby.ext.ffi.SwappedMemoryIO.ADDRESS_SIZE:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.jruby.Ruby, org.jruby.ext.ffi.MemoryIO);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/ext/ffi/MemoryIO;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.ext.ffi.MemoryIO io
         0: .line 22
            aload 0 /* this */
            aload 2 /* io */
            invokevirtual org.jruby.ext.ffi.MemoryIO.isDirect:()Z
            aload 2 /* io */
            invokevirtual org.jruby.ext.ffi.MemoryIO.address:()J
            invokespecial org.jruby.ext.ffi.MemoryIO.<init>:(ZJ)V
         1: .line 23
            aload 0 /* this */
            aload 1 /* runtime */
            putfield org.jruby.ext.ffi.SwappedMemoryIO.runtime:Lorg/jruby/Ruby;
         2: .line 24
            aload 0 /* this */
            aload 2 /* io */
            putfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
         3: .line 25
            return
        end local 2 // org.jruby.ext.ffi.MemoryIO io
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    4     1  runtime  Lorg/jruby/Ruby;
            0    4     2       io  Lorg/jruby/ext/ffi/MemoryIO;
    MethodParameters:
         Name  Flags
      runtime  
      io       

  public final java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
         0: .line 28
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 29
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            goto 3
      StackMap locals:
      StackMap stack:
         2: getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
         3: .line 28
      StackMap locals:
      StackMap stack: java.nio.ByteOrder
            areturn
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/ext/ffi/SwappedMemoryIO;

  public java.lang.Object array();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
         0: .line 33
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            invokevirtual org.jruby.ext.ffi.MemoryIO.array:()Ljava/lang/Object;
            areturn
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/SwappedMemoryIO;

  public int arrayOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
         0: .line 37
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            invokevirtual org.jruby.ext.ffi.MemoryIO.arrayOffset:()I
            ireturn
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/SwappedMemoryIO;

  public int arrayLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
         0: .line 41
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            invokevirtual org.jruby.ext.ffi.MemoryIO.arrayLength:()I
            ireturn
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/SwappedMemoryIO;

  public org.jruby.ext.ffi.SwappedMemoryIO slice(long);
    descriptor: (J)Lorg/jruby/ext/ffi/SwappedMemoryIO;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
         0: .line 45
            lload 1 /* offset */
            lconst_0
            lcmp
            ifne 1
            aload 0 /* this */
            goto 2
      StackMap locals:
      StackMap stack:
         1: new org.jruby.ext.ffi.SwappedMemoryIO
            dup
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            invokevirtual org.jruby.ext.ffi.MemoryIO.slice:(J)Lorg/jruby/ext/ffi/MemoryIO;
            invokespecial org.jruby.ext.ffi.SwappedMemoryIO.<init>:(Lorg/jruby/Ruby;Lorg/jruby/ext/ffi/MemoryIO;)V
      StackMap locals:
      StackMap stack: org.jruby.ext.ffi.SwappedMemoryIO
         2: areturn
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    3     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public org.jruby.ext.ffi.SwappedMemoryIO slice(long, long);
    descriptor: (JJ)Lorg/jruby/ext/ffi/SwappedMemoryIO;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // long size
         0: .line 49
            new org.jruby.ext.ffi.SwappedMemoryIO
            dup
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            lload 3 /* size */
            invokevirtual org.jruby.ext.ffi.MemoryIO.slice:(JJ)Lorg/jruby/ext/ffi/MemoryIO;
            invokespecial org.jruby.ext.ffi.SwappedMemoryIO.<init>:(Lorg/jruby/Ruby;Lorg/jruby/ext/ffi/MemoryIO;)V
            areturn
        end local 3 // long size
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
            0    1     3    size  J
    MethodParameters:
        Name  Flags
      offset  
      size    

  public org.jruby.ext.ffi.SwappedMemoryIO dup();
    descriptor: ()Lorg/jruby/ext/ffi/SwappedMemoryIO;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
         0: .line 53
            new org.jruby.ext.ffi.SwappedMemoryIO
            dup
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            invokevirtual org.jruby.ext.ffi.MemoryIO.dup:()Lorg/jruby/ext/ffi/MemoryIO;
            invokespecial org.jruby.ext.ffi.SwappedMemoryIO.<init>:(Lorg/jruby/Ruby;Lorg/jruby/ext/ffi/MemoryIO;)V
            areturn
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/SwappedMemoryIO;

  public final java.nio.ByteBuffer asByteBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
         0: .line 57
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            invokevirtual org.jruby.ext.ffi.MemoryIO.asByteBuffer:()Ljava/nio/ByteBuffer;
            aload 0 /* this */
            invokevirtual org.jruby.ext.ffi.SwappedMemoryIO.order:()Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            areturn
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/SwappedMemoryIO;

  org.jruby.Ruby getRuntime();
    descriptor: ()Lorg/jruby/Ruby;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
         0: .line 61
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.runtime:Lorg/jruby/Ruby;
            areturn
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/SwappedMemoryIO;

  public final boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // java.lang.Object obj
         0: .line 66
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpeq 2
            aload 1 /* obj */
            instanceof org.jruby.ext.ffi.SwappedMemoryIO
            ifeq 1
            aload 1 /* obj */
            checkcast org.jruby.ext.ffi.SwappedMemoryIO
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    3     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public final int hashCode();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
         0: .line 71
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/SwappedMemoryIO;

  public final byte getByte(long);
    descriptor: (J)B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
         0: .line 75
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            invokevirtual org.jruby.ext.ffi.MemoryIO.getByte:(J)B
            ireturn
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public final short getShort(long);
    descriptor: (J)S
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
         0: .line 79
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            invokevirtual org.jruby.ext.ffi.MemoryIO.getShort:(J)S
            invokestatic java.lang.Short.reverseBytes:(S)S
            ireturn
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public final int getInt(long);
    descriptor: (J)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
         0: .line 83
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            invokevirtual org.jruby.ext.ffi.MemoryIO.getInt:(J)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            ireturn
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public final long getLong(long);
    descriptor: (J)J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
         0: .line 87
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            invokevirtual org.jruby.ext.ffi.MemoryIO.getLong:(J)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lreturn
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public final long getNativeLong(long);
    descriptor: (J)J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
         0: .line 91
            getstatic org.jruby.ext.ffi.SwappedMemoryIO.LONG_SIZE:I
            bipush 32
            if_icmpne 1
            aload 0 /* this */
            lload 1 /* offset */
            invokevirtual org.jruby.ext.ffi.SwappedMemoryIO.getInt:(J)I
            i2l
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            lload 1 /* offset */
            invokevirtual org.jruby.ext.ffi.SwappedMemoryIO.getLong:(J)J
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    3     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public final float getFloat(long);
    descriptor: (J)F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
         0: .line 95
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            invokevirtual org.jruby.ext.ffi.MemoryIO.getFloat:(J)F
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            freturn
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public final double getDouble(long);
    descriptor: (J)D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
         0: .line 99
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            invokevirtual org.jruby.ext.ffi.MemoryIO.getDouble:(J)D
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public final long getAddress(long);
    descriptor: (J)J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
         0: .line 103
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.runtime:Lorg/jruby/Ruby;
            ldc "cannot get native address values in non-native byte order memory"
            invokevirtual org.jruby.Ruby.newRuntimeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public final org.jruby.ext.ffi.MemoryIO getMemoryIO(long);
    descriptor: (J)Lorg/jruby/ext/ffi/MemoryIO;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
         0: .line 107
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.runtime:Lorg/jruby/Ruby;
            ldc "cannot get native address values in non-native byte order memory"
            invokevirtual org.jruby.Ruby.newRuntimeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public final void putByte(long, byte);
    descriptor: (JB)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // byte value
         0: .line 111
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            iload 3 /* value */
            invokevirtual org.jruby.ext.ffi.MemoryIO.putByte:(JB)V
         1: .line 112
            return
        end local 3 // byte value
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    2     1  offset  J
            0    2     3   value  B
    MethodParameters:
        Name  Flags
      offset  
      value   

  public final void putShort(long, short);
    descriptor: (JS)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // short value
         0: .line 115
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            iload 3 /* value */
            invokestatic java.lang.Short.reverseBytes:(S)S
            invokevirtual org.jruby.ext.ffi.MemoryIO.putShort:(JS)V
         1: .line 116
            return
        end local 3 // short value
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    2     1  offset  J
            0    2     3   value  S
    MethodParameters:
        Name  Flags
      offset  
      value   

  public final void putInt(long, int);
    descriptor: (JI)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // int value
         0: .line 119
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            iload 3 /* value */
            invokestatic java.lang.Integer.reverseBytes:(I)I
            invokevirtual org.jruby.ext.ffi.MemoryIO.putInt:(JI)V
         1: .line 120
            return
        end local 3 // int value
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    2     1  offset  J
            0    2     3   value  I
    MethodParameters:
        Name  Flags
      offset  
      value   

  public final void putLong(long, long);
    descriptor: (JJ)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // long value
         0: .line 123
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            lload 3 /* value */
            invokestatic java.lang.Long.reverseBytes:(J)J
            invokevirtual org.jruby.ext.ffi.MemoryIO.putLong:(JJ)V
         1: .line 124
            return
        end local 3 // long value
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    2     1  offset  J
            0    2     3   value  J
    MethodParameters:
        Name  Flags
      offset  
      value   

  public final void putNativeLong(long, long);
    descriptor: (JJ)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // long value
         0: .line 127
            getstatic org.jruby.ext.ffi.SwappedMemoryIO.LONG_SIZE:I
            bipush 32
            if_icmpne 3
         1: .line 128
            aload 0 /* this */
            lload 1 /* offset */
            lload 3 /* value */
            l2i
            invokevirtual org.jruby.ext.ffi.SwappedMemoryIO.putInt:(JI)V
         2: .line 129
            goto 4
         3: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* offset */
            lload 3 /* value */
            invokevirtual org.jruby.ext.ffi.SwappedMemoryIO.putLong:(JJ)V
         4: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 3 // long value
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    5     1  offset  J
            0    5     3   value  J
    MethodParameters:
        Name  Flags
      offset  
      value   

  public final void putAddress(long, long);
    descriptor: (JJ)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // long value
         0: .line 134
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.runtime:Lorg/jruby/Ruby;
            ldc "cannot write native address values to non-native byte order memory"
            invokevirtual org.jruby.Ruby.newRuntimeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 3 // long value
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
            0    1     3   value  J
    MethodParameters:
        Name  Flags
      offset  
      value   

  public final void putFloat(long, float);
    descriptor: (JF)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // float value
         0: .line 138
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            fload 3 /* value */
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            invokevirtual org.jruby.ext.ffi.MemoryIO.putFloat:(JF)V
         1: .line 139
            return
        end local 3 // float value
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    2     1  offset  J
            0    2     3   value  F
    MethodParameters:
        Name  Flags
      offset  
      value   

  public final void putDouble(long, double);
    descriptor: (JD)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // double value
         0: .line 142
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            dload 3 /* value */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            invokevirtual org.jruby.ext.ffi.MemoryIO.putDouble:(JD)V
         1: .line 143
            return
        end local 3 // double value
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    2     1  offset  J
            0    2     3   value  D
    MethodParameters:
        Name  Flags
      offset  
      value   

  public final void putMemoryIO(long, org.jruby.ext.ffi.MemoryIO);
    descriptor: (JLorg/jruby/ext/ffi/MemoryIO;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // org.jruby.ext.ffi.MemoryIO value
         0: .line 146
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.runtime:Lorg/jruby/Ruby;
            ldc "cannot write native address values to non-native byte order memory"
            invokevirtual org.jruby.Ruby.newRuntimeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 3 // org.jruby.ext.ffi.MemoryIO value
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
            0    1     3   value  Lorg/jruby/ext/ffi/MemoryIO;
    MethodParameters:
        Name  Flags
      offset  
      value   

  public final void get(long, byte[], int, int);
    descriptor: (J[BII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // byte[] dst
        start local 4 // int off
        start local 5 // int len
         0: .line 150
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 3 /* dst */
            iload 4 /* off */
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.get:(J[BII)V
         1: .line 151
            return
        end local 5 // int len
        end local 4 // int off
        end local 3 // byte[] dst
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    2     1  offset  J
            0    2     3     dst  [B
            0    2     4     off  I
            0    2     5     len  I
    MethodParameters:
        Name  Flags
      offset  
      dst     
      off     
      len     

  public final void put(long, byte[], int, int);
    descriptor: (J[BII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // byte[] src
        start local 4 // int off
        start local 5 // int len
         0: .line 154
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 3 /* src */
            iload 4 /* off */
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.put:(J[BII)V
         1: .line 155
            return
        end local 5 // int len
        end local 4 // int off
        end local 3 // byte[] src
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    2     1  offset  J
            0    2     3     src  [B
            0    2     4     off  I
            0    2     5     len  I
    MethodParameters:
        Name  Flags
      offset  
      src     
      off     
      len     

  public final void get(long, short[], int, int);
    descriptor: (J[SII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // short[] dst
        start local 4 // int off
        start local 5 // int len
         0: .line 158
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 3 /* dst */
            iload 4 /* off */
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.get:(J[SII)V
         1: .line 159
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         2: goto 5
         3: .line 160
      StackMap locals: int
      StackMap stack:
            aload 3 /* dst */
            iload 4 /* off */
            iload 6 /* i */
            iadd
            aload 3 /* dst */
            iload 4 /* off */
            iload 6 /* i */
            iadd
            saload
            invokestatic java.lang.Short.reverseBytes:(S)S
            sastore
         4: .line 159
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 6 /* i */
            iload 5 /* len */
            if_icmplt 3
        end local 6 // int i
         6: .line 162
            return
        end local 5 // int len
        end local 4 // int off
        end local 3 // short[] dst
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    7     1  offset  J
            0    7     3     dst  [S
            0    7     4     off  I
            0    7     5     len  I
            2    6     6       i  I
    MethodParameters:
        Name  Flags
      offset  
      dst     
      off     
      len     

  public final void put(long, short[], int, int);
    descriptor: (J[SII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=8, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // short[] src
        start local 4 // int off
        start local 5 // int len
         0: .line 165
            iload 5 /* len */
            newarray 9
            astore 6 /* values */
        start local 6 // short[] values
         1: .line 166
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 5
         3: .line 167
      StackMap locals: short[] int
      StackMap stack:
            aload 6 /* values */
            iload 7 /* i */
            aload 3 /* src */
            iload 4 /* off */
            iload 7 /* i */
            iadd
            saload
            invokestatic java.lang.Short.reverseBytes:(S)S
            sastore
         4: .line 166
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 7 /* i */
            iload 5 /* len */
            if_icmplt 3
        end local 7 // int i
         6: .line 169
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 6 /* values */
            iconst_0
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.put:(J[SII)V
         7: .line 170
            return
        end local 6 // short[] values
        end local 5 // int len
        end local 4 // int off
        end local 3 // short[] src
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    8     1  offset  J
            0    8     3     src  [S
            0    8     4     off  I
            0    8     5     len  I
            1    8     6  values  [S
            2    6     7       i  I
    MethodParameters:
        Name  Flags
      offset  
      src     
      off     
      len     

  public final void get(long, int[], int, int);
    descriptor: (J[III)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // int[] dst
        start local 4 // int off
        start local 5 // int len
         0: .line 173
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 3 /* dst */
            iload 4 /* off */
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.get:(J[III)V
         1: .line 174
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         2: goto 5
         3: .line 175
      StackMap locals: int
      StackMap stack:
            aload 3 /* dst */
            iload 4 /* off */
            iload 6 /* i */
            iadd
            aload 3 /* dst */
            iload 4 /* off */
            iload 6 /* i */
            iadd
            iaload
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         4: .line 174
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 6 /* i */
            iload 5 /* len */
            if_icmplt 3
        end local 6 // int i
         6: .line 177
            return
        end local 5 // int len
        end local 4 // int off
        end local 3 // int[] dst
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    7     1  offset  J
            0    7     3     dst  [I
            0    7     4     off  I
            0    7     5     len  I
            2    6     6       i  I
    MethodParameters:
        Name  Flags
      offset  
      dst     
      off     
      len     

  public final void put(long, int[], int, int);
    descriptor: (J[III)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=8, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // int[] src
        start local 4 // int off
        start local 5 // int len
         0: .line 180
            iload 5 /* len */
            newarray 10
            astore 6 /* values */
        start local 6 // int[] values
         1: .line 181
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 5
         3: .line 182
      StackMap locals: int[] int
      StackMap stack:
            aload 6 /* values */
            iload 7 /* i */
            aload 3 /* src */
            iload 4 /* off */
            iload 7 /* i */
            iadd
            iaload
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         4: .line 181
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 7 /* i */
            iload 5 /* len */
            if_icmplt 3
        end local 7 // int i
         6: .line 184
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 6 /* values */
            iconst_0
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.put:(J[III)V
         7: .line 185
            return
        end local 6 // int[] values
        end local 5 // int len
        end local 4 // int off
        end local 3 // int[] src
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    8     1  offset  J
            0    8     3     src  [I
            0    8     4     off  I
            0    8     5     len  I
            1    8     6  values  [I
            2    6     7       i  I
    MethodParameters:
        Name  Flags
      offset  
      src     
      off     
      len     

  public final void get(long, long[], int, int);
    descriptor: (J[JII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // long[] dst
        start local 4 // int off
        start local 5 // int len
         0: .line 188
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 3 /* dst */
            iload 4 /* off */
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.get:(J[JII)V
         1: .line 189
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         2: goto 5
         3: .line 190
      StackMap locals: int
      StackMap stack:
            aload 3 /* dst */
            iload 4 /* off */
            iload 6 /* i */
            iadd
            aload 3 /* dst */
            iload 4 /* off */
            iload 6 /* i */
            iadd
            laload
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         4: .line 189
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 6 /* i */
            iload 5 /* len */
            if_icmplt 3
        end local 6 // int i
         6: .line 192
            return
        end local 5 // int len
        end local 4 // int off
        end local 3 // long[] dst
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    7     1  offset  J
            0    7     3     dst  [J
            0    7     4     off  I
            0    7     5     len  I
            2    6     6       i  I
    MethodParameters:
        Name  Flags
      offset  
      dst     
      off     
      len     

  public final void put(long, long[], int, int);
    descriptor: (J[JII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=8, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // long[] src
        start local 4 // int off
        start local 5 // int len
         0: .line 195
            iload 5 /* len */
            newarray 11
            astore 6 /* values */
        start local 6 // long[] values
         1: .line 196
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 5
         3: .line 197
      StackMap locals: long[] int
      StackMap stack:
            aload 6 /* values */
            iload 7 /* i */
            aload 3 /* src */
            iload 4 /* off */
            iload 7 /* i */
            iadd
            laload
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         4: .line 196
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 7 /* i */
            iload 5 /* len */
            if_icmplt 3
        end local 7 // int i
         6: .line 199
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 6 /* values */
            iconst_0
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.put:(J[JII)V
         7: .line 200
            return
        end local 6 // long[] values
        end local 5 // int len
        end local 4 // int off
        end local 3 // long[] src
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    8     1  offset  J
            0    8     3     src  [J
            0    8     4     off  I
            0    8     5     len  I
            1    8     6  values  [J
            2    6     7       i  I
    MethodParameters:
        Name  Flags
      offset  
      src     
      off     
      len     

  public final void get(long, float[], int, int);
    descriptor: (J[FII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // float[] dst
        start local 4 // int off
        start local 5 // int len
         0: .line 203
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 3 /* dst */
            iload 4 /* off */
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.get:(J[FII)V
         1: .line 204
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         2: goto 5
         3: .line 205
      StackMap locals: int
      StackMap stack:
            aload 3 /* dst */
            iload 4 /* off */
            iload 6 /* i */
            iadd
            aload 3 /* dst */
            iload 4 /* off */
            iload 6 /* i */
            iadd
            faload
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            fastore
         4: .line 204
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 6 /* i */
            iload 5 /* len */
            if_icmplt 3
        end local 6 // int i
         6: .line 207
            return
        end local 5 // int len
        end local 4 // int off
        end local 3 // float[] dst
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    7     1  offset  J
            0    7     3     dst  [F
            0    7     4     off  I
            0    7     5     len  I
            2    6     6       i  I
    MethodParameters:
        Name  Flags
      offset  
      dst     
      off     
      len     

  public final void put(long, float[], int, int);
    descriptor: (J[FII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=8, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // float[] src
        start local 4 // int off
        start local 5 // int len
         0: .line 210
            iload 5 /* len */
            newarray 10
            astore 6 /* values */
        start local 6 // int[] values
         1: .line 211
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 5
         3: .line 212
      StackMap locals: int[] int
      StackMap stack:
            aload 6 /* values */
            iload 7 /* i */
            aload 3 /* src */
            iload 4 /* off */
            iload 7 /* i */
            iadd
            faload
            invokestatic java.lang.Float.floatToRawIntBits:(F)I
            invokestatic java.lang.Integer.reverseBytes:(I)I
            iastore
         4: .line 211
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 7 /* i */
            iload 5 /* len */
            if_icmplt 3
        end local 7 // int i
         6: .line 214
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 6 /* values */
            iconst_0
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.put:(J[III)V
         7: .line 215
            return
        end local 6 // int[] values
        end local 5 // int len
        end local 4 // int off
        end local 3 // float[] src
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    8     1  offset  J
            0    8     3     src  [F
            0    8     4     off  I
            0    8     5     len  I
            1    8     6  values  [I
            2    6     7       i  I
    MethodParameters:
        Name  Flags
      offset  
      src     
      off     
      len     

  public final void get(long, double[], int, int);
    descriptor: (J[DII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // double[] dst
        start local 4 // int off
        start local 5 // int len
         0: .line 218
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 3 /* dst */
            iload 4 /* off */
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.get:(J[DII)V
         1: .line 219
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         2: goto 5
         3: .line 220
      StackMap locals: int
      StackMap stack:
            aload 3 /* dst */
            iload 4 /* off */
            iload 6 /* i */
            iadd
            aload 3 /* dst */
            iload 4 /* off */
            iload 6 /* i */
            iadd
            daload
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dastore
         4: .line 219
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 6 /* i */
            iload 5 /* len */
            if_icmplt 3
        end local 6 // int i
         6: .line 222
            return
        end local 5 // int len
        end local 4 // int off
        end local 3 // double[] dst
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    7     1  offset  J
            0    7     3     dst  [D
            0    7     4     off  I
            0    7     5     len  I
            2    6     6       i  I
    MethodParameters:
        Name  Flags
      offset  
      dst     
      off     
      len     

  public final void put(long, double[], int, int);
    descriptor: (J[DII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=8, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // double[] src
        start local 4 // int off
        start local 5 // int len
         0: .line 225
            iload 5 /* len */
            newarray 11
            astore 6 /* values */
        start local 6 // long[] values
         1: .line 226
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         2: goto 5
         3: .line 227
      StackMap locals: long[] int
      StackMap stack:
            aload 6 /* values */
            iload 7 /* i */
            aload 3 /* src */
            iload 4 /* off */
            iload 7 /* i */
            iadd
            daload
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic java.lang.Long.reverseBytes:(J)J
            lastore
         4: .line 226
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 7 /* i */
            iload 5 /* len */
            if_icmplt 3
        end local 7 // int i
         6: .line 229
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 6 /* values */
            iconst_0
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.put:(J[JII)V
         7: .line 230
            return
        end local 6 // long[] values
        end local 5 // int len
        end local 4 // int off
        end local 3 // double[] src
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    8     1  offset  J
            0    8     3     src  [D
            0    8     4     off  I
            0    8     5     len  I
            1    8     6  values  [J
            2    6     7       i  I
    MethodParameters:
        Name  Flags
      offset  
      src     
      off     
      len     

  public final int indexOf(long, byte);
    descriptor: (JB)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // byte value
         0: .line 233
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            iload 3 /* value */
            invokevirtual org.jruby.ext.ffi.MemoryIO.indexOf:(JB)I
            ireturn
        end local 3 // byte value
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
            0    1     3   value  B
    MethodParameters:
        Name  Flags
      offset  
      value   

  public final int indexOf(long, byte, int);
    descriptor: (JBI)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // byte value
        start local 4 // int maxlen
         0: .line 237
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            iload 3 /* value */
            iload 4 /* maxlen */
            invokevirtual org.jruby.ext.ffi.MemoryIO.indexOf:(JBI)I
            ireturn
        end local 4 // int maxlen
        end local 3 // byte value
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
            0    1     3   value  B
            0    1     4  maxlen  I
    MethodParameters:
        Name  Flags
      offset  
      value   
      maxlen  

  public final void setMemory(long, long, byte);
    descriptor: (JJB)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // long size
        start local 5 // byte value
         0: .line 241
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            lload 3 /* size */
            iload 5 /* value */
            invokevirtual org.jruby.ext.ffi.MemoryIO.setMemory:(JJB)V
         1: .line 242
            return
        end local 5 // byte value
        end local 3 // long size
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    2     1  offset  J
            0    2     3    size  J
            0    2     5   value  B
    MethodParameters:
        Name  Flags
      offset  
      size    
      value   

  public final byte[] getZeroTerminatedByteArray(long);
    descriptor: (J)[B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
         0: .line 245
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            invokevirtual org.jruby.ext.ffi.MemoryIO.getZeroTerminatedByteArray:(J)[B
            areturn
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  public final byte[] getZeroTerminatedByteArray(long, int);
    descriptor: (JI)[B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // int maxlen
         0: .line 249
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            iload 3 /* maxlen */
            invokevirtual org.jruby.ext.ffi.MemoryIO.getZeroTerminatedByteArray:(JI)[B
            areturn
        end local 3 // int maxlen
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    1     1  offset  J
            0    1     3  maxlen  I
    MethodParameters:
        Name  Flags
      offset  
      maxlen  

  public void putZeroTerminatedByteArray(long, byte[], int, int);
    descriptor: (J[BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
        start local 1 // long offset
        start local 3 // byte[] bytes
        start local 4 // int off
        start local 5 // int len
         0: .line 253
            aload 0 /* this */
            getfield org.jruby.ext.ffi.SwappedMemoryIO.io:Lorg/jruby/ext/ffi/MemoryIO;
            lload 1 /* offset */
            aload 3 /* bytes */
            iload 4 /* off */
            iload 5 /* len */
            invokevirtual org.jruby.ext.ffi.MemoryIO.putZeroTerminatedByteArray:(J[BII)V
         1: .line 254
            return
        end local 5 // int len
        end local 4 // int off
        end local 3 // byte[] bytes
        end local 1 // long offset
        end local 0 // org.jruby.ext.ffi.SwappedMemoryIO this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/ffi/SwappedMemoryIO;
            0    2     1  offset  J
            0    2     3   bytes  [B
            0    2     4     off  I
            0    2     5     len  I
    MethodParameters:
        Name  Flags
      offset  
      bytes   
      off     
      len     

  public org.jruby.ext.ffi.MemoryIO slice(long, long);
    descriptor: (JJ)Lorg/jruby/ext/ffi/MemoryIO;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=3
         0: .line 1
            aload 0
            lload 1
            lload 3
            invokevirtual org.jruby.ext.ffi.SwappedMemoryIO.slice:(JJ)Lorg/jruby/ext/ffi/SwappedMemoryIO;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jruby.ext.ffi.MemoryIO slice(long);
    descriptor: (J)Lorg/jruby/ext/ffi/MemoryIO;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual org.jruby.ext.ffi.SwappedMemoryIO.slice:(J)Lorg/jruby/ext/ffi/SwappedMemoryIO;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.jruby.ext.ffi.MemoryIO dup();
    descriptor: ()Lorg/jruby/ext/ffi/MemoryIO;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.jruby.ext.ffi.SwappedMemoryIO.dup:()Lorg/jruby/ext/ffi/SwappedMemoryIO;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SwappedMemoryIO.java"