public final class com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray extends com.oracle.truffle.js.runtime.array.dyn.AbstractConstantEmptyArray
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray
  super_class: com.oracle.truffle.js.runtime.array.dyn.AbstractConstantEmptyArray
{
  private static final com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray EMPTY_ARRAY;
    descriptor: Lcom/oracle/truffle/js/runtime/array/dyn/ConstantEmptyArray;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 48
            new com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray
            dup
            iconst_0
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray.createCache:()Lcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;
            invokespecial com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray.<init>:(ILcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;)V
            putstatic com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray.EMPTY_ARRAY:Lcom/oracle/truffle/js/runtime/array/dyn/ConstantEmptyArray;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray createConstantEmptyArray();
    descriptor: ()Lcom/oracle/truffle/js/runtime/array/dyn/ConstantEmptyArray;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 51
            getstatic com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray.EMPTY_ARRAY:Lcom/oracle/truffle/js/runtime/array/dyn/ConstantEmptyArray;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(int, com.oracle.truffle.js.runtime.array.DynamicArray$DynamicArrayCache);
    descriptor: (ILcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray this
        start local 1 // int integrityLevel
        start local 2 // com.oracle.truffle.js.runtime.array.DynamicArray$DynamicArrayCache cache
         0: .line 55
            aload 0 /* this */
            iload 1 /* integrityLevel */
            aload 2 /* cache */
            invokespecial com.oracle.truffle.js.runtime.array.dyn.AbstractConstantEmptyArray.<init>:(ILcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;)V
         1: .line 56
            return
        end local 2 // com.oracle.truffle.js.runtime.array.DynamicArray$DynamicArrayCache cache
        end local 1 // int integrityLevel
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/oracle/truffle/js/runtime/array/dyn/ConstantEmptyArray;
            0    2     1  integrityLevel  I
            0    2     2           cache  Lcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;
    MethodParameters:
                Name  Flags
      integrityLevel  
      cache           

  public com.oracle.truffle.js.runtime.array.ScriptArray setLengthImpl(com.oracle.truffle.api.object.DynamicObject, long, com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;JLcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;)Lcom/oracle/truffle/js/runtime/array/ScriptArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray this
        start local 1 // com.oracle.truffle.api.object.DynamicObject object
        start local 2 // long length
        start local 4 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
         0: .line 60
            aload 1 /* object */
            lload 2 /* length */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray.setCapacity:(Lcom/oracle/truffle/api/object/DynamicObject;J)V
         1: .line 61
            aload 0 /* this */
            areturn
        end local 4 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 2 // long length
        end local 1 // com.oracle.truffle.api.object.DynamicObject object
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/js/runtime/array/dyn/ConstantEmptyArray;
            0    2     1   object  Lcom/oracle/truffle/api/object/DynamicObject;
            0    2     2   length  J
            0    2     4  profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
    MethodParameters:
         Name  Flags
      object   
      length   
      profile  

  public com.oracle.truffle.js.runtime.array.ScriptArray removeRangeImpl(com.oracle.truffle.api.object.DynamicObject, long, long);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;JJ)Lcom/oracle/truffle/js/runtime/array/ScriptArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray this
        start local 1 // com.oracle.truffle.api.object.DynamicObject object
        start local 2 // long start
        start local 4 // long end
         0: .line 66
            aload 1 /* object */
            aload 1 /* object */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray.getCapacity:(Lcom/oracle/truffle/api/object/DynamicObject;)J
            lload 4 /* end */
            lload 2 /* start */
            lsub
            lsub
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray.setCapacity:(Lcom/oracle/truffle/api/object/DynamicObject;J)V
         1: .line 67
            aload 0 /* this */
            areturn
        end local 4 // long end
        end local 2 // long start
        end local 1 // com.oracle.truffle.api.object.DynamicObject object
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/js/runtime/array/dyn/ConstantEmptyArray;
            0    2     1  object  Lcom/oracle/truffle/api/object/DynamicObject;
            0    2     2   start  J
            0    2     4     end  J
    MethodParameters:
        Name  Flags
      object  
      start   
      end     

  public com.oracle.truffle.js.runtime.array.ScriptArray addRangeImpl(com.oracle.truffle.api.object.DynamicObject, long, int);
    descriptor: (Lcom/oracle/truffle/api/object/DynamicObject;JI)Lcom/oracle/truffle/js/runtime/array/ScriptArray;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray this
        start local 1 // com.oracle.truffle.api.object.DynamicObject object
        start local 2 // long offset
        start local 4 // int size
         0: .line 72
            aload 1 /* object */
            aload 1 /* object */
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray.getCapacity:(Lcom/oracle/truffle/api/object/DynamicObject;)J
            iload 4 /* size */
            i2l
            ladd
            invokestatic com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray.setCapacity:(Lcom/oracle/truffle/api/object/DynamicObject;J)V
         1: .line 73
            aload 0 /* this */
            areturn
        end local 4 // int size
        end local 2 // long offset
        end local 1 // com.oracle.truffle.api.object.DynamicObject object
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/oracle/truffle/js/runtime/array/dyn/ConstantEmptyArray;
            0    2     1  object  Lcom/oracle/truffle/api/object/DynamicObject;
            0    2     2  offset  J
            0    2     4    size  I
    MethodParameters:
        Name  Flags
      object  
      offset  
      size    

  protected com.oracle.truffle.js.runtime.array.DynamicArray withIntegrityLevel(int);
    descriptor: (I)Lcom/oracle/truffle/js/runtime/array/DynamicArray;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray this
        start local 1 // int newIntegrityLevel
         0: .line 78
            new com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray
            dup
            iload 1 /* newIntegrityLevel */
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray.cache:Lcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;
            invokespecial com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray.<init>:(ILcom/oracle/truffle/js/runtime/array/DynamicArray$DynamicArrayCache;)V
            areturn
        end local 1 // int newIntegrityLevel
        end local 0 // com.oracle.truffle.js.runtime.array.dyn.ConstantEmptyArray this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/oracle/truffle/js/runtime/array/dyn/ConstantEmptyArray;
            0    1     1  newIntegrityLevel  I
    MethodParameters:
                   Name  Flags
      newIntegrityLevel  
}
SourceFile: "ConstantEmptyArray.java"
InnerClasses:
  protected final DynamicArrayCache = com.oracle.truffle.js.runtime.array.DynamicArray$DynamicArrayCache of com.oracle.truffle.js.runtime.array.DynamicArray
  public abstract ProfileHolder = com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder of com.oracle.truffle.js.runtime.array.ScriptArray