abstract class com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$SetArrayElementNode 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$SetArrayElementNode
  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$SetArrayElementNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
         0: .line 1582
            aload 0 /* this */
            aload 1 /* interop */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue$InteropNode.<init>:(Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;)V
         1: .line 1583
            return
        end local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$SetArrayElementNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$SetArrayElementNode;
            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$SetArrayElementNode this
         0: .line 1587
            iconst_4
            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$SetArrayElementNode.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$SetArrayElementNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$SetArrayElementNode;
    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$SetArrayElementNode this
         0: .line 1592
            ldc "setArrayElement"
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$SetArrayElementNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$SetArrayElementNode;

  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.polyglot.PolyglotLanguageContext$ToGuestValueNode, com.oracle.truffle.api.profiles.BranchProfile, 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/polyglot/PolyglotLanguageContext$ToGuestValueNode;Lcom/oracle/truffle/api/profiles/BranchProfile;Lcom/oracle/truffle/api/profiles/BranchProfile;Lcom/oracle/truffle/api/profiles/BranchProfile;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=11, args_size=8
        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.polyglot.PolyglotLanguageContext$ToGuestValueNode toGuestValue
        start local 5 // com.oracle.truffle.api.profiles.BranchProfile unsupported
        start local 6 // com.oracle.truffle.api.profiles.BranchProfile invalidIndex
        start local 7 // com.oracle.truffle.api.profiles.BranchProfile invalidValue
         0: .line 1602
            aload 2 /* args */
            iconst_2
            aaload
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lstore 8 /* index */
        start local 8 // long index
         1: .line 1603
            aload 4 /* toGuestValue */
            aload 0 /* context */
            aload 2 /* args */
            iconst_3
            aaload
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode.execute:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/Object;
            astore 10 /* value */
        start local 10 // java.lang.Object value
         2: .line 1605
            aload 3 /* arrays */
            aload 1 /* receiver */
            lload 8 /* index */
            aload 10 /* value */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.writeArrayElement:(Ljava/lang/Object;JLjava/lang/Object;)V
         3: .line 1606
            goto 13
      StackMap locals: com.oracle.truffle.polyglot.PolyglotLanguageContext java.lang.Object java.lang.Object[] com.oracle.truffle.api.interop.InteropLibrary com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode com.oracle.truffle.api.profiles.BranchProfile com.oracle.truffle.api.profiles.BranchProfile com.oracle.truffle.api.profiles.BranchProfile long java.lang.Object
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
         4: pop
         5: .line 1607
            aload 5 /* unsupported */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         6: .line 1608
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.PolyglotValue.setArrayElementUnsupported:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)V
            goto 13
         7: .line 1609
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedTypeException
            pop
         8: .line 1610
            aload 7 /* invalidValue */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         9: .line 1611
            aload 0 /* context */
            aload 1 /* receiver */
            lload 8 /* index */
            aload 10 /* value */
            invokestatic com.oracle.truffle.polyglot.PolyglotValue.invalidArrayValue:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;JLjava/lang/Object;)Ljava/lang/RuntimeException;
            athrow
        10: .line 1612
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.InvalidArrayIndexException
            pop
        11: .line 1613
            aload 6 /* invalidIndex */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
        12: .line 1614
            aload 0 /* context */
            aload 1 /* receiver */
            lload 8 /* index */
            invokestatic com.oracle.truffle.polyglot.PolyglotValue.invalidArrayIndex:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;J)Ljava/lang/RuntimeException;
            athrow
        13: .line 1616
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 10 // java.lang.Object value
        end local 8 // long index
        end local 7 // com.oracle.truffle.api.profiles.BranchProfile invalidValue
        end local 6 // com.oracle.truffle.api.profiles.BranchProfile invalidIndex
        end local 5 // com.oracle.truffle.api.profiles.BranchProfile unsupported
        end local 4 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode toGuestValue
        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   14     0       context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0   14     1      receiver  Ljava/lang/Object;
            0   14     2          args  [Ljava/lang/Object;
            0   14     3        arrays  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0   14     4  toGuestValue  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;
            0   14     5   unsupported  Lcom/oracle/truffle/api/profiles/BranchProfile;
            0   14     6  invalidIndex  Lcom/oracle/truffle/api/profiles/BranchProfile;
            0   14     7  invalidValue  Lcom/oracle/truffle/api/profiles/BranchProfile;
            1   14     8         index  J
            2   14    10         value  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           2     3       4  Class com.oracle.truffle.api.interop.UnsupportedMessageException
           2     3       7  Class com.oracle.truffle.api.interop.UnsupportedTypeException
           2     3      10  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()
      6:
        com.oracle.truffle.api.dsl.Cached()
      7:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
              Name  Flags
      context       
      receiver      
      args          
      arrays        
      toGuestValue  
      unsupported   
      invalidIndex  
      invalidValue  
}
SourceFile: "PolyglotValue.java"
NestHost: com.oracle.truffle.polyglot.PolyglotValue
InnerClasses:
  abstract ToGuestValueNode = com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode of com.oracle.truffle.polyglot.PolyglotLanguageContext
  InteropCodeCache = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache of com.oracle.truffle.polyglot.PolyglotValue
  abstract SetArrayElementNode = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$SetArrayElementNode of com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache
  abstract InteropNode = com.oracle.truffle.polyglot.PolyglotValue$InteropNode of com.oracle.truffle.polyglot.PolyglotValue