abstract class com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$MakeAccessLocation extends com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$MakeAccessLocation
  super_class: com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$MakeAccessLocation this
         0: .line 107
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.runtime.nodes.api.LLVMNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$MakeAccessLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode$MakeAccessLocation;

  protected abstract com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation execute(java.lang.Object, java.lang.Object, com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType, long);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType;J)Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode$AccessLocation;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      foreign     
      identifier  
      type        
      restOffset  

  com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation doValue(java.lang.Object, java.lang.Object, com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Value, long);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Value;J)Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode$AccessLocation;
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$MakeAccessLocation this
        start local 1 // java.lang.Object foreign
        start local 2 // java.lang.Object identifier
        start local 3 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Value type
        start local 4 // long restOffset
         0: .line 113
            lload 4 /* restOffset */
            lconst_0
            lcmp
            ifeq 3
         1: .line 114
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         2: .line 115
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "cannot read from non-structured type with offset "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 4 /* restOffset */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 117
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation
            dup
            aload 1 /* foreign */
            aload 2 /* identifier */
            aload 3 /* type */
            invokespecial com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation.<init>:(Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Value;)V
            areturn
        end local 4 // long restOffset
        end local 3 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Value type
        end local 2 // java.lang.Object identifier
        end local 1 // java.lang.Object foreign
        end local 0 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$MakeAccessLocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode$MakeAccessLocation;
            0    4     1     foreign  Ljava/lang/Object;
            0    4     2  identifier  Ljava/lang/Object;
            0    4     3        type  Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Value;
            0    4     4  restOffset  J
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    MethodParameters:
            Name  Flags
      foreign     
      identifier  
      type        
      restOffset  

  com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation doRecursiveObject(java.lang.Object, java.lang.String, com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Structured, long, com.oracle.truffle.api.interop.InteropLibrary, com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Structured;JLcom/oracle/truffle/api/interop/InteropLibrary;Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode;)Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode$AccessLocation;
    flags: (0x0000) 
    Code:
      stack=8, locals=9, args_size=7
        start local 0 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$MakeAccessLocation this
        start local 1 // java.lang.Object foreign
        start local 2 // java.lang.String identifier
        start local 3 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Structured type
        start local 4 // long restOffset
        start local 6 // com.oracle.truffle.api.interop.InteropLibrary interop
        start local 7 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode recursive
         0: .line 126
            aload 6 /* interop */
            aload 1 /* foreign */
            aload 2 /* identifier */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readMember:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 8 /* inner */
        start local 8 // java.lang.Object inner
         1: .line 127
            goto 8
        end local 8 // java.lang.Object inner
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnknownIdentifierException
         2: pop
         3: .line 128
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         4: .line 129
            new com.oracle.truffle.llvm.runtime.except.LLVMPolyglotException
            dup
            aload 0 /* this */
            ldc "Member '%s' not found"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* identifier */
            aastore
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMPolyglotException.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
         5: .line 130
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         6: .line 131
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         7: .line 132
            new com.oracle.truffle.llvm.runtime.except.LLVMPolyglotException
            dup
            aload 0 /* this */
            ldc "Cannot read member '%s'"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* identifier */
            aastore
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMPolyglotException.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        start local 8 // java.lang.Object inner
         8: .line 135
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 7 /* recursive */
            aload 3 /* type */
            aload 8 /* inner */
            lload 4 /* restOffset */
            invokevirtual com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode.execute:(Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Structured;Ljava/lang/Object;J)Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode$AccessLocation;
            areturn
        end local 8 // java.lang.Object inner
        end local 7 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode recursive
        end local 6 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 4 // long restOffset
        end local 3 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Structured type
        end local 2 // java.lang.String identifier
        end local 1 // java.lang.Object foreign
        end local 0 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$MakeAccessLocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode$MakeAccessLocation;
            0    9     1     foreign  Ljava/lang/Object;
            0    9     2  identifier  Ljava/lang/String;
            0    9     3        type  Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Structured;
            0    9     4  restOffset  J
            0    9     6     interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0    9     7   recursive  Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode;
            1    2     8       inner  Ljava/lang/Object;
            8    9     8       inner  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnknownIdentifierException
           0     1       5  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
      4:
        com.oracle.truffle.api.library.CachedLibrary(value = "foreign")
      5:
        com.oracle.truffle.api.dsl.Cached(value = "create()")
    MethodParameters:
            Name  Flags
      foreign     
      identifier  
      type        
      restOffset  
      interop     
      recursive   

  com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation doRecursiveArray(java.lang.Object, long, com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Structured, long, com.oracle.truffle.api.interop.InteropLibrary, com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode);
    descriptor: (Ljava/lang/Object;JLcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Structured;JLcom/oracle/truffle/api/interop/InteropLibrary;Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode;)Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode$AccessLocation;
    flags: (0x0000) 
    Code:
      stack=9, locals=10, args_size=7
        start local 0 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$MakeAccessLocation this
        start local 1 // java.lang.Object foreign
        start local 2 // long index
        start local 4 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Structured type
        start local 5 // long restOffset
        start local 7 // com.oracle.truffle.api.interop.InteropLibrary interop
        start local 8 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode recursive
         0: .line 144
            aload 7 /* interop */
            aload 1 /* foreign */
            lload 2 /* index */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readArrayElement:(Ljava/lang/Object;J)Ljava/lang/Object;
            astore 9 /* inner */
        start local 9 // java.lang.Object inner
         1: .line 145
            goto 8
        end local 9 // java.lang.Object inner
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.InvalidArrayIndexException
         2: pop
         3: .line 146
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         4: .line 147
            new com.oracle.truffle.llvm.runtime.except.LLVMPolyglotException
            dup
            aload 0 /* this */
            ldc "Invalid array index %d"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            lload 2 /* index */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMPolyglotException.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
         5: .line 148
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
            pop
         6: .line 149
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         7: .line 150
            new com.oracle.truffle.llvm.runtime.except.LLVMPolyglotException
            dup
            aload 0 /* this */
            ldc "Cannot acess array element %d"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            lload 2 /* index */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokespecial com.oracle.truffle.llvm.runtime.except.LLVMPolyglotException.<init>:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        start local 9 // java.lang.Object inner
         8: .line 153
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 8 /* recursive */
            aload 4 /* type */
            aload 9 /* inner */
            lload 5 /* restOffset */
            invokevirtual com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode.execute:(Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Structured;Ljava/lang/Object;J)Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode$AccessLocation;
            areturn
        end local 9 // java.lang.Object inner
        end local 8 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode recursive
        end local 7 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 5 // long restOffset
        end local 4 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Structured type
        end local 2 // long index
        end local 1 // java.lang.Object foreign
        end local 0 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$MakeAccessLocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode$MakeAccessLocation;
            0    9     1     foreign  Ljava/lang/Object;
            0    9     2       index  J
            0    9     4        type  Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Structured;
            0    9     5  restOffset  J
            0    9     7     interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0    9     8   recursive  Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode;
            1    2     9       inner  Ljava/lang/Object;
            8    9     9       inner  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.InvalidArrayIndexException
           0     1       5  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
      4:
        com.oracle.truffle.api.library.CachedLibrary(value = "foreign")
      5:
        com.oracle.truffle.api.dsl.Cached(value = "create()")
    MethodParameters:
            Name  Flags
      foreign     
      index       
      type        
      restOffset  
      interop     
      recursive   
}
SourceFile: "LLVMInteropAccessNode.java"
NestHost: com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode
InnerClasses:
  protected AccessLocation = com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation of com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode
  abstract MakeAccessLocation = com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$MakeAccessLocation of com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode
  public abstract Structured = com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Structured of com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType
  public final Value = com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Value of com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()