class com.oracle.truffle.polyglot.HostToGuestCodeCache$10 extends com.oracle.truffle.polyglot.GuestToHostRootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.HostToGuestCodeCache$10
  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$10 this
        start local 2 // java.lang.Class $anonymous0
        start local 3 // java.lang.String $anonymous1
         0: .line 214
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.HostToGuestCodeCache$10.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$10 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$10;
            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=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$10 this
        start local 1 // java.lang.Object proxy
        start local 2 // java.lang.Object[] arguments
         0: .line 219
            aload 1 /* proxy */
            checkcast org.graalvm.polyglot.proxy.ProxyObject
            invokeinterface org.graalvm.polyglot.proxy.ProxyObject.getMemberKeys:()Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object[] arguments
        end local 1 // java.lang.Object proxy
        end local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$10 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$10;
            0    1     1      proxy  Ljava/lang/Object;
            0    1     2  arguments  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
           Name  Flags
      proxy      
      arguments  
}
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$10