class com.oracle.truffle.polyglot.HostToGuestCodeCache$15 extends com.oracle.truffle.polyglot.GuestToHostRootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.HostToGuestCodeCache$15
  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$15 this
        start local 2 // java.lang.Class $anonymous0
        start local 3 // java.lang.String $anonymous1
         0: .line 284
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.HostToGuestCodeCache$15.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$15 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$15;
            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=4, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$15 this
        start local 1 // java.lang.Object proxy
        start local 2 // java.lang.Object[] arguments
         0: .line 289
            aload 1 /* proxy */
            checkcast org.graalvm.polyglot.proxy.ProxyTimeZone
            invokeinterface org.graalvm.polyglot.proxy.ProxyTimeZone.asTimeZone:()Ljava/time/ZoneId;
            astore 3 /* zone */
        start local 3 // java.time.ZoneId zone
         1: .line 290
            aload 3 /* zone */
            ifnonnull 3
         2: .line 291
            ldc "The returned zone must not be null."
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
         3: .line 293
      StackMap locals: java.time.ZoneId
      StackMap stack:
            aload 3 /* zone */
            areturn
        end local 3 // java.time.ZoneId zone
        end local 2 // java.lang.Object[] arguments
        end local 1 // java.lang.Object proxy
        end local 0 // com.oracle.truffle.polyglot.HostToGuestCodeCache$15 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/oracle/truffle/polyglot/HostToGuestCodeCache$15;
            0    4     1      proxy  Ljava/lang/Object;
            0    4     2  arguments  [Ljava/lang/Object;
            1    4     3       zone  Ljava/time/ZoneId;
    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$15