class com.oracle.truffle.polyglot.HostToGuestCodeCache$7 extends com.oracle.truffle.polyglot.GuestToHostRootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.HostToGuestCodeCache$7
  super_class: com.oracle.truffle.polyglot.GuestToHostRootNode
{
  final com.oracle.truffle.polyglot.HostToGuestCodeCache this$0;
    descriptor: Lcom/oracle/truffle/polyglot/HostToGuestCodeCache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.polyglot.HostToGuestCodeCache, java.lang.Class, java.lang.String);
    descriptor: (Lcom/oracle/truffle/polyglot/HostToGuestCodeCache;Ljava/lang/Class;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$7 this
        start local 2 // java.lang.Class $anonymous0
        start local 3 // java.lang.String $anonymous1
         0: .line 164
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.HostToGuestCodeCache$7.this$0:Lcom/oracle/truffle/polyglot/HostToGuestCodeCache;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            invokespecial com.oracle.truffle.polyglot.GuestToHostRootNode.<init>:(Ljava/lang/Class;Ljava/lang/String;)V
            return
        end local 3 // java.lang.String $anonymous1
        end local 2 // java.lang.Class $anonymous0
        end local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$7 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$7;
            0    1     2  $anonymous0  Ljava/lang/Class<*>;
            0    1     3  $anonymous1  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  

  protected java.lang.Object executeImpl(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$7 this
        start local 1 // java.lang.Object proxy
        start local 2 // java.lang.Object[] arguments
         0: .line 168
            aload 2 /* arguments */
            iconst_2
            aaload
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lstore 3 /* index */
        start local 3 // long index
         1: .line 170
            aload 0 /* this */
            aload 1 /* proxy */
            checkcast org.graalvm.polyglot.proxy.ProxyArray
            lload 3 /* index */
            aload 2 /* arguments */
            iconst_3
            aaload
            checkcast org.graalvm.polyglot.Value
            invokevirtual com.oracle.truffle.polyglot.HostToGuestCodeCache$7.boundarySet:(Lorg/graalvm/polyglot/proxy/ProxyArray;JLorg/graalvm/polyglot/Value;)V
         2: .line 171
            goto 7
      StackMap locals: com.oracle.truffle.polyglot.HostToGuestCodeCache$7 java.lang.Object java.lang.Object[] long
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
         3: pop
         4: .line 172
            lload 3 /* index */
            invokestatic com.oracle.truffle.api.interop.InvalidArrayIndexException.create:(J)Lcom/oracle/truffle/api/interop/InvalidArrayIndexException;
            athrow
         5: .line 173
      StackMap locals:
      StackMap stack: java.lang.UnsupportedOperationException
            pop
         6: .line 174
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
         7: .line 176
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // long index
        end local 2 // java.lang.Object[] arguments
        end local 1 // java.lang.Object proxy
        end local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$7 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$7;
            0    8     1      proxy  Ljava/lang/Object;
            0    8     2  arguments  [Ljava/lang/Object;
            1    8     3      index  J
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.ArrayIndexOutOfBoundsException
           1     2       5  Class java.lang.UnsupportedOperationException
    Exceptions:
      throws com.oracle.truffle.api.interop.InvalidArrayIndexException, com.oracle.truffle.api.interop.UnsupportedMessageException
    MethodParameters:
           Name  Flags
      proxy      
      arguments  

  private void boundarySet(org.graalvm.polyglot.proxy.ProxyArray, long, org.graalvm.polyglot.Value);
    descriptor: (Lorg/graalvm/polyglot/proxy/ProxyArray;JLorg/graalvm/polyglot/Value;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$7 this
        start local 1 // org.graalvm.polyglot.proxy.ProxyArray proxy
        start local 2 // long index
        start local 4 // org.graalvm.polyglot.Value value
         0: .line 181
            aload 1 /* proxy */
            lload 2 /* index */
            aload 4 /* value */
            invokeinterface org.graalvm.polyglot.proxy.ProxyArray.set:(JLorg/graalvm/polyglot/Value;)V
         1: .line 182
            return
        end local 4 // org.graalvm.polyglot.Value value
        end local 2 // long index
        end local 1 // org.graalvm.polyglot.proxy.ProxyArray proxy
        end local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$7 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$7;
            0    2     1  proxy  Lorg/graalvm/polyglot/proxy/ProxyArray;
            0    2     2  index  J
            0    2     4  value  Lorg/graalvm/polyglot/Value;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
       Name  Flags
      proxy  
      index  
      value  
}
SourceFile: "HostToGuestCodeCache.java"
EnclosingMethod: com.oracle.truffle.polyglot.HostToGuestCodeCache
NestHost: com.oracle.truffle.polyglot.HostToGuestCodeCache
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  com.oracle.truffle.polyglot.HostToGuestCodeCache$7