class org.graalvm.compiler.code.DataSection$ZeroData$3 extends org.graalvm.compiler.code.DataSection$ZeroData
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.code.DataSection$ZeroData$3
  super_class: org.graalvm.compiler.code.DataSection$ZeroData
{
  void <init>(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.code.DataSection$ZeroData$3 this
        start local 1 // int $anonymous0
        start local 2 // int $anonymous1
         0: .line 184
            aload 0 /* this */
            iload 1 /* $anonymous0 */
            iload 2 /* $anonymous1 */
            invokespecial org.graalvm.compiler.code.DataSection$ZeroData.<init>:(II)V
            return
        end local 2 // int $anonymous1
        end local 1 // int $anonymous0
        end local 0 // org.graalvm.compiler.code.DataSection$ZeroData$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/graalvm/compiler/code/DataSection$ZeroData$3;
            0    1     1  $anonymous0  I
            0    1     2  $anonymous1  I
    MethodParameters:
             Name  Flags
      $anonymous0  
      $anonymous1  

  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=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.code.DataSection$ZeroData$3 this
        start local 1 // java.nio.ByteBuffer buffer
        start local 2 // org.graalvm.compiler.code.DataSection$Patches patches
         0: .line 187
            aload 1 /* buffer */
            iconst_0
            invokevirtual java.nio.ByteBuffer.putInt:(I)Ljava/nio/ByteBuffer;
            pop
         1: .line 188
            return
        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$3 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/graalvm/compiler/code/DataSection$ZeroData$3;
            0    2     1   buffer  Ljava/nio/ByteBuffer;
            0    2     2  patches  Lorg/graalvm/compiler/code/DataSection$Patches;
    MethodParameters:
         Name  Flags
      buffer   
      patches  
}
SourceFile: "DataSection.java"
EnclosingMethod: org.graalvm.compiler.code.DataSection$ZeroData.create:(II)Lorg/graalvm/compiler/code/DataSection$ZeroData;
NestHost: org.graalvm.compiler.code.DataSection
InnerClasses:
  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$3