abstract class com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$PutMemberNode extends com.oracle.truffle.polyglot.PolyglotValue$InteropNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$PutMemberNode
  super_class: com.oracle.truffle.polyglot.PolyglotValue$InteropNode
{
  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 1731
            ldc Lcom/oracle/truffle/polyglot/PolyglotValue;
            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.PolyglotValue$InteropCodeCache$PutMemberNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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$PutMemberNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
         0: .line 1734
            aload 0 /* this */
            aload 1 /* interop */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue$InteropNode.<init>:(Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;)V
         1: .line 1735
            return
        end local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$PutMemberNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$PutMemberNode;
            0    2     1  interop  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;
    MethodParameters:
         Name  Flags
      interop  

  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$PutMemberNode this
         0: .line 1739
            ldc "putMember"
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$PutMemberNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$PutMemberNode;

  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$PutMemberNode this
         0: .line 1744
            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$PutMemberNode.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
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$PutMemberNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$PutMemberNode;
    Signature: ()[Ljava/lang/Class<*>;

  static java.lang.Object doCached(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.Object[], com.oracle.truffle.api.interop.InteropLibrary, com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode, com.oracle.truffle.api.profiles.BranchProfile, com.oracle.truffle.api.profiles.BranchProfile, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;[Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;Lcom/oracle/truffle/api/profiles/BranchProfile;Lcom/oracle/truffle/api/profiles/BranchProfile;Lcom/oracle/truffle/api/profiles/BranchProfile;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=11, args_size=8
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] args
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary objects
        start local 4 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode toGuestValue
        start local 5 // com.oracle.truffle.api.profiles.BranchProfile unsupported
        start local 6 // com.oracle.truffle.api.profiles.BranchProfile invalidValue
        start local 7 // com.oracle.truffle.api.profiles.BranchProfile unknown
         0: .line 1754
            aload 2 /* args */
            iconst_2
            aaload
            checkcast java.lang.String
            astore 8 /* key */
        start local 8 // java.lang.String key
         1: .line 1755
            aload 2 /* args */
            iconst_3
            aaload
            astore 9 /* originalValue */
        start local 9 // java.lang.Object originalValue
         2: .line 1756
            aload 4 /* toGuestValue */
            aload 0 /* context */
            aload 9 /* originalValue */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode.execute:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/Object;
            astore 10 /* value */
        start local 10 // java.lang.Object value
         3: .line 1757
            getstatic com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$PutMemberNode.$assertionsDisabled:Z
            ifne 4
            aload 8 /* key */
            ifnonnull 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 1759
      StackMap locals: java.lang.String java.lang.Object java.lang.Object
      StackMap stack:
            aload 3 /* objects */
            aload 1 /* receiver */
            aload 8 /* key */
            aload 10 /* value */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.writeMember:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 1760
            goto 15
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
         6: pop
         7: .line 1761
            aload 5 /* unsupported */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
         8: .line 1762
            aload 0 /* context */
            aload 1 /* receiver */
            invokestatic com.oracle.truffle.polyglot.PolyglotValue.putMemberUnsupported:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/RuntimeException;
            athrow
         9: .line 1763
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnknownIdentifierException
            pop
        10: .line 1764
            aload 7 /* unknown */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
        11: .line 1765
            aload 0 /* context */
            aload 1 /* receiver */
            aload 8 /* key */
            invokestatic com.oracle.truffle.polyglot.PolyglotValue.invalidMemberKey:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
        12: .line 1766
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedTypeException
            pop
        13: .line 1767
            aload 6 /* invalidValue */
            invokevirtual com.oracle.truffle.api.profiles.BranchProfile.enter:()V
        14: .line 1768
            aload 0 /* context */
            aload 1 /* receiver */
            aload 8 /* key */
            aload 10 /* value */
            invokestatic com.oracle.truffle.polyglot.PolyglotValue.invalidMemberValue:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/RuntimeException;
            athrow
        15: .line 1770
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 10 // java.lang.Object value
        end local 9 // java.lang.Object originalValue
        end local 8 // java.lang.String key
        end local 7 // com.oracle.truffle.api.profiles.BranchProfile unknown
        end local 6 // com.oracle.truffle.api.profiles.BranchProfile invalidValue
        end local 5 // com.oracle.truffle.api.profiles.BranchProfile unsupported
        end local 4 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode toGuestValue
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary objects
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0        context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0   16     1       receiver  Ljava/lang/Object;
            0   16     2           args  [Ljava/lang/Object;
            0   16     3        objects  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0   16     4   toGuestValue  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;
            0   16     5    unsupported  Lcom/oracle/truffle/api/profiles/BranchProfile;
            0   16     6   invalidValue  Lcom/oracle/truffle/api/profiles/BranchProfile;
            0   16     7        unknown  Lcom/oracle/truffle/api/profiles/BranchProfile;
            1   16     8            key  Ljava/lang/String;
            2   16     9  originalValue  Ljava/lang/Object;
            3   16    10          value  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           4     5       6  Class com.oracle.truffle.api.interop.UnsupportedMessageException
           4     5       9  Class com.oracle.truffle.api.interop.UnknownIdentifierException
           4     5      12  Class com.oracle.truffle.api.interop.UnsupportedTypeException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        com.oracle.truffle.api.library.CachedLibrary(limit = "CACHE_LIMIT")
      4:
        com.oracle.truffle.api.dsl.Cached()
      5:
        com.oracle.truffle.api.dsl.Cached()
      6:
        com.oracle.truffle.api.dsl.Cached()
      7:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
              Name  Flags
      context       
      receiver      
      args          
      objects       
      toGuestValue  
      unsupported   
      invalidValue  
      unknown       
}
SourceFile: "PolyglotValue.java"
NestHost: com.oracle.truffle.polyglot.PolyglotValue
InnerClasses:
  abstract ToGuestValueNode = com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode of com.oracle.truffle.polyglot.PolyglotLanguageContext
  InteropCodeCache = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache of com.oracle.truffle.polyglot.PolyglotValue
  abstract PutMemberNode = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$PutMemberNode of com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache
  abstract InteropNode = com.oracle.truffle.polyglot.PolyglotValue$InteropNode of com.oracle.truffle.polyglot.PolyglotValue