final class org.jruby.ext.ffi.StructLayout$MappedFieldIO implements org.jruby.ext.ffi.StructLayout$FieldIO
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.ext.ffi.StructLayout$MappedFieldIO
  super_class: java.lang.Object
{
  private final org.jruby.ext.ffi.StructLayout$FieldIO nativeFieldIO;
    descriptor: Lorg/jruby/ext/ffi/StructLayout$FieldIO;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(org.jruby.ext.ffi.MappedType, org.jruby.ext.ffi.StructLayout$FieldIO);
    descriptor: (Lorg/jruby/ext/ffi/MappedType;Lorg/jruby/ext/ffi/StructLayout$FieldIO;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.StructLayout$MappedFieldIO this
        start local 1 // org.jruby.ext.ffi.MappedType mappedType
        start local 2 // org.jruby.ext.ffi.StructLayout$FieldIO nativeFieldIO
         0: .line 1435
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1436
            aload 0 /* this */
            aload 2 /* nativeFieldIO */
            putfield org.jruby.ext.ffi.StructLayout$MappedFieldIO.nativeFieldIO:Lorg/jruby/ext/ffi/StructLayout$FieldIO;
         2: .line 1437
            aload 0 /* this */
            aload 1 /* mappedType */
            putfield org.jruby.ext.ffi.StructLayout$MappedFieldIO.mappedType:Lorg/jruby/ext/ffi/MappedType;
         3: .line 1438
            return
        end local 2 // org.jruby.ext.ffi.StructLayout$FieldIO nativeFieldIO
        end local 1 // org.jruby.ext.ffi.MappedType mappedType
        end local 0 // org.jruby.ext.ffi.StructLayout$MappedFieldIO this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/jruby/ext/ffi/StructLayout$MappedFieldIO;
            0    4     1     mappedType  Lorg/jruby/ext/ffi/MappedType;
            0    4     2  nativeFieldIO  Lorg/jruby/ext/ffi/StructLayout$FieldIO;
    MethodParameters:
               Name  Flags
      mappedType     
      nativeFieldIO  

  public final boolean isCacheable();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.StructLayout$MappedFieldIO this
         0: .line 1444
            iconst_0
            ireturn
        end local 0 // org.jruby.ext.ffi.StructLayout$MappedFieldIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/StructLayout$MappedFieldIO;

  public final boolean isValueReferenceNeeded();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.StructLayout$MappedFieldIO this
         0: .line 1448
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout$MappedFieldIO.nativeFieldIO:Lorg/jruby/ext/ffi/StructLayout$FieldIO;
            invokeinterface org.jruby.ext.ffi.StructLayout$FieldIO.isValueReferenceNeeded:()Z
            ifne 1
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout$MappedFieldIO.mappedType:Lorg/jruby/ext/ffi/MappedType;
            invokevirtual org.jruby.ext.ffi.MappedType.isReferenceRequired:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.jruby.ext.ffi.StructLayout$MappedFieldIO this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ext/ffi/StructLayout$MappedFieldIO;

  public final org.jruby.runtime.builtin.IRubyObject get(org.jruby.runtime.ThreadContext, org.jruby.ext.ffi.StructLayout$Storage, org.jruby.ext.ffi.StructLayout$Member, org.jruby.ext.ffi.AbstractMemory);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/StructLayout$Storage;Lorg/jruby/ext/ffi/StructLayout$Member;Lorg/jruby/ext/ffi/AbstractMemory;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.jruby.ext.ffi.StructLayout$MappedFieldIO this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ext.ffi.StructLayout$Storage cache
        start local 3 // org.jruby.ext.ffi.StructLayout$Member m
        start local 4 // org.jruby.ext.ffi.AbstractMemory ptr
         0: .line 1452
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout$MappedFieldIO.mappedType:Lorg/jruby/ext/ffi/MappedType;
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout$MappedFieldIO.nativeFieldIO:Lorg/jruby/ext/ffi/StructLayout$FieldIO;
            aload 1 /* context */
            getstatic org.jruby.ext.ffi.StructLayout.nullStorage:Lorg/jruby/ext/ffi/StructLayout$Storage;
            aload 3 /* m */
            aload 4 /* ptr */
            invokeinterface org.jruby.ext.ffi.StructLayout$FieldIO.get:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/StructLayout$Storage;Lorg/jruby/ext/ffi/StructLayout$Member;Lorg/jruby/ext/ffi/AbstractMemory;)Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.ext.ffi.MappedType.fromNative:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.ext.ffi.AbstractMemory ptr
        end local 3 // org.jruby.ext.ffi.StructLayout$Member m
        end local 2 // org.jruby.ext.ffi.StructLayout$Storage cache
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout$MappedFieldIO this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/ffi/StructLayout$MappedFieldIO;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    cache  Lorg/jruby/ext/ffi/StructLayout$Storage;
            0    1     3        m  Lorg/jruby/ext/ffi/StructLayout$Member;
            0    1     4      ptr  Lorg/jruby/ext/ffi/AbstractMemory;
    MethodParameters:
         Name  Flags
      context  
      cache    
      m        
      ptr      

  public void put(org.jruby.runtime.ThreadContext, org.jruby.ext.ffi.StructLayout$Storage, org.jruby.ext.ffi.StructLayout$Member, org.jruby.ext.ffi.AbstractMemory, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/StructLayout$Storage;Lorg/jruby/ext/ffi/StructLayout$Member;Lorg/jruby/ext/ffi/AbstractMemory;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // org.jruby.ext.ffi.StructLayout$MappedFieldIO this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ext.ffi.StructLayout$Storage cache
        start local 3 // org.jruby.ext.ffi.StructLayout$Member m
        start local 4 // org.jruby.ext.ffi.AbstractMemory ptr
        start local 5 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 1456
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout$MappedFieldIO.mappedType:Lorg/jruby/ext/ffi/MappedType;
            aload 1 /* context */
            aload 5 /* value */
            invokevirtual org.jruby.ext.ffi.MappedType.toNative:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* nativeValue */
        start local 6 // org.jruby.runtime.builtin.IRubyObject nativeValue
         1: .line 1457
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout$MappedFieldIO.nativeFieldIO:Lorg/jruby/ext/ffi/StructLayout$FieldIO;
            aload 1 /* context */
            aload 2 /* cache */
            aload 3 /* m */
            aload 4 /* ptr */
            aload 6 /* nativeValue */
            invokeinterface org.jruby.ext.ffi.StructLayout$FieldIO.put:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/StructLayout$Storage;Lorg/jruby/ext/ffi/StructLayout$Member;Lorg/jruby/ext/ffi/AbstractMemory;Lorg/jruby/runtime/builtin/IRubyObject;)V
         2: .line 1459
            aload 0 /* this */
            invokevirtual org.jruby.ext.ffi.StructLayout$MappedFieldIO.isValueReferenceNeeded:()Z
            ifeq 4
         3: .line 1462
            aload 2 /* cache */
            aload 3 /* m */
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* value */
            aastore
            dup
            iconst_1
            aload 6 /* nativeValue */
            aastore
            invokeinterface org.jruby.ext.ffi.StructLayout$Storage.putReference:(Lorg/jruby/ext/ffi/StructLayout$Member;Ljava/lang/Object;)V
         4: .line 1464
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            return
        end local 6 // org.jruby.runtime.builtin.IRubyObject nativeValue
        end local 5 // org.jruby.runtime.builtin.IRubyObject value
        end local 4 // org.jruby.ext.ffi.AbstractMemory ptr
        end local 3 // org.jruby.ext.ffi.StructLayout$Member m
        end local 2 // org.jruby.ext.ffi.StructLayout$Storage cache
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout$MappedFieldIO this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/jruby/ext/ffi/StructLayout$MappedFieldIO;
            0    5     1      context  Lorg/jruby/runtime/ThreadContext;
            0    5     2        cache  Lorg/jruby/ext/ffi/StructLayout$Storage;
            0    5     3            m  Lorg/jruby/ext/ffi/StructLayout$Member;
            0    5     4          ptr  Lorg/jruby/ext/ffi/AbstractMemory;
            0    5     5        value  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     6  nativeValue  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      cache    
      m        
      ptr      
      value    
}
SourceFile: "StructLayout.java"
NestHost: org.jruby.ext.ffi.StructLayout
InnerClasses:
  abstract FieldIO = org.jruby.ext.ffi.StructLayout$FieldIO of org.jruby.ext.ffi.StructLayout
  final MappedFieldIO = org.jruby.ext.ffi.StructLayout$MappedFieldIO of org.jruby.ext.ffi.StructLayout
  public final Member = org.jruby.ext.ffi.StructLayout$Member of org.jruby.ext.ffi.StructLayout
  public abstract Storage = org.jruby.ext.ffi.StructLayout$Storage of org.jruby.ext.ffi.StructLayout