class com.oracle.truffle.polyglot.HostToGuestCodeCache$2 extends com.oracle.truffle.polyglot.GuestToHostRootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.HostToGuestCodeCache$2
  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$2 this
        start local 2 // java.lang.Class $anonymous0
        start local 3 // java.lang.String $anonymous1
         0: .line 94
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.HostToGuestCodeCache$2.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$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$2;
            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=3, locals=7, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$2 this
        start local 1 // java.lang.Object obj
        start local 2 // java.lang.Object[] callArguments
         0: .line 97
            aload 2 /* callArguments */
            iconst_2
            aaload
            checkcast com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ReflectBase
            astore 3 /* method */
        start local 3 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ReflectBase method
         1: .line 98
            aload 2 /* callArguments */
            iconst_3
            aaload
            checkcast java.lang.Object[]
            astore 4 /* arguments */
        start local 4 // java.lang.Object[] arguments
         2: .line 101
            aload 3 /* method */
            aload 1 /* obj */
            aload 4 /* arguments */
            invokevirtual com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ReflectBase.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 5 /* ret */
        start local 5 // java.lang.Object ret
         3: .line 102
            goto 6
        end local 5 // java.lang.Object ret
      StackMap locals: com.oracle.truffle.polyglot.HostToGuestCodeCache$2 java.lang.Object java.lang.Object[] com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ReflectBase java.lang.Object[]
      StackMap stack: java.lang.Throwable
         4: astore 6 /* e */
        start local 6 // java.lang.Throwable e
         5: .line 103
            aload 6 /* e */
            invokestatic com.oracle.truffle.polyglot.HostInteropReflect.rethrow:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 6 // java.lang.Throwable e
        start local 5 // java.lang.Object ret
         6: .line 105
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 5 /* ret */
            areturn
        end local 5 // java.lang.Object ret
        end local 4 // java.lang.Object[] arguments
        end local 3 // com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ReflectBase method
        end local 2 // java.lang.Object[] callArguments
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$2 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$2;
            0    7     1            obj  Ljava/lang/Object;
            0    7     2  callArguments  [Ljava/lang/Object;
            1    7     3         method  Lcom/oracle/truffle/polyglot/HostMethodDesc$SingleMethod$ReflectBase;
            2    7     4      arguments  [Ljava/lang/Object;
            3    4     5            ret  Ljava/lang/Object;
            6    7     5            ret  Ljava/lang/Object;
            5    6     6              e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
    MethodParameters:
               Name  Flags
      obj            
      callArguments  
}
SourceFile: "HostToGuestCodeCache.java"
EnclosingMethod: com.oracle.truffle.polyglot.HostToGuestCodeCache
NestHost: com.oracle.truffle.polyglot.HostToGuestCodeCache
InnerClasses:
  abstract SingleMethod = com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod of com.oracle.truffle.polyglot.HostMethodDesc
  abstract ReflectBase = com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod$ReflectBase of com.oracle.truffle.polyglot.HostMethodDesc$SingleMethod
  com.oracle.truffle.polyglot.HostToGuestCodeCache$2