class com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode extends com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$AbstractInvokeNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode
  super_class: com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$AbstractInvokeNode
{
  private final com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode toGuestValues;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValuesNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
         0: .line 2181
            aload 0 /* this */
            aload 1 /* interop */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$AbstractInvokeNode.<init>:(Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;)V
         1: .line 2178
            aload 0 /* this */
            invokestatic com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.create:()Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValuesNode;
            putfield com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode.toGuestValues:Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValuesNode;
         2: .line 2182
            return
        end local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$InvokeNode;
            0    3     1  interop  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;
    MethodParameters:
         Name  Flags
      interop  

  protected java.lang.Class<?>[] getArgumentTypes();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode this
         0: .line 2186
            iconst_4
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode.polyglot:Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;
            getfield com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache.receiverType:Ljava/lang/Class;
            aastore
            dup
            iconst_2
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_3
            ldc [Ljava/lang/Object;
            aastore
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$InvokeNode;
    Signature: ()[Ljava/lang/Class<*>;

  protected java.lang.String getOperationName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode this
         0: .line 2191
            ldc "invoke"
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$InvokeNode;

  protected java.lang.Object executeImpl(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.Object[]);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 2 // java.lang.Object receiver
        start local 3 // java.lang.Object[] args
         0: .line 2196
            aload 3 /* args */
            iconst_2
            aaload
            checkcast java.lang.String
            astore 4 /* key */
        start local 4 // java.lang.String key
         1: .line 2197
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode.toGuestValues:Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValuesNode;
            aload 1 /* context */
            aload 3 /* args */
            iconst_3
            aaload
            checkcast java.lang.Object[]
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode.apply:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;[Ljava/lang/Object;)[Ljava/lang/Object;
            astore 5 /* guestArguments */
        start local 5 // java.lang.Object[] guestArguments
         2: .line 2198
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* receiver */
            aload 4 /* key */
            aload 5 /* guestArguments */
            invokevirtual com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode.executeShared:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 5 // java.lang.Object[] guestArguments
        end local 4 // java.lang.String key
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.Object receiver
        end local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$InvokeNode;
            0    3     1         context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    3     2        receiver  Ljava/lang/Object;
            0    3     3            args  [Ljava/lang/Object;
            1    3     4             key  Ljava/lang/String;
            2    3     5  guestArguments  [Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      context   
      receiver  
      args      
}
SourceFile: "PolyglotValue.java"
NestHost: com.oracle.truffle.polyglot.PolyglotValue
InnerClasses:
  final ToGuestValuesNode = com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValuesNode of com.oracle.truffle.polyglot.PolyglotLanguageContext
  InteropCodeCache = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache of com.oracle.truffle.polyglot.PolyglotValue
  private abstract AbstractInvokeNode = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$AbstractInvokeNode of com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache
  private InvokeNode = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$InvokeNode of com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache