public class org.graalvm.compiler.code.DataSection$ZeroData extends org.graalvm.compiler.code.DataSection$Data
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.code.DataSection$ZeroData
  super_class: org.graalvm.compiler.code.DataSection$Data
{
  protected void <init>(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.code.DataSection$ZeroData this
        start local 1 // int alignment
        start local 2 // int size
         0: .line 162
            aload 0 /* this */
            iload 1 /* alignment */
            iload 2 /* size */
            invokespecial org.graalvm.compiler.code.DataSection$Data.<init>:(II)V
         1: .line 163
            return
        end local 2 // int size
        end local 1 // int alignment
        end local 0 // org.graalvm.compiler.code.DataSection$ZeroData this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/graalvm/compiler/code/DataSection$ZeroData;
            0    2     1  alignment  I
            0    2     2       size  I
    MethodParameters:
           Name  Flags
      alignment  
      size       

  public static org.graalvm.compiler.code.DataSection$ZeroData create(int, int);
    descriptor: (II)Lorg/graalvm/compiler/code/DataSection$ZeroData;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int alignment
        start local 1 // int size
         0: .line 166
            iload 1 /* size */
            tableswitch { // 1 - 8
                    1: 1
                    2: 2
                    3: 5
                    4: 3
                    5: 5
                    6: 5
                    7: 5
                    8: 4
              default: 5
          }
         1: .line 168
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.code.DataSection$ZeroData$1
            dup
            iload 0 /* alignment */
            iload 1 /* size */
            invokespecial org.graalvm.compiler.code.DataSection$ZeroData$1.<init>:(II)V
            areturn
         2: .line 176
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.code.DataSection$ZeroData$2
            dup
            iload 0 /* alignment */
            iload 1 /* size */
            invokespecial org.graalvm.compiler.code.DataSection$ZeroData$2.<init>:(II)V
            areturn
         3: .line 184
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.code.DataSection$ZeroData$3
            dup
            iload 0 /* alignment */
            iload 1 /* size */
            invokespecial org.graalvm.compiler.code.DataSection$ZeroData$3.<init>:(II)V
            areturn
         4: .line 192
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.code.DataSection$ZeroData$4
            dup
            iload 0 /* alignment */
            iload 1 /* size */
            invokespecial org.graalvm.compiler.code.DataSection$ZeroData$4.<init>:(II)V
            areturn
         5: .line 200
      StackMap locals:
      StackMap stack:
            new org.graalvm.compiler.code.DataSection$ZeroData
            dup
            iload 0 /* alignment */
            iload 1 /* size */
            invokespecial org.graalvm.compiler.code.DataSection$ZeroData.<init>:(II)V
            areturn
        end local 1 // int size
        end local 0 // int alignment
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0  alignment  I
            0    6     1       size  I
    MethodParameters:
           Name  Flags
      alignment  
      size       

  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$ZeroData this
        start local 1 // java.nio.ByteBuffer buffer
        start local 2 // org.graalvm.compiler.code.DataSection$Patches patches
         0: .line 206
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.code.DataSection$ZeroData.getSize:()I
            istore 3 /* rest */
        start local 3 // int rest
         1: .line 207
            goto 4
         2: .line 208
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            lconst_0
            invokevirtual java.nio.ByteBuffer.putLong:(J)Ljava/nio/ByteBuffer;
            pop
         3: .line 209
            iinc 3 /* rest */ -8
         4: .line 207
      StackMap locals:
      StackMap stack:
            iload 3 /* rest */
            bipush 8
            if_icmpgt 2
         5: .line 211
            goto 8
         6: .line 212
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         7: .line 213
            iinc 3 /* rest */ -1
         8: .line 211
      StackMap locals:
      StackMap stack:
            iload 3 /* rest */
            ifgt 6
         9: .line 215
            return
        end local 3 // int rest
        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$ZeroData this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lorg/graalvm/compiler/code/DataSection$ZeroData;
            0   10     1   buffer  Ljava/nio/ByteBuffer;
            0   10     2  patches  Lorg/graalvm/compiler/code/DataSection$Patches;
            1   10     3     rest  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 ZeroData = org.graalvm.compiler.code.DataSection$ZeroData of org.graalvm.compiler.code.DataSection
  org.graalvm.compiler.code.DataSection$ZeroData$1
  org.graalvm.compiler.code.DataSection$ZeroData$2
  org.graalvm.compiler.code.DataSection$ZeroData$3
  org.graalvm.compiler.code.DataSection$ZeroData$4