class com.oracle.truffle.polyglot.HostToGuestCodeCache$6 extends com.oracle.truffle.polyglot.GuestToHostRootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.HostToGuestCodeCache$6
  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$6 this
        start local 2 // java.lang.Class $anonymous0
        start local 3 // java.lang.String $anonymous1
         0: .line 144
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.HostToGuestCodeCache$6.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$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$6;
            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=4, locals=5, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$6 this
        start local 1 // java.lang.Object proxy
        start local 2 // java.lang.Object[] arguments
         0: .line 148
            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 150
            aload 0 /* this */
            aload 1 /* proxy */
            checkcast org.graalvm.polyglot.proxy.ProxyArray
            lload 3 /* index */
            invokevirtual com.oracle.truffle.polyglot.HostToGuestCodeCache$6.boundaryGet:(Lorg/graalvm/polyglot/proxy/ProxyArray;J)Ljava/lang/Object;
         2: areturn
         3: .line 151
      StackMap locals: com.oracle.truffle.polyglot.HostToGuestCodeCache$6 java.lang.Object java.lang.Object[] long
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            pop
         4: .line 152
            lload 3 /* index */
            invokestatic com.oracle.truffle.api.interop.InvalidArrayIndexException.create:(J)Lcom/oracle/truffle/api/interop/InvalidArrayIndexException;
            athrow
         5: .line 153
      StackMap locals:
      StackMap stack: java.lang.UnsupportedOperationException
            pop
         6: .line 154
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        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$6 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$6;
            0    7     1      proxy  Ljava/lang/Object;
            0    7     2  arguments  [Ljava/lang/Object;
            1    7     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 java.lang.Object boundaryGet(org.graalvm.polyglot.proxy.ProxyArray, long);
    descriptor: (Lorg/graalvm/polyglot/proxy/ProxyArray;J)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$6 this
        start local 1 // org.graalvm.polyglot.proxy.ProxyArray proxy
        start local 2 // long index
         0: .line 160
            aload 1 /* proxy */
            lload 2 /* index */
            invokeinterface org.graalvm.polyglot.proxy.ProxyArray.get:(J)Ljava/lang/Object;
            areturn
        end local 2 // long index
        end local 1 // org.graalvm.polyglot.proxy.ProxyArray proxy
        end local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$6 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$6;
            0    1     1  proxy  Lorg/graalvm/polyglot/proxy/ProxyArray;
            0    1     2  index  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
       Name  Flags
      proxy  
      index  
}
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$6