public final class org.graalvm.compiler.code.DataSection$SerializableData extends org.graalvm.compiler.code.DataSection$Data
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.code.DataSection$SerializableData
  super_class: org.graalvm.compiler.code.DataSection$Data
{
  private final jdk.vm.ci.meta.SerializableConstant constant;
    descriptor: Ljdk/vm/ci/meta/SerializableConstant;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 122
            ldc Lorg/graalvm/compiler/code/DataSection;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.graalvm.compiler.code.DataSection$SerializableData.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(jdk.vm.ci.meta.SerializableConstant);
    descriptor: (Ljdk/vm/ci/meta/SerializableConstant;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.code.DataSection$SerializableData this
        start local 1 // jdk.vm.ci.meta.SerializableConstant constant
         0: .line 127
            aload 0 /* this */
            aload 1 /* constant */
            iconst_1
            invokespecial org.graalvm.compiler.code.DataSection$SerializableData.<init>:(Ljdk/vm/ci/meta/SerializableConstant;I)V
         1: .line 128
            return
        end local 1 // jdk.vm.ci.meta.SerializableConstant constant
        end local 0 // org.graalvm.compiler.code.DataSection$SerializableData this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/graalvm/compiler/code/DataSection$SerializableData;
            0    2     1  constant  Ljdk/vm/ci/meta/SerializableConstant;
    MethodParameters:
          Name  Flags
      constant  

  public void <init>(jdk.vm.ci.meta.SerializableConstant, int);
    descriptor: (Ljdk/vm/ci/meta/SerializableConstant;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.code.DataSection$SerializableData this
        start local 1 // jdk.vm.ci.meta.SerializableConstant constant
        start local 2 // int alignment
         0: .line 131
            aload 0 /* this */
            iload 2 /* alignment */
            aload 1 /* constant */
            invokeinterface jdk.vm.ci.meta.SerializableConstant.getSerializedSize:()I
            invokespecial org.graalvm.compiler.code.DataSection$Data.<init>:(II)V
         1: .line 132
            aload 0 /* this */
            aload 1 /* constant */
            putfield org.graalvm.compiler.code.DataSection$SerializableData.constant:Ljdk/vm/ci/meta/SerializableConstant;
         2: .line 133
            return
        end local 2 // int alignment
        end local 1 // jdk.vm.ci.meta.SerializableConstant constant
        end local 0 // org.graalvm.compiler.code.DataSection$SerializableData this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/graalvm/compiler/code/DataSection$SerializableData;
            0    3     1   constant  Ljdk/vm/ci/meta/SerializableConstant;
            0    3     2  alignment  I
    MethodParameters:
           Name  Flags
      constant   
      alignment  

  protected void emit(java.nio.ByteBuffer, org.graalvm.compiler.code.DataSection$Patches);
    descriptor: (Ljava/nio/ByteBuffer;Lorg/graalvm/compiler/code/DataSection$Patches;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.graalvm.compiler.code.DataSection$SerializableData this
        start local 1 // java.nio.ByteBuffer buffer
        start local 2 // org.graalvm.compiler.code.DataSection$Patches patches
         0: .line 137
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* position */
        start local 3 // int position
         1: .line 138
            aload 0 /* this */
            getfield org.graalvm.compiler.code.DataSection$SerializableData.constant:Ljdk/vm/ci/meta/SerializableConstant;
            aload 1 /* buffer */
            invokeinterface jdk.vm.ci.meta.SerializableConstant.serialize:(Ljava/nio/ByteBuffer;)V
         2: .line 139
            getstatic org.graalvm.compiler.code.DataSection$SerializableData.$assertionsDisabled:Z
            ifne 3
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 3 /* position */
            isub
            aload 0 /* this */
            getfield org.graalvm.compiler.code.DataSection$SerializableData.constant:Ljdk/vm/ci/meta/SerializableConstant;
            invokeinterface jdk.vm.ci.meta.SerializableConstant.getSerializedSize:()I
            if_icmpeq 3
            new java.lang.AssertionError
            dup
            ldc "wrong number of bytes written"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         3: .line 140
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int position
        end local 2 // org.graalvm.compiler.code.DataSection$Patches patches
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.graalvm.compiler.code.DataSection$SerializableData this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/code/DataSection$SerializableData;
            0    4     1    buffer  Ljava/nio/ByteBuffer;
            0    4     2   patches  Lorg/graalvm/compiler/code/DataSection$Patches;
            1    4     3  position  I
    MethodParameters:
         Name  Flags
      buffer   
      patches  
}
SourceFile: "DataSection.java"
NestHost: org.graalvm.compiler.code.DataSection
InnerClasses:
  public abstract Data = org.graalvm.compiler.code.DataSection$Data of org.graalvm.compiler.code.DataSection
  public abstract Patches = org.graalvm.compiler.code.DataSection$Patches of org.graalvm.compiler.code.DataSection
  public final SerializableData = org.graalvm.compiler.code.DataSection$SerializableData of org.graalvm.compiler.code.DataSection