abstract class com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveArrayElementNode extends com.oracle.truffle.polyglot.PolyglotValue$InteropNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveArrayElementNode
  super_class: com.oracle.truffle.polyglot.PolyglotValue$InteropNode
{
  protected void <init>(com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveArrayElementNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
         0: .line 1623
            aload 0 /* this */
            aload 1 /* interop */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue$InteropNode.<init>:(Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;)V
         1: .line 1624
            return
        end local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveArrayElementNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$RemoveArrayElementNode;
            0    2     1  interop  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;
    MethodParameters:
         Name  Flags
      interop  

  protected java.lang.Class<?>[] getArgumentTypes();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveArrayElementNode this
         0: .line 1628
            iconst_3
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveArrayElementNode.polyglot:Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;
            getfield com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache.receiverType:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            ldc Ljava/lang/Long;
            aastore
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveArrayElementNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$RemoveArrayElementNode;
    Signature: ()[Ljava/lang/Class<*>;

  protected java.lang.String getOperationName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveArrayElementNode this
         0: .line 1633
            ldc "removeArrayElement"
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveArrayElementNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$RemoveArrayElementNode;

  static java.lang.Object doCached(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.Object[], com.oracle.truffle.api.interop.InteropLibrary, com.oracle.truffle.api.profiles.BranchProfile, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;[Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;Lcom/oracle/truffle/api/profiles/BranchProfile;Lcom/oracle/truffle/api/profiles/BranchProfile;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=9, args_size=6
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] args
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary arrays
        start local 4 // com.oracle.truffle.api.profiles.BranchProfile unsupported
        start local 5 // com.oracle.truffle.api.profiles.BranchProfile invalidIndex
         0: .line 1641
            aload 2 /* args */
            iconst_2
            aaload
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lstore 6 /* index */
        start local 6 // long index
         1: .line 1644
            aload 3 /* arrays */
            aload 1 /* receiver */
            lload 6 /* index */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.removeArrayElement:(Ljava/lang/Object;J)V
         2: .line 1645
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
            astore 8 /* value */
        start local 8 // java.lang.Object value
         3: .line 1646
            goto 10
        end local 8 // java.lang.Object value
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLanguageContext java.lang.Object java.lang.Object[] com.oracle.truffle.api.interop.InteropLibrary com.oracle.truffle.api.profiles.BranchProfile com.oracle.truffle.api.profiles.BranchProfile long
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
         4: pop
         5: .line 1647
            aload 4 /* unsupported */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         6: .line 1648
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.PolyglotValue.removeArrayElementUnsupported:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/RuntimeException;
            athrow
         7: .line 1649
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.InvalidArrayIndexException
            pop
         8: .line 1650
            aload 5 /* invalidIndex */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         9: .line 1651
            aload 0 /* context */
            aload 1 /* receiver */
            lload 6 /* index */
            invokestatic com.oracle.truffle.polyglot.PolyglotValue.invalidArrayIndex:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;J)Ljava/lang/RuntimeException;
            athrow
        start local 8 // java.lang.Object value
        10: .line 1653
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 8 /* value */
            areturn
        end local 8 // java.lang.Object value
        end local 6 // long index
        end local 5 // com.oracle.truffle.api.profiles.BranchProfile invalidIndex
        end local 4 // com.oracle.truffle.api.profiles.BranchProfile unsupported
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary arrays
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0       context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0   11     1      receiver  Ljava/lang/Object;
            0   11     2          args  [Ljava/lang/Object;
            0   11     3        arrays  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0   11     4   unsupported  Lcom/oracle/truffle/api/profiles/BranchProfile;
            0   11     5  invalidIndex  Lcom/oracle/truffle/api/profiles/BranchProfile;
            1   11     6         index  J
            3    4     8         value  Ljava/lang/Object;
           10   11     8         value  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     3       4  Class com.oracle.truffle.api.interop.UnsupportedMessageException
           1     3       7  Class com.oracle.truffle.api.interop.InvalidArrayIndexException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "CACHE_LIMIT")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver")
      4:
        com.oracle.truffle.api.dsl.Cached()
      5:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
              Name  Flags
      context       
      receiver      
      args          
      arrays        
      unsupported   
      invalidIndex  
}
SourceFile: "PolyglotValue.java"
NestHost: com.oracle.truffle.polyglot.PolyglotValue
InnerClasses:
  InteropCodeCache = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache of com.oracle.truffle.polyglot.PolyglotValue
  abstract RemoveArrayElementNode = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$RemoveArrayElementNode of com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache
  abstract InteropNode = com.oracle.truffle.polyglot.PolyglotValue$InteropNode of com.oracle.truffle.polyglot.PolyglotValue