final class com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  private volatile com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode[] toGuestValue;
    descriptor: [Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Children()

  private volatile boolean needsCopy;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  private volatile boolean generic;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 682
            ldc Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode this
         0: .line 688
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 685
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.needsCopy:Z
         2: .line 686
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.generic:Z
         3: .line 689
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValuesNode;

  public java.lang.Object[] apply(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object[]);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;[Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode this
         0: .line 697
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tToGuestValueNodeGen cannot be resolved\n\tToGuestValueNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValuesNode;
    MethodParameters:
                 Name  Flags
      languageContext  
      args             

  private java.lang.Object[] fastToGuestValuesUnroll(com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode[], com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object[]);
    descriptor: ([Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;[Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode[] nodes
        start local 2 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
        start local 3 // java.lang.Object[] args
         0: .line 731
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.needsCopy:Z
            ifeq 1
            aload 1 /* nodes */
            arraylength
            anewarray java.lang.Object
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 3 /* args */
      StackMap locals:
      StackMap stack: java.lang.Object[]
         2: astore 4 /* newArgs */
        start local 4 // java.lang.Object[] newArgs
         3: .line 732
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 17
         5: .line 733
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 3 /* args */
            iload 5 /* i */
            aaload
            astore 6 /* arg */
        start local 6 // java.lang.Object arg
         6: .line 734
            aload 1 /* nodes */
            iload 5 /* i */
            aaload
            aload 2 /* languageContext */
            aload 6 /* arg */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode.execute:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* newArg */
        start local 7 // java.lang.Object newArg
         7: .line 735
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.needsCopy:Z
            ifeq 10
         8: .line 736
            aload 4 /* newArgs */
            iload 5 /* i */
            aload 7 /* newArg */
            aastore
         9: .line 737
            goto 16
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
        10: aload 6 /* arg */
            aload 7 /* newArg */
            if_acmpeq 16
        11: .line 738
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
        12: .line 739
            aload 1 /* nodes */
            arraylength
            anewarray java.lang.Object
            astore 4 /* newArgs */
        13: .line 740
            aload 3 /* args */
            iconst_0
            aload 4 /* newArgs */
            iconst_0
            aload 3 /* args */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 741
            aload 4 /* newArgs */
            iload 5 /* i */
            aload 7 /* newArg */
            aastore
        15: .line 742
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.needsCopy:Z
        end local 7 // java.lang.Object newArg
        end local 6 // java.lang.Object arg
        16: .line 732
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 5 /* i */
            aload 1 /* nodes */
            arraylength
            if_icmplt 5
        end local 5 // int i
        18: .line 745
            aload 4 /* newArgs */
            areturn
        end local 4 // java.lang.Object[] newArgs
        end local 3 // java.lang.Object[] args
        end local 2 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
        end local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode[] nodes
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   19     0             this  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValuesNode;
            0   19     1            nodes  [Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;
            0   19     2  languageContext  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0   19     3             args  [Ljava/lang/Object;
            3   19     4          newArgs  [Ljava/lang/Object;
            4   18     5                i  I
            6   16     6              arg  Ljava/lang/Object;
            7   16     7           newArg  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.ExplodeLoop()
    MethodParameters:
                 Name  Flags
      nodes            
      languageContext  
      args             

  private java.lang.Object[] fastToGuestValues(com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode, com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object[]);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;[Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode node
        start local 2 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
        start local 3 // java.lang.Object[] args
         0: .line 753
            getstatic com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.toGuestValue:[Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;
            iconst_0
            aaload
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.needsCopy:Z
            ifeq 2
            aload 3 /* args */
            arraylength
            anewarray java.lang.Object
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 3 /* args */
      StackMap locals:
      StackMap stack: java.lang.Object[]
         3: astore 4 /* newArgs */
        start local 4 // java.lang.Object[] newArgs
         4: .line 755
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 18
         6: .line 756
      StackMap locals: java.lang.Object[] int
      StackMap stack:
            aload 3 /* args */
            iload 5 /* i */
            aaload
            astore 6 /* arg */
        start local 6 // java.lang.Object arg
         7: .line 757
            aload 1 /* node */
            aload 2 /* languageContext */
            aload 6 /* arg */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode.execute:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* newArg */
        start local 7 // java.lang.Object newArg
         8: .line 758
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.needsCopy:Z
            ifeq 11
         9: .line 759
            aload 4 /* newArgs */
            iload 5 /* i */
            aload 7 /* newArg */
            aastore
        10: .line 760
            goto 17
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
        11: aload 6 /* arg */
            aload 7 /* newArg */
            if_acmpeq 17
        12: .line 761
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
        13: .line 762
            aload 3 /* args */
            arraylength
            anewarray java.lang.Object
            astore 4 /* newArgs */
        14: .line 763
            aload 3 /* args */
            iconst_0
            aload 4 /* newArgs */
            iconst_0
            aload 3 /* args */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 764
            aload 4 /* newArgs */
            iload 5 /* i */
            aload 7 /* newArg */
            aastore
        16: .line 765
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.needsCopy:Z
        end local 7 // java.lang.Object newArg
        end local 6 // java.lang.Object arg
        17: .line 755
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 5 /* i */
            aload 3 /* args */
            arraylength
            if_icmplt 6
        end local 5 // int i
        19: .line 768
            aload 4 /* newArgs */
            areturn
        end local 4 // java.lang.Object[] newArgs
        end local 3 // java.lang.Object[] args
        end local 2 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
        end local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode node
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0             this  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValuesNode;
            0   20     1             node  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;
            0   20     2  languageContext  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0   20     3             args  [Ljava/lang/Object;
            4   20     4          newArgs  [Ljava/lang/Object;
            5   19     5                i  I
            7   17     6              arg  Ljava/lang/Object;
            8   17     7           newArg  Ljava/lang/Object;
    MethodParameters:
                 Name  Flags
      node             
      languageContext  
      args             

  public static com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode create();
    descriptor: ()Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValuesNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 772
            new com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode
            dup
            invokespecial com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PolyglotLanguageContext.java"
NestHost: com.oracle.truffle.polyglot.PolyglotLanguageContext
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  public abstract Children = com.oracle.truffle.api.nodes.Node$Children of com.oracle.truffle.api.nodes.Node
  abstract ToGuestValueNode = com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode of com.oracle.truffle.polyglot.PolyglotLanguageContext
  final ToGuestValuesNode = com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode of com.oracle.truffle.polyglot.PolyglotLanguageContext