public interface com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess extends com.oracle.truffle.js.runtime.array.ScriptArray$ProfileAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess
  super_class: java.lang.Object
{
  public boolean lengthZero(com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
        start local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        start local 2 // boolean condition
         0: .line 143
            aload 1 /* profile */
            aload 0 /* this */
            iconst_0
            iload 2 /* condition */
            invokeinterface com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder.profile:(Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileAccess;IZ)Z
            ireturn
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/runtime/array/ScriptArray$SetLengthProfileAccess;
            0    1     1    profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            0    1     2  condition  Z
    MethodParameters:
           Name  Flags
      profile    
      condition  

  public boolean lengthLess(com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
        start local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        start local 2 // boolean condition
         0: .line 147
            aload 1 /* profile */
            aload 0 /* this */
            iconst_1
            iload 2 /* condition */
            invokeinterface com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder.profile:(Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileAccess;IZ)Z
            ireturn
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/runtime/array/ScriptArray$SetLengthProfileAccess;
            0    1     1    profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            0    1     2  condition  Z
    MethodParameters:
           Name  Flags
      profile    
      condition  

  public boolean zeroBasedSetUsedLength(com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
        start local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        start local 2 // boolean condition
         0: .line 151
            aload 1 /* profile */
            aload 0 /* this */
            iconst_2
            iload 2 /* condition */
            invokeinterface com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder.profile:(Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileAccess;IZ)Z
            ireturn
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/runtime/array/ScriptArray$SetLengthProfileAccess;
            0    1     1    profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            0    1     2  condition  Z
    MethodParameters:
           Name  Flags
      profile    
      condition  

  public boolean zeroBasedClearUnusedArea(com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
        start local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        start local 2 // boolean condition
         0: .line 155
            aload 1 /* profile */
            aload 0 /* this */
            iconst_3
            iload 2 /* condition */
            invokeinterface com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder.profile:(Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileAccess;IZ)Z
            ireturn
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/runtime/array/ScriptArray$SetLengthProfileAccess;
            0    1     1    profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            0    1     2  condition  Z
    MethodParameters:
           Name  Flags
      profile    
      condition  

  public boolean contiguousZeroUsed(com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
        start local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        start local 2 // boolean condition
         0: .line 159
            aload 1 /* profile */
            aload 0 /* this */
            iconst_4
            iload 2 /* condition */
            invokeinterface com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder.profile:(Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileAccess;IZ)Z
            ireturn
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/runtime/array/ScriptArray$SetLengthProfileAccess;
            0    1     1    profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            0    1     2  condition  Z
    MethodParameters:
           Name  Flags
      profile    
      condition  

  public boolean contiguousNegativeUsed(com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
        start local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        start local 2 // boolean condition
         0: .line 163
            aload 1 /* profile */
            aload 0 /* this */
            iconst_5
            iload 2 /* condition */
            invokeinterface com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder.profile:(Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileAccess;IZ)Z
            ireturn
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/runtime/array/ScriptArray$SetLengthProfileAccess;
            0    1     1    profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            0    1     2  condition  Z
    MethodParameters:
           Name  Flags
      profile    
      condition  

  public boolean contiguousShrinkUsed(com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
        start local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        start local 2 // boolean condition
         0: .line 167
            aload 1 /* profile */
            aload 0 /* this */
            bipush 6
            iload 2 /* condition */
            invokeinterface com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder.profile:(Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileAccess;IZ)Z
            ireturn
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/runtime/array/ScriptArray$SetLengthProfileAccess;
            0    1     1    profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            0    1     2  condition  Z
    MethodParameters:
           Name  Flags
      profile    
      condition  

  public boolean clearUnusedArea(com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder, boolean);
    descriptor: (Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
        start local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        start local 2 // boolean condition
         0: .line 171
            aload 1 /* profile */
            aload 0 /* this */
            bipush 7
            iload 2 /* condition */
            invokeinterface com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder.profile:(Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileAccess;IZ)Z
            ireturn
        end local 2 // boolean condition
        end local 1 // com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder profile
        end local 0 // com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/js/runtime/array/ScriptArray$SetLengthProfileAccess;
            0    1     1    profile  Lcom/oracle/truffle/js/runtime/array/ScriptArray$ProfileHolder;
            0    1     2  condition  Z
    MethodParameters:
           Name  Flags
      profile    
      condition  
}
SourceFile: "ScriptArray.java"
NestHost: com.oracle.truffle.js.runtime.array.ScriptArray
InnerClasses:
  protected abstract ProfileAccess = com.oracle.truffle.js.runtime.array.ScriptArray$ProfileAccess of com.oracle.truffle.js.runtime.array.ScriptArray
  public abstract ProfileHolder = com.oracle.truffle.js.runtime.array.ScriptArray$ProfileHolder of com.oracle.truffle.js.runtime.array.ScriptArray
  protected abstract SetLengthProfileAccess = com.oracle.truffle.js.runtime.array.ScriptArray$SetLengthProfileAccess of com.oracle.truffle.js.runtime.array.ScriptArray