public final class org.jruby.ext.ffi.StructLayout extends org.jruby.ext.ffi.Type
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jruby.ext.ffi.StructLayout
  super_class: org.jruby.ext.ffi.Type
{
  static final org.jruby.ext.ffi.StructLayout$Storage nullStorage;
    descriptor: Lorg/jruby/ext/ffi/StructLayout$Storage;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final java.lang.String CLASS_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "StructLayout"

  private final org.jruby.ext.ffi.StructLayout$Member[] identityLookupTable;
    descriptor: [Lorg/jruby/ext/ffi/StructLayout$Member;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<org.jruby.runtime.builtin.IRubyObject, org.jruby.ext.ffi.StructLayout$Member> memberMap;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ext/ffi/StructLayout$Member;>;

  private final java.util.List<org.jruby.runtime.builtin.IRubyObject> fieldNames;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/jruby/runtime/builtin/IRubyObject;>;

  private final java.util.List<org.jruby.ext.ffi.StructLayout$Field> fields;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/jruby/ext/ffi/StructLayout$Field;>;

  private final java.util.Collection<org.jruby.ext.ffi.StructLayout$Member> members;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lorg/jruby/ext/ffi/StructLayout$Member;>;

  private final int cacheableFieldCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int referenceFieldCount;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isUnion;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 69
            new org.jruby.ext.ffi.StructLayout$NullStorage
            dup
            invokespecial org.jruby.ext.ffi.StructLayout$NullStorage.<init>:()V
            putstatic org.jruby.ext.ffi.StructLayout.nullStorage:Lorg/jruby/ext/ffi/StructLayout$Storage;
         1: .line 72
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.jruby.RubyClass createStructLayoutClass(org.jruby.Ruby, org.jruby.RubyModule);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=11, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyModule module
         0: .line 102
            aload 0 /* runtime */
            ldc "StructLayout"
            aload 1 /* module */
            ldc "Type"
            invokevirtual org.jruby.RubyModule.getClass:(Ljava/lang/String;)Lorg/jruby/RubyClass;
         1: .line 103
            getstatic org.jruby.runtime.ObjectAllocator.NOT_ALLOCATABLE_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
            aload 1 /* module */
         2: .line 102
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            astore 2 /* layoutClass */
        start local 2 // org.jruby.RubyClass layoutClass
         3: .line 104
            aload 2 /* layoutClass */
            ldc Lorg/jruby/ext/ffi/StructLayout;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         4: .line 105
            aload 2 /* layoutClass */
            ldc Lorg/jruby/ext/ffi/StructLayout;
            invokevirtual org.jruby.RubyClass.defineAnnotatedConstants:(Ljava/lang/Class;)V
         5: .line 106
            aload 2 /* layoutClass */
            ldc Lorg/jruby/ext/ffi/StructLayout;
            invokevirtual org.jruby.RubyClass.setReifiedClass:(Ljava/lang/Class;)V
         6: .line 108
            aload 1 /* module */
            ldc "Struct"
            invokevirtual org.jruby.RubyModule.getClass:(Ljava/lang/String;)Lorg/jruby/RubyClass;
            ldc "InlineArray"
         7: .line 109
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getObject:()Lorg/jruby/RubyClass;
            getstatic org.jruby.runtime.ObjectAllocator.NOT_ALLOCATABLE_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
         8: .line 108
            invokevirtual org.jruby.RubyClass.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;)Lorg/jruby/RubyClass;
            astore 3 /* inlineArrayClass */
        start local 3 // org.jruby.RubyClass inlineArrayClass
         9: .line 111
            aload 0 /* runtime */
            ldc "ArrayProxy"
            aload 3 /* inlineArrayClass */
        10: .line 112
            getstatic org.jruby.runtime.ObjectAllocator.NOT_ALLOCATABLE_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
            aload 2 /* layoutClass */
        11: .line 111
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            astore 4 /* arrayClass */
        start local 4 // org.jruby.RubyClass arrayClass
        12: .line 113
            aload 4 /* arrayClass */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getEnumerable:()Lorg/jruby/RubyModule;
            invokevirtual org.jruby.RubyClass.includeModule:(Lorg/jruby/runtime/builtin/IRubyObject;)V
        13: .line 114
            aload 4 /* arrayClass */
            ldc Lorg/jruby/ext/ffi/StructLayout$ArrayProxy;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
        14: .line 116
            aload 0 /* runtime */
            ldc "CharArrayProxy"
            aload 4 /* arrayClass */
        15: .line 117
            getstatic org.jruby.runtime.ObjectAllocator.NOT_ALLOCATABLE_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
            aload 2 /* layoutClass */
        16: .line 116
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            astore 5 /* charArrayClass */
        start local 5 // org.jruby.RubyClass charArrayClass
        17: .line 118
            aload 5 /* charArrayClass */
            ldc Lorg/jruby/ext/ffi/StructLayout$CharArrayProxy;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
        18: .line 120
            aload 0 /* runtime */
            ldc "Field"
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getObject:()Lorg/jruby/RubyClass;
        19: .line 121
            getstatic org.jruby.ext.ffi.StructLayout$FieldAllocator.INSTANCE:Lorg/jruby/runtime/ObjectAllocator;
            aload 2 /* layoutClass */
        20: .line 120
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            astore 6 /* fieldClass */
        start local 6 // org.jruby.RubyClass fieldClass
        21: .line 122
            aload 6 /* fieldClass */
            ldc Lorg/jruby/ext/ffi/StructLayout$Field;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
        22: .line 124
            aload 0 /* runtime */
            ldc "Number"
            aload 6 /* fieldClass */
        23: .line 125
            getstatic org.jruby.ext.ffi.StructLayout$NumberFieldAllocator.INSTANCE:Lorg/jruby/runtime/ObjectAllocator;
            aload 2 /* layoutClass */
        24: .line 124
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            pop
        25: .line 127
            aload 0 /* runtime */
            ldc "Enum"
            aload 6 /* fieldClass */
        26: .line 128
            getstatic org.jruby.ext.ffi.StructLayout$EnumFieldAllocator.INSTANCE:Lorg/jruby/runtime/ObjectAllocator;
            aload 2 /* layoutClass */
        27: .line 127
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            pop
        28: .line 130
            aload 0 /* runtime */
            ldc "String"
            aload 6 /* fieldClass */
        29: .line 131
            getstatic org.jruby.ext.ffi.StructLayout$StringFieldAllocator.INSTANCE:Lorg/jruby/runtime/ObjectAllocator;
            aload 2 /* layoutClass */
        30: .line 130
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            pop
        31: .line 133
            aload 0 /* runtime */
            ldc "Pointer"
            aload 6 /* fieldClass */
        32: .line 134
            getstatic org.jruby.ext.ffi.StructLayout$PointerFieldAllocator.INSTANCE:Lorg/jruby/runtime/ObjectAllocator;
            aload 2 /* layoutClass */
        33: .line 133
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            pop
        34: .line 136
            aload 0 /* runtime */
            ldc "Function"
            aload 6 /* fieldClass */
        35: .line 137
            getstatic org.jruby.ext.ffi.StructLayout$FunctionFieldAllocator.INSTANCE:Lorg/jruby/runtime/ObjectAllocator;
            aload 2 /* layoutClass */
        36: .line 136
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            astore 7 /* functionFieldClass */
        start local 7 // org.jruby.RubyClass functionFieldClass
        37: .line 138
            aload 7 /* functionFieldClass */
            ldc Lorg/jruby/ext/ffi/StructLayout$FunctionField;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
        38: .line 140
            aload 0 /* runtime */
            ldc "InnerStruct"
            aload 6 /* fieldClass */
        39: .line 141
            getstatic org.jruby.ext.ffi.StructLayout$InnerStructFieldAllocator.INSTANCE:Lorg/jruby/runtime/ObjectAllocator;
            aload 2 /* layoutClass */
        40: .line 140
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            astore 8 /* innerStructFieldClass */
        start local 8 // org.jruby.RubyClass innerStructFieldClass
        41: .line 142
            aload 8 /* innerStructFieldClass */
            ldc Lorg/jruby/ext/ffi/StructLayout$InnerStructField;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
        42: .line 144
            aload 0 /* runtime */
            ldc "Array"
            aload 6 /* fieldClass */
        43: .line 145
            getstatic org.jruby.ext.ffi.StructLayout$ArrayFieldAllocator.INSTANCE:Lorg/jruby/runtime/ObjectAllocator;
            aload 2 /* layoutClass */
        44: .line 144
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            astore 9 /* arrayFieldClass */
        start local 9 // org.jruby.RubyClass arrayFieldClass
        45: .line 146
            aload 9 /* arrayFieldClass */
            ldc Lorg/jruby/ext/ffi/StructLayout$ArrayField;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
        46: .line 148
            aload 0 /* runtime */
            ldc "Mapped"
            aload 6 /* fieldClass */
        47: .line 149
            getstatic org.jruby.ext.ffi.StructLayout$MappedFieldAllocator.INSTANCE:Lorg/jruby/runtime/ObjectAllocator;
            aload 2 /* layoutClass */
        48: .line 148
            invokevirtual org.jruby.Ruby.defineClassUnder:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;)Lorg/jruby/RubyClass;
            astore 10 /* mappedFieldClass */
        start local 10 // org.jruby.RubyClass mappedFieldClass
        49: .line 150
            aload 10 /* mappedFieldClass */
            ldc Lorg/jruby/ext/ffi/StructLayout$MappedField;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
        50: .line 153
            aload 2 /* layoutClass */
            areturn
        end local 10 // org.jruby.RubyClass mappedFieldClass
        end local 9 // org.jruby.RubyClass arrayFieldClass
        end local 8 // org.jruby.RubyClass innerStructFieldClass
        end local 7 // org.jruby.RubyClass functionFieldClass
        end local 6 // org.jruby.RubyClass fieldClass
        end local 5 // org.jruby.RubyClass charArrayClass
        end local 4 // org.jruby.RubyClass arrayClass
        end local 3 // org.jruby.RubyClass inlineArrayClass
        end local 2 // org.jruby.RubyClass layoutClass
        end local 1 // org.jruby.RubyModule module
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   51     0                runtime  Lorg/jruby/Ruby;
            0   51     1                 module  Lorg/jruby/RubyModule;
            3   51     2            layoutClass  Lorg/jruby/RubyClass;
            9   51     3       inlineArrayClass  Lorg/jruby/RubyClass;
           12   51     4             arrayClass  Lorg/jruby/RubyClass;
           17   51     5         charArrayClass  Lorg/jruby/RubyClass;
           21   51     6             fieldClass  Lorg/jruby/RubyClass;
           37   51     7     functionFieldClass  Lorg/jruby/RubyClass;
           41   51     8  innerStructFieldClass  Lorg/jruby/RubyClass;
           45   51     9        arrayFieldClass  Lorg/jruby/RubyClass;
           49   51    10       mappedFieldClass  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  
      module   

  private void <init>(org.jruby.Ruby, org.jruby.RubyClass, java.util.Collection<org.jruby.runtime.builtin.IRubyObject>, int, );
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/util/Collection;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=20, args_size=6
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass klass
        start local 3 // java.util.Collection fields
        start local 4 // int size
        start local 5 // int alignment
         0: .line 166
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* klass */
            getstatic org.jruby.ext.ffi.NativeType.STRUCT:Lorg/jruby/ext/ffi/NativeType;
            iload 4 /* size */
            iload 5 /* alignment */
            invokespecial org.jruby.ext.ffi.Type.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/ext/ffi/NativeType;II)V
         1: .line 168
            iconst_0
            istore 6 /* cfCount */
        start local 6 // int cfCount
         2: iconst_0
            istore 7 /* refCount */
        start local 7 // int refCount
         3: .line 169
            new java.util.ArrayList
            dup
            aload 3 /* fields */
            invokeinterface java.util.Collection.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 8 /* fieldList */
        start local 8 // java.util.List fieldList
         4: .line 170
            new java.util.ArrayList
            dup
            aload 3 /* fields */
            invokeinterface java.util.Collection.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 9 /* names */
        start local 9 // java.util.List names
         5: .line 171
            new java.util.ArrayList
            dup
            aload 3 /* fields */
            invokeinterface java.util.Collection.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 10 /* memberList */
        start local 10 // java.util.List memberList
         6: .line 172
            new java.util.HashMap
            dup
            aload 3 /* fields */
            invokeinterface java.util.Collection.size:()I
            invokespecial java.util.HashMap.<init>:(I)V
            astore 11 /* memberStringMap */
        start local 11 // java.util.Map memberStringMap
         7: .line 173
            aload 3 /* fields */
            invokeinterface java.util.Collection.size:()I
            bipush 8
            imul
            invokestatic org.jruby.ext.ffi.Util.roundUpToPowerOfTwo:(I)I
            anewarray org.jruby.ext.ffi.StructLayout$Member
            astore 12 /* memberSymbolLookupTable */
        start local 12 // org.jruby.ext.ffi.StructLayout$Member[] memberSymbolLookupTable
         8: .line 174
            iconst_0
            istore 13 /* offset */
        start local 13 // int offset
         9: .line 176
            iconst_0
            istore 14 /* index */
        start local 14 // int index
        10: .line 177
            aload 3 /* fields */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 16
            goto 36
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.Ruby org.jruby.RubyClass java.util.Collection int int int int java.util.List java.util.List java.util.List java.util.Map org.jruby.ext.ffi.StructLayout$Member[] int int top java.util.Iterator
      StackMap stack:
        11: aload 16
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 15 /* obj */
        start local 15 // org.jruby.runtime.builtin.IRubyObject obj
        12: .line 179
            aload 15 /* obj */
            instanceof org.jruby.ext.ffi.StructLayout$Field
            ifne 14
        13: .line 180
            aload 1 /* runtime */
            aload 15 /* obj */
            aload 1 /* runtime */
            ldc "FFI"
            invokevirtual org.jruby.Ruby.getModule:(Ljava/lang/String;)Lorg/jruby/RubyModule;
            ldc "StructLayout"
            invokevirtual org.jruby.RubyModule.getClass:(Ljava/lang/String;)Lorg/jruby/RubyClass;
            ldc "Field"
            invokevirtual org.jruby.RubyClass.getClass:(Ljava/lang/String;)Lorg/jruby/RubyClass;
            invokevirtual org.jruby.Ruby.newTypeError:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;)Lorg/jruby/exceptions/RaiseException;
            athrow
        14: .line 183
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.Ruby org.jruby.RubyClass java.util.Collection int int int int java.util.List java.util.List java.util.List java.util.Map org.jruby.ext.ffi.StructLayout$Member[] int int org.jruby.runtime.builtin.IRubyObject java.util.Iterator
      StackMap stack:
            aload 15 /* obj */
            checkcast org.jruby.ext.ffi.StructLayout$Field
            astore 17 /* f */
        start local 17 // org.jruby.ext.ffi.StructLayout$Field f
        15: .line 184
            aload 17 /* f */
            getfield org.jruby.ext.ffi.StructLayout$Field.name:Lorg/jruby/runtime/builtin/IRubyObject;
            instanceof org.jruby.RubySymbol
            ifne 17
        16: .line 185
            aload 1 /* runtime */
            ldc "fields list contains field with invalid name"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        17: .line 187
      StackMap locals: org.jruby.ext.ffi.StructLayout$Field
      StackMap stack:
            aload 17 /* f */
            getfield org.jruby.ext.ffi.StructLayout$Field.type:Lorg/jruby/ext/ffi/Type;
            invokevirtual org.jruby.ext.ffi.Type.getNativeSize:()I
            iconst_1
            if_icmpge 19
            iload 14 /* index */
            aload 3 /* fields */
            invokeinterface java.util.Collection.size:()I
            iconst_1
            isub
            if_icmpge 19
        18: .line 188
            aload 1 /* runtime */
            ldc "sizeof field == 0"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        19: .line 191
      StackMap locals:
      StackMap stack:
            aload 9 /* names */
            aload 17 /* f */
            getfield org.jruby.ext.ffi.StructLayout$Field.name:Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        20: .line 192
            aload 8 /* fieldList */
            aload 17 /* f */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        21: .line 194
            new org.jruby.ext.ffi.StructLayout$Member
            dup
            aload 17 /* f */
            iload 14 /* index */
            aload 17 /* f */
            invokevirtual org.jruby.ext.ffi.StructLayout$Field.isCacheable:()Z
            ifeq 22
            iload 6 /* cfCount */
            iinc 6 /* cfCount */ 1
            goto 23
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.Ruby org.jruby.RubyClass java.util.Collection int int int int java.util.List java.util.List java.util.List java.util.Map org.jruby.ext.ffi.StructLayout$Member[] int int org.jruby.runtime.builtin.IRubyObject java.util.Iterator org.jruby.ext.ffi.StructLayout$Field
      StackMap stack: new 21 new 21 org.jruby.ext.ffi.StructLayout$Field int
        22: iconst_m1
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.Ruby org.jruby.RubyClass java.util.Collection int int int int java.util.List java.util.List java.util.List java.util.Map org.jruby.ext.ffi.StructLayout$Member[] int int org.jruby.runtime.builtin.IRubyObject java.util.Iterator org.jruby.ext.ffi.StructLayout$Field
      StackMap stack: new 21 new 21 org.jruby.ext.ffi.StructLayout$Field int int
        23: aload 17 /* f */
            invokevirtual org.jruby.ext.ffi.StructLayout$Field.isValueReferenceNeeded:()Z
            ifeq 24
            iload 7 /* refCount */
            iinc 7 /* refCount */ 1
            goto 25
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.Ruby org.jruby.RubyClass java.util.Collection int int int int java.util.List java.util.List java.util.List java.util.Map org.jruby.ext.ffi.StructLayout$Member[] int int org.jruby.runtime.builtin.IRubyObject java.util.Iterator org.jruby.ext.ffi.StructLayout$Field
      StackMap stack: new 21 new 21 org.jruby.ext.ffi.StructLayout$Field int int
        24: iconst_m1
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.Ruby org.jruby.RubyClass java.util.Collection int int int int java.util.List java.util.List java.util.List java.util.Map org.jruby.ext.ffi.StructLayout$Member[] int int org.jruby.runtime.builtin.IRubyObject java.util.Iterator org.jruby.ext.ffi.StructLayout$Field
      StackMap stack: new 21 new 21 org.jruby.ext.ffi.StructLayout$Field int int int
        25: invokespecial org.jruby.ext.ffi.StructLayout$Member.<init>:(Lorg/jruby/ext/ffi/StructLayout$Field;III)V
            astore 18 /* m */
        start local 18 // org.jruby.ext.ffi.StructLayout$Member m
        26: .line 195
            aload 17 /* f */
            getfield org.jruby.ext.ffi.StructLayout$Field.name:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 12 /* memberSymbolLookupTable */
            arraylength
            invokestatic org.jruby.ext.ffi.StructLayout.symbolIndex:(Lorg/jruby/runtime/builtin/IRubyObject;I)I
            istore 19 /* idx */
        start local 19 // int idx
        27: .line 196
      StackMap locals: org.jruby.ext.ffi.StructLayout$Member int
      StackMap stack:
            aload 12 /* memberSymbolLookupTable */
            iload 19 /* idx */
            aaload
            ifnonnull 30
        28: .line 197
            aload 12 /* memberSymbolLookupTable */
            iload 19 /* idx */
            aload 18 /* m */
            aastore
        29: .line 198
            goto 31
        30: .line 195
      StackMap locals:
      StackMap stack:
            iload 19 /* idx */
            aload 12 /* memberSymbolLookupTable */
            arraylength
            invokestatic org.jruby.ext.ffi.StructLayout.nextIndex:(II)I
            istore 19 /* idx */
            goto 27
        end local 19 // int idx
        31: .line 203
      StackMap locals:
      StackMap stack:
            aload 11 /* memberStringMap */
            aload 17 /* f */
            getfield org.jruby.ext.ffi.StructLayout$Field.name:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 18 /* m */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        32: .line 204
            aload 11 /* memberStringMap */
            aload 17 /* f */
            getfield org.jruby.ext.ffi.StructLayout$Field.name:Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.asString:()Lorg/jruby/RubyString;
            aload 18 /* m */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        33: .line 205
            aload 10 /* memberList */
            aload 18 /* m */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        34: .line 206
            iload 13 /* offset */
            aload 17 /* f */
            getfield org.jruby.ext.ffi.StructLayout$Field.offset:I
            invokestatic java.lang.Math.max:(II)I
            istore 13 /* offset */
        35: .line 207
            iinc 14 /* index */ 1
        end local 18 // org.jruby.ext.ffi.StructLayout$Member m
        end local 17 // org.jruby.ext.ffi.StructLayout$Field f
        end local 15 // org.jruby.runtime.builtin.IRubyObject obj
        36: .line 177
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.Ruby org.jruby.RubyClass java.util.Collection int int int int java.util.List java.util.List java.util.List java.util.Map org.jruby.ext.ffi.StructLayout$Member[] int int top java.util.Iterator
      StackMap stack:
            aload 16
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        37: .line 211
            aload 0 /* this */
            iload 6 /* cfCount */
            putfield org.jruby.ext.ffi.StructLayout.cacheableFieldCount:I
        38: .line 212
            aload 0 /* this */
            iload 7 /* refCount */
            putfield org.jruby.ext.ffi.StructLayout.referenceFieldCount:I
        39: .line 215
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 9 /* names */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield org.jruby.ext.ffi.StructLayout.fieldNames:Ljava/util/List;
        40: .line 216
            aload 0 /* this */
            aload 8 /* fieldList */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield org.jruby.ext.ffi.StructLayout.fields:Ljava/util/List;
        41: .line 217
            aload 0 /* this */
            aload 11 /* memberStringMap */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            putfield org.jruby.ext.ffi.StructLayout.memberMap:Ljava/util/Map;
        42: .line 218
            aload 0 /* this */
            aload 12 /* memberSymbolLookupTable */
            putfield org.jruby.ext.ffi.StructLayout.identityLookupTable:[Lorg/jruby/ext/ffi/StructLayout$Member;
        43: .line 219
            aload 0 /* this */
            aload 10 /* memberList */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield org.jruby.ext.ffi.StructLayout.members:Ljava/util/Collection;
        44: .line 220
            aload 0 /* this */
            iload 13 /* offset */
            ifne 45
            aload 10 /* memberList */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmple 45
            iconst_1
            goto 46
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.Ruby org.jruby.RubyClass java.util.Collection int int int int java.util.List java.util.List java.util.List java.util.Map org.jruby.ext.ffi.StructLayout$Member[] int int
      StackMap stack: org.jruby.ext.ffi.StructLayout
        45: iconst_0
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.Ruby org.jruby.RubyClass java.util.Collection int int int int java.util.List java.util.List java.util.List java.util.Map org.jruby.ext.ffi.StructLayout$Member[] int int
      StackMap stack: org.jruby.ext.ffi.StructLayout int
        46: putfield org.jruby.ext.ffi.StructLayout.isUnion:Z
        47: .line 221
            return
        end local 14 // int index
        end local 13 // int offset
        end local 12 // org.jruby.ext.ffi.StructLayout$Member[] memberSymbolLookupTable
        end local 11 // java.util.Map memberStringMap
        end local 10 // java.util.List memberList
        end local 9 // java.util.List names
        end local 8 // java.util.List fieldList
        end local 7 // int refCount
        end local 6 // int cfCount
        end local 5 // int alignment
        end local 4 // int size
        end local 3 // java.util.Collection fields
        end local 2 // org.jruby.RubyClass klass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   48     0                     this  Lorg/jruby/ext/ffi/StructLayout;
            0   48     1                  runtime  Lorg/jruby/Ruby;
            0   48     2                    klass  Lorg/jruby/RubyClass;
            0   48     3                   fields  Ljava/util/Collection<Lorg/jruby/runtime/builtin/IRubyObject;>;
            0   48     4                     size  I
            0   48     5                alignment  I
            2   48     6                  cfCount  I
            3   48     7                 refCount  I
            4   48     8                fieldList  Ljava/util/List<Lorg/jruby/ext/ffi/StructLayout$Field;>;
            5   48     9                    names  Ljava/util/List<Lorg/jruby/runtime/builtin/IRubyObject;>;
            6   48    10               memberList  Ljava/util/List<Lorg/jruby/ext/ffi/StructLayout$Member;>;
            7   48    11          memberStringMap  Ljava/util/Map<Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ext/ffi/StructLayout$Member;>;
            8   48    12  memberSymbolLookupTable  [Lorg/jruby/ext/ffi/StructLayout$Member;
            9   48    13                   offset  I
           10   48    14                    index  I
           12   36    15                      obj  Lorg/jruby/runtime/builtin/IRubyObject;
           15   36    17                        f  Lorg/jruby/ext/ffi/StructLayout$Field;
           26   36    18                        m  Lorg/jruby/ext/ffi/StructLayout$Member;
           27   31    19                      idx  I
    Signature: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/util/Collection<Lorg/jruby/runtime/builtin/IRubyObject;>;II)V
    MethodParameters:
           Name  Flags
      runtime    
      klass      
      fields     
      size       
      alignment  

  public static final org.jruby.runtime.builtin.IRubyObject newStructLayout(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=7, locals=7, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject klass
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 227
            aload 2 /* args */
            iconst_0
            aaload
            astore 3 /* rbFields */
        start local 3 // org.jruby.runtime.builtin.IRubyObject rbFields
         1: aload 2 /* args */
            iconst_1
            aaload
            astore 4 /* size */
        start local 4 // org.jruby.runtime.builtin.IRubyObject size
         2: aload 2 /* args */
            iconst_2
            aaload
            astore 5 /* alignment */
        start local 5 // org.jruby.runtime.builtin.IRubyObject alignment
         3: .line 229
            aload 3 /* rbFields */
            instanceof org.jruby.RubyArray
            ifne 5
         4: .line 230
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* rbFields */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getArray:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.Ruby.newTypeError:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;)Lorg/jruby/exceptions/RaiseException;
            athrow
         5: .line 233
      StackMap locals: org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 3 /* rbFields */
            checkcast org.jruby.RubyArray
            invokevirtual org.jruby.RubyArray.toJavaArrayMaybeUnsafe:()[Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            astore 6 /* fields */
        start local 6 // java.util.List fields
         6: .line 235
            new org.jruby.ext.ffi.StructLayout
            dup
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 1 /* klass */
            checkcast org.jruby.RubyClass
            aload 6 /* fields */
         7: .line 236
            aload 4 /* size */
            invokestatic org.jruby.RubyNumeric.num2int:(Lorg/jruby/runtime/builtin/IRubyObject;)I
            aload 5 /* alignment */
            invokestatic org.jruby.RubyNumeric.num2int:(Lorg/jruby/runtime/builtin/IRubyObject;)I
         8: .line 235
            invokespecial org.jruby.ext.ffi.StructLayout.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/util/Collection;II)V
            areturn
        end local 6 // java.util.List fields
        end local 5 // org.jruby.runtime.builtin.IRubyObject alignment
        end local 4 // org.jruby.runtime.builtin.IRubyObject size
        end local 3 // org.jruby.runtime.builtin.IRubyObject rbFields
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.builtin.IRubyObject klass
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0    context  Lorg/jruby/runtime/ThreadContext;
            0    9     1      klass  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     2       args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    9     3   rbFields  Lorg/jruby/runtime/builtin/IRubyObject;
            2    9     4       size  Lorg/jruby/runtime/builtin/IRubyObject;
            3    9     5  alignment  Lorg/jruby/runtime/builtin/IRubyObject;
            6    9     6     fields  Ljava/util/List<Lorg/jruby/runtime/builtin/IRubyObject;>;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"new"}, meta = true, required = 3, optional = 1)
    MethodParameters:
         Name  Flags
      context  
      klass    
      args     

  public org.jruby.runtime.builtin.IRubyObject get(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject ptr
        start local 3 // org.jruby.runtime.builtin.IRubyObject name
         0: .line 248
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* name */
            getstatic org.jruby.ext.ffi.StructLayout.nullStorage:Lorg/jruby/ext/ffi/StructLayout$Storage;
            aload 2 /* ptr */
            invokevirtual org.jruby.ext.ffi.StructLayout.getValue:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ext/ffi/StructLayout$Storage;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject name
        end local 2 // org.jruby.runtime.builtin.IRubyObject ptr
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/ffi/StructLayout;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      ptr  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3     name  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"get"}, required = 2)
    MethodParameters:
         Name  Flags
      context  
      ptr      
      name     

  public org.jruby.runtime.builtin.IRubyObject put(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject ptr
        start local 3 // org.jruby.runtime.builtin.IRubyObject name
        start local 4 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 260
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* name */
            getstatic org.jruby.ext.ffi.StructLayout.nullStorage:Lorg/jruby/ext/ffi/StructLayout$Storage;
            aload 2 /* ptr */
            aload 4 /* value */
            invokevirtual org.jruby.ext.ffi.StructLayout.putValue:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ext/ffi/StructLayout$Storage;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 262
            aload 4 /* value */
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject value
        end local 3 // org.jruby.runtime.builtin.IRubyObject name
        end local 2 // org.jruby.runtime.builtin.IRubyObject ptr
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/ffi/StructLayout;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2      ptr  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3     name  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     4    value  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"put"}, required = 3)
    MethodParameters:
         Name  Flags
      context  
      ptr      
      name     
      value    

  public org.jruby.runtime.builtin.IRubyObject members(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 272
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.fieldNames:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;I)Lorg/jruby/RubyArray;
            astore 2 /* mbrs */
        start local 2 // org.jruby.RubyArray mbrs
         1: .line 273
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.fieldNames:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.runtime.ThreadContext org.jruby.RubyArray top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 3 /* name */
        start local 3 // org.jruby.runtime.builtin.IRubyObject name
         3: .line 274
            aload 2 /* mbrs */
            aload 3 /* name */
            invokevirtual org.jruby.RubyArray.append:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            pop
        end local 3 // org.jruby.runtime.builtin.IRubyObject name
         4: .line 273
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 276
            aload 2 /* mbrs */
            areturn
        end local 2 // org.jruby.RubyArray mbrs
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/ext/ffi/StructLayout;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            1    6     2     mbrs  Lorg/jruby/RubyArray;
            3    4     3     name  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"members"})
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject offsets(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 286
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 2 /* runtime */
        start local 2 // org.jruby.Ruby runtime
         1: .line 287
            aload 2 /* runtime */
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;)Lorg/jruby/RubyArray;
            astore 3 /* offsets */
        start local 3 // org.jruby.RubyArray offsets
         2: .line 289
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.fieldNames:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.runtime.ThreadContext org.jruby.Ruby org.jruby.RubyArray top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 4 /* name */
        start local 4 // org.jruby.runtime.builtin.IRubyObject name
         4: .line 290
            aload 2 /* runtime */
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;)Lorg/jruby/RubyArray;
            astore 6 /* offset */
        start local 6 // org.jruby.RubyArray offset
         5: .line 292
            aload 6 /* offset */
            aload 4 /* name */
            invokevirtual org.jruby.RubyArray.append:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            pop
         6: .line 293
            aload 6 /* offset */
            aload 2 /* runtime */
            aload 0 /* this */
            aload 2 /* runtime */
            aload 4 /* name */
            invokevirtual org.jruby.ext.ffi.StructLayout.getMember:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/ext/ffi/StructLayout$Member;
            getfield org.jruby.ext.ffi.StructLayout$Member.offset:I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            invokevirtual org.jruby.RubyArray.append:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            pop
         7: .line 294
            aload 3 /* offsets */
            aload 6 /* offset */
            invokevirtual org.jruby.RubyArray.append:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            pop
        end local 6 // org.jruby.RubyArray offset
        end local 4 // org.jruby.runtime.builtin.IRubyObject name
         8: .line 289
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 297
            aload 3 /* offsets */
            areturn
        end local 3 // org.jruby.RubyArray offsets
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/jruby/ext/ffi/StructLayout;
            0   10     1  context  Lorg/jruby/runtime/ThreadContext;
            1   10     2  runtime  Lorg/jruby/Ruby;
            2   10     3  offsets  Lorg/jruby/RubyArray;
            4    8     4     name  Lorg/jruby/runtime/builtin/IRubyObject;
            5    8     6   offset  Lorg/jruby/RubyArray;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"offsets"})
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject offset_of(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject fieldName
         0: .line 302
            aload 0 /* this */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* fieldName */
            invokevirtual org.jruby.ext.ffi.StructLayout.getField:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/ext/ffi/StructLayout$Field;
            aload 1 /* context */
            invokevirtual org.jruby.ext.ffi.StructLayout$Field.offset:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject fieldName
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/jruby/ext/ffi/StructLayout;
            0    1     1    context  Lorg/jruby/runtime/ThreadContext;
            0    1     2  fieldName  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"offset_of"})
    MethodParameters:
           Name  Flags
      context    
      fieldName  

  public org.jruby.runtime.builtin.IRubyObject aref(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject fieldName
         0: .line 307
            aload 0 /* this */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* fieldName */
            invokevirtual org.jruby.ext.ffi.StructLayout.getField:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/ext/ffi/StructLayout$Field;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject fieldName
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/jruby/ext/ffi/StructLayout;
            0    1     1    context  Lorg/jruby/runtime/ThreadContext;
            0    1     2  fieldName  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"[]"})
    MethodParameters:
           Name  Flags
      context    
      fieldName  

  public org.jruby.runtime.builtin.IRubyObject fields(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 312
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.fields:Ljava/util/List;
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;Ljava/util/List;)Lorg/jruby/RubyArray;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/ffi/StructLayout;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  final org.jruby.runtime.builtin.IRubyObject getValue(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.ext.ffi.StructLayout$Storage, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ext/ffi/StructLayout$Storage;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject name
        start local 3 // org.jruby.ext.ffi.StructLayout$Storage cache
        start local 4 // org.jruby.runtime.builtin.IRubyObject ptr
         0: .line 316
            aload 4 /* ptr */
            instanceof org.jruby.ext.ffi.AbstractMemory
            ifne 2
         1: .line 317
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 4 /* ptr */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getFFI:()Lorg/jruby/ext/ffi/FFI;
            getfield org.jruby.ext.ffi.FFI.memoryClass:Lorg/jruby/RubyClass;
            invokevirtual org.jruby.Ruby.newTypeError:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* name */
            invokevirtual org.jruby.ext.ffi.StructLayout.getMember:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/ext/ffi/StructLayout$Member;
            aload 1 /* context */
            aload 3 /* cache */
            aload 4 /* ptr */
            checkcast org.jruby.ext.ffi.AbstractMemory
            invokevirtual org.jruby.ext.ffi.StructLayout$Member.get:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/StructLayout$Storage;Lorg/jruby/ext/ffi/AbstractMemory;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject ptr
        end local 3 // org.jruby.ext.ffi.StructLayout$Storage cache
        end local 2 // org.jruby.runtime.builtin.IRubyObject name
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/ext/ffi/StructLayout;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     name  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    cache  Lorg/jruby/ext/ffi/StructLayout$Storage;
            0    3     4      ptr  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      name     
      cache    
      ptr      

  final void putValue(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.ext.ffi.StructLayout$Storage, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/ext/ffi/StructLayout$Storage;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject name
        start local 3 // org.jruby.ext.ffi.StructLayout$Storage cache
        start local 4 // org.jruby.runtime.builtin.IRubyObject ptr
        start local 5 // org.jruby.runtime.builtin.IRubyObject value
         0: .line 324
            aload 4 /* ptr */
            instanceof org.jruby.ext.ffi.AbstractMemory
            ifne 2
         1: .line 325
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 4 /* ptr */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getFFI:()Lorg/jruby/ext/ffi/FFI;
            getfield org.jruby.ext.ffi.FFI.memoryClass:Lorg/jruby/RubyClass;
            invokevirtual org.jruby.Ruby.newTypeError:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* name */
            invokevirtual org.jruby.ext.ffi.StructLayout.getMember:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/ext/ffi/StructLayout$Member;
            aload 1 /* context */
            aload 3 /* cache */
            aload 4 /* ptr */
            checkcast org.jruby.ext.ffi.AbstractMemory
            aload 5 /* value */
            invokevirtual org.jruby.ext.ffi.StructLayout$Member.put:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/ffi/StructLayout$Storage;Lorg/jruby/ext/ffi/AbstractMemory;Lorg/jruby/runtime/builtin/IRubyObject;)V
         3: .line 329
            return
        end local 5 // org.jruby.runtime.builtin.IRubyObject value
        end local 4 // org.jruby.runtime.builtin.IRubyObject ptr
        end local 3 // org.jruby.ext.ffi.StructLayout$Storage cache
        end local 2 // org.jruby.runtime.builtin.IRubyObject name
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/ext/ffi/StructLayout;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
            0    4     2     name  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     3    cache  Lorg/jruby/ext/ffi/StructLayout$Storage;
            0    4     4      ptr  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     5    value  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      name     
      cache    
      ptr      
      value    

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // java.lang.Object o
         0: .line 333
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 334
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* o */
            invokespecial org.jruby.ext.ffi.Type.equals:(Ljava/lang/Object;)Z
            ifne 4
            iconst_0
            ireturn
         4: .line 337
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.jruby.ext.ffi.StructLayout
            astore 2 /* that */
        start local 2 // org.jruby.ext.ffi.StructLayout that
         5: .line 339
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.fields:Ljava/util/List;
            ifnull 6
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.fields:Ljava/util/List;
            aload 2 /* that */
            getfield org.jruby.ext.ffi.StructLayout.fields:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifne 8
            goto 7
      StackMap locals: org.jruby.ext.ffi.StructLayout
      StackMap stack:
         6: aload 2 /* that */
            getfield org.jruby.ext.ffi.StructLayout.fields:Ljava/util/List;
            ifnull 8
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
         8: .line 341
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.jruby.ext.ffi.StructLayout that
        end local 1 // java.lang.Object o
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/jruby/ext/ffi/StructLayout;
            0    9     1     o  Ljava/lang/Object;
            5    9     2  that  Lorg/jruby/ext/ffi/StructLayout;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jruby.ext.ffi.StructLayout this
         0: .line 346
            aload 0 /* this */
            invokespecial org.jruby.ext.ffi.Type.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 347
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.fields:Ljava/util/List;
            ifnull 2
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.fields:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            goto 3
      StackMap locals: org.jruby.ext.ffi.StructLayout int
      StackMap stack: int
         2: iconst_0
      StackMap locals: org.jruby.ext.ffi.StructLayout int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 348
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jruby/ext/ffi/StructLayout;
            1    5     1  result  I

  private static int symbolIndex(org.jruby.runtime.builtin.IRubyObject, int);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.builtin.IRubyObject name
        start local 1 // int length
         0: .line 352
            aload 0 /* name */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            iload 1 /* length */
            iconst_1
            isub
            iand
            ireturn
        end local 1 // int length
        end local 0 // org.jruby.runtime.builtin.IRubyObject name
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    name  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     1  length  I
    MethodParameters:
        Name  Flags
      name    
      length  

  private static int nextIndex(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // int idx
        start local 1 // int length
         0: .line 356
            iload 0 /* idx */
            iconst_1
            iadd
            iload 1 /* length */
            iconst_1
            isub
            iand
            ireturn
        end local 1 // int length
        end local 0 // int idx
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0     idx  I
            0    1     1  length  I
    MethodParameters:
        Name  Flags
      idx     
      length  

  final org.jruby.ext.ffi.StructLayout$Member getMember(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/ext/ffi/StructLayout$Member;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.runtime.builtin.IRubyObject name
         0: .line 367
            aload 2 /* name */
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.identityLookupTable:[Lorg/jruby/ext/ffi/StructLayout$Member;
            arraylength
            invokestatic org.jruby.ext.ffi.StructLayout.symbolIndex:(Lorg/jruby/runtime/builtin/IRubyObject;I)I
            istore 4 /* idx */
        start local 4 // int idx
         1: .line 368
            goto 5
        start local 3 // org.jruby.ext.ffi.StructLayout$Member m
         2: .line 369
      StackMap locals: org.jruby.ext.ffi.StructLayout$Member int
      StackMap stack:
            aload 3 /* m */
            getfield org.jruby.ext.ffi.StructLayout$Member.name:Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* name */
            if_acmpne 4
         3: .line 370
            aload 3 /* m */
            areturn
         4: .line 372
      StackMap locals:
      StackMap stack:
            iload 4 /* idx */
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.identityLookupTable:[Lorg/jruby/ext/ffi/StructLayout$Member;
            arraylength
            invokestatic org.jruby.ext.ffi.StructLayout.nextIndex:(II)I
            istore 4 /* idx */
        end local 3 // org.jruby.ext.ffi.StructLayout$Member m
         5: .line 368
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.Ruby org.jruby.runtime.builtin.IRubyObject top int
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.identityLookupTable:[Lorg/jruby/ext/ffi/StructLayout$Member;
            iload 4 /* idx */
            aaload
            dup
            astore 3 /* m */
        start local 3 // org.jruby.ext.ffi.StructLayout$Member m
         6: ifnonnull 2
         7: .line 375
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.memberMap:Ljava/util/Map;
            aload 2 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.ext.ffi.StructLayout$Member
            astore 5 /* f */
        start local 5 // org.jruby.ext.ffi.StructLayout$Member f
         8: .line 376
            aload 5 /* f */
            ifnull 10
         9: .line 377
            aload 5 /* f */
            areturn
        10: .line 380
      StackMap locals: org.jruby.ext.ffi.StructLayout org.jruby.Ruby org.jruby.runtime.builtin.IRubyObject org.jruby.ext.ffi.StructLayout$Member int org.jruby.ext.ffi.StructLayout$Member
      StackMap stack:
            aload 1 /* runtime */
            new java.lang.StringBuilder
            dup
            ldc "Unknown field: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 5 // org.jruby.ext.ffi.StructLayout$Member f
        end local 4 // int idx
        end local 3 // org.jruby.ext.ffi.StructLayout$Member m
        end local 2 // org.jruby.runtime.builtin.IRubyObject name
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/jruby/ext/ffi/StructLayout;
            0   11     1  runtime  Lorg/jruby/Ruby;
            0   11     2     name  Lorg/jruby/runtime/builtin/IRubyObject;
            2    5     3        m  Lorg/jruby/ext/ffi/StructLayout$Member;
            6   11     3        m  Lorg/jruby/ext/ffi/StructLayout$Member;
            1   11     4      idx  I
            8   11     5        f  Lorg/jruby/ext/ffi/StructLayout$Member;
    MethodParameters:
         Name  Flags
      runtime  
      name     

  final org.jruby.ext.ffi.StructLayout$Field getField(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/ext/ffi/StructLayout$Field;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.runtime.builtin.IRubyObject name
         0: .line 390
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* name */
            invokevirtual org.jruby.ext.ffi.StructLayout.getMember:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/ext/ffi/StructLayout$Member;
            getfield org.jruby.ext.ffi.StructLayout$Member.field:Lorg/jruby/ext/ffi/StructLayout$Field;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject name
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/ffi/StructLayout;
            0    1     1  runtime  Lorg/jruby/Ruby;
            0    1     2     name  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      runtime  
      name     

  public final int getSize();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.StructLayout this
         0: .line 394
            aload 0 /* this */
            invokevirtual org.jruby.ext.ffi.StructLayout.getNativeSize:()I
            ireturn
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/StructLayout;

  final int getReferenceFieldCount();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.StructLayout this
         0: .line 398
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.referenceFieldCount:I
            ireturn
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/StructLayout;

  final int getReferenceFieldIndex(org.jruby.ext.ffi.StructLayout$Member);
    descriptor: (Lorg/jruby/ext/ffi/StructLayout$Member;)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.ext.ffi.StructLayout$Member member
         0: .line 402
            aload 1 /* member */
            getfield org.jruby.ext.ffi.StructLayout$Member.referenceIndex:I
            ireturn
        end local 1 // org.jruby.ext.ffi.StructLayout$Member member
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/StructLayout;
            0    1     1  member  Lorg/jruby/ext/ffi/StructLayout$Member;
    MethodParameters:
        Name  Flags
      member  

  final int getCacheableFieldCount();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.StructLayout this
         0: .line 406
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.cacheableFieldCount:I
            ireturn
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/StructLayout;

  final int getCacheableFieldIndex(org.jruby.ext.ffi.StructLayout$Member);
    descriptor: (Lorg/jruby/ext/ffi/StructLayout$Member;)I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.ext.ffi.StructLayout this
        start local 1 // org.jruby.ext.ffi.StructLayout$Member member
         0: .line 410
            aload 1 /* member */
            getfield org.jruby.ext.ffi.StructLayout$Member.cacheIndex:I
            ireturn
        end local 1 // org.jruby.ext.ffi.StructLayout$Member member
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/ext/ffi/StructLayout;
            0    1     1  member  Lorg/jruby/ext/ffi/StructLayout$Member;
    MethodParameters:
        Name  Flags
      member  

  public final int getFieldCount();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.StructLayout this
         0: .line 414
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.fields:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/StructLayout;

  public final java.util.Collection<org.jruby.ext.ffi.StructLayout$Field> getFields();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.StructLayout this
         0: .line 418
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.fields:Ljava/util/List;
            areturn
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/StructLayout;
    Signature: ()Ljava/util/Collection<Lorg/jruby/ext/ffi/StructLayout$Field;>;

  public final java.util.Collection<org.jruby.ext.ffi.StructLayout$Member> getMembers();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.ffi.StructLayout this
         0: .line 422
            aload 0 /* this */
            getfield org.jruby.ext.ffi.StructLayout.members:Ljava/util/Collection;
            areturn
        end local 0 // org.jruby.ext.ffi.StructLayout this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/ffi/StructLayout;
    Signature: ()Ljava/util/Collection<Lorg/jruby/ext/ffi/StructLayout$Member;>;

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

  private static org.jruby.ext.ffi.MemoryOp getArrayComponentMemoryOp(org.jruby.ext.ffi.Type$Array);
    descriptor: (Lorg/jruby/ext/ffi/Type$Array;)Lorg/jruby/ext/ffi/MemoryOp;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.jruby.ext.ffi.Type$Array arrayType
         0: .line 1308
            aload 0 /* arrayType */
            invokevirtual org.jruby.ext.ffi.Type$Array.getComponentType:()Lorg/jruby/ext/ffi/Type;
            astore 1 /* componentType */
        start local 1 // org.jruby.ext.ffi.Type componentType
         1: .line 1309
            aload 1 /* componentType */
            instanceof org.jruby.ext.ffi.Type$Array
            ifeq 3
         2: .line 1310
            new org.jruby.ext.ffi.StructLayout$MultiDimensionArrayOp
            dup
            aload 1 /* componentType */
            checkcast org.jruby.ext.ffi.Type$Array
            invokespecial org.jruby.ext.ffi.StructLayout$MultiDimensionArrayOp.<init>:(Lorg/jruby/ext/ffi/Type$Array;)V
            goto 4
         3: .line 1311
      StackMap locals: org.jruby.ext.ffi.Type
      StackMap stack:
            aload 1 /* componentType */
            invokestatic org.jruby.ext.ffi.MemoryOp.getMemoryOp:(Lorg/jruby/ext/ffi/Type;)Lorg/jruby/ext/ffi/MemoryOp;
         4: .line 1309
      StackMap locals:
      StackMap stack: org.jruby.ext.ffi.MemoryOp
            astore 2 /* op */
        start local 2 // org.jruby.ext.ffi.MemoryOp op
         5: .line 1312
            aload 2 /* op */
            ifnonnull 7
         6: .line 1313
            aload 0 /* arrayType */
            invokevirtual org.jruby.ext.ffi.Type$Array.getRuntime:()Lorg/jruby/Ruby;
            new java.lang.StringBuilder
            dup
            ldc "unsupported array field type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* arrayType */
            invokevirtual org.jruby.ext.ffi.Type$Array.getComponentType:()Lorg/jruby/ext/ffi/Type;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newNotImplementedError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         7: .line 1316
      StackMap locals: org.jruby.ext.ffi.MemoryOp
      StackMap stack:
            aload 2 /* op */
            areturn
        end local 2 // org.jruby.ext.ffi.MemoryOp op
        end local 1 // org.jruby.ext.ffi.Type componentType
        end local 0 // org.jruby.ext.ffi.Type$Array arrayType
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0      arrayType  Lorg/jruby/ext/ffi/Type$Array;
            1    8     1  componentType  Lorg/jruby/ext/ffi/Type;
            5    8     2             op  Lorg/jruby/ext/ffi/MemoryOp;
    MethodParameters:
           Name  Flags
      arrayType  
}
SourceFile: "StructLayout.java"
NestMembers:
  org.jruby.ext.ffi.StructLayout$ArrayField  org.jruby.ext.ffi.StructLayout$ArrayFieldAllocator  org.jruby.ext.ffi.StructLayout$ArrayFieldIO  org.jruby.ext.ffi.StructLayout$ArrayProxy  org.jruby.ext.ffi.StructLayout$CharArrayProxy  org.jruby.ext.ffi.StructLayout$DefaultFieldIO  org.jruby.ext.ffi.StructLayout$EnumField  org.jruby.ext.ffi.StructLayout$EnumFieldAllocator  org.jruby.ext.ffi.StructLayout$EnumFieldIO  org.jruby.ext.ffi.StructLayout$Field  org.jruby.ext.ffi.StructLayout$FieldAllocator  org.jruby.ext.ffi.StructLayout$FieldIO  org.jruby.ext.ffi.StructLayout$FunctionField  org.jruby.ext.ffi.StructLayout$FunctionFieldAllocator  org.jruby.ext.ffi.StructLayout$FunctionFieldIO  org.jruby.ext.ffi.StructLayout$InnerStructField  org.jruby.ext.ffi.StructLayout$InnerStructFieldAllocator  org.jruby.ext.ffi.StructLayout$InnerStructFieldIO  org.jruby.ext.ffi.StructLayout$MappedField  org.jruby.ext.ffi.StructLayout$MappedFieldAllocator  org.jruby.ext.ffi.StructLayout$MappedFieldIO  org.jruby.ext.ffi.StructLayout$Member  org.jruby.ext.ffi.StructLayout$MultiDimensionArrayOp  org.jruby.ext.ffi.StructLayout$NullStorage  org.jruby.ext.ffi.StructLayout$NumberField  org.jruby.ext.ffi.StructLayout$NumberFieldAllocator  org.jruby.ext.ffi.StructLayout$NumberFieldIO  org.jruby.ext.ffi.StructLayout$PointerField  org.jruby.ext.ffi.StructLayout$PointerFieldAllocator  org.jruby.ext.ffi.StructLayout$PointerFieldIO  org.jruby.ext.ffi.StructLayout$Storage  org.jruby.ext.ffi.StructLayout$StringField  org.jruby.ext.ffi.StructLayout$StringFieldAllocator  org.jruby.ext.ffi.StructLayout$StringFieldIO
InnerClasses:
  public final ArrayField = org.jruby.ext.ffi.StructLayout$ArrayField of org.jruby.ext.ffi.StructLayout
  private final ArrayFieldAllocator = org.jruby.ext.ffi.StructLayout$ArrayFieldAllocator of org.jruby.ext.ffi.StructLayout
  final ArrayFieldIO = org.jruby.ext.ffi.StructLayout$ArrayFieldIO of org.jruby.ext.ffi.StructLayout
  public ArrayProxy = org.jruby.ext.ffi.StructLayout$ArrayProxy of org.jruby.ext.ffi.StructLayout
  public final CharArrayProxy = org.jruby.ext.ffi.StructLayout$CharArrayProxy of org.jruby.ext.ffi.StructLayout
  final DefaultFieldIO = org.jruby.ext.ffi.StructLayout$DefaultFieldIO of org.jruby.ext.ffi.StructLayout
  public final EnumField = org.jruby.ext.ffi.StructLayout$EnumField of org.jruby.ext.ffi.StructLayout
  private final EnumFieldAllocator = org.jruby.ext.ffi.StructLayout$EnumFieldAllocator of org.jruby.ext.ffi.StructLayout
  final EnumFieldIO = org.jruby.ext.ffi.StructLayout$EnumFieldIO of org.jruby.ext.ffi.StructLayout
  public Field = org.jruby.ext.ffi.StructLayout$Field of org.jruby.ext.ffi.StructLayout
  private final FieldAllocator = org.jruby.ext.ffi.StructLayout$FieldAllocator of org.jruby.ext.ffi.StructLayout
  abstract FieldIO = org.jruby.ext.ffi.StructLayout$FieldIO of org.jruby.ext.ffi.StructLayout
  public final FunctionField = org.jruby.ext.ffi.StructLayout$FunctionField of org.jruby.ext.ffi.StructLayout
  private final FunctionFieldAllocator = org.jruby.ext.ffi.StructLayout$FunctionFieldAllocator of org.jruby.ext.ffi.StructLayout
  final FunctionFieldIO = org.jruby.ext.ffi.StructLayout$FunctionFieldIO of org.jruby.ext.ffi.StructLayout
  public final InnerStructField = org.jruby.ext.ffi.StructLayout$InnerStructField of org.jruby.ext.ffi.StructLayout
  private final InnerStructFieldAllocator = org.jruby.ext.ffi.StructLayout$InnerStructFieldAllocator of org.jruby.ext.ffi.StructLayout
  final InnerStructFieldIO = org.jruby.ext.ffi.StructLayout$InnerStructFieldIO of org.jruby.ext.ffi.StructLayout
  public final MappedField = org.jruby.ext.ffi.StructLayout$MappedField of org.jruby.ext.ffi.StructLayout
  private final MappedFieldAllocator = org.jruby.ext.ffi.StructLayout$MappedFieldAllocator 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
  final MultiDimensionArrayOp = org.jruby.ext.ffi.StructLayout$MultiDimensionArrayOp of org.jruby.ext.ffi.StructLayout
  NullStorage = org.jruby.ext.ffi.StructLayout$NullStorage of org.jruby.ext.ffi.StructLayout
  public final NumberField = org.jruby.ext.ffi.StructLayout$NumberField of org.jruby.ext.ffi.StructLayout
  private final NumberFieldAllocator = org.jruby.ext.ffi.StructLayout$NumberFieldAllocator of org.jruby.ext.ffi.StructLayout
  final NumberFieldIO = org.jruby.ext.ffi.StructLayout$NumberFieldIO of org.jruby.ext.ffi.StructLayout
  public final PointerField = org.jruby.ext.ffi.StructLayout$PointerField of org.jruby.ext.ffi.StructLayout
  private final PointerFieldAllocator = org.jruby.ext.ffi.StructLayout$PointerFieldAllocator of org.jruby.ext.ffi.StructLayout
  final PointerFieldIO = org.jruby.ext.ffi.StructLayout$PointerFieldIO of org.jruby.ext.ffi.StructLayout
  public abstract Storage = org.jruby.ext.ffi.StructLayout$Storage of org.jruby.ext.ffi.StructLayout
  final StringField = org.jruby.ext.ffi.StructLayout$StringField of org.jruby.ext.ffi.StructLayout
  private final StringFieldAllocator = org.jruby.ext.ffi.StructLayout$StringFieldAllocator of org.jruby.ext.ffi.StructLayout
  final StringFieldIO = org.jruby.ext.ffi.StructLayout$StringFieldIO of org.jruby.ext.ffi.StructLayout
  public final Array = org.jruby.ext.ffi.Type$Array of org.jruby.ext.ffi.Type
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"StructLayout"}, parent = "Object")