class com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries$Execute
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries$Execute
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries$Execute this
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries$Execute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/pointer/NativePointerLibraries$Execute;

  static  doNativeCached(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, [], long, com.oracle.truffle.api.TruffleLanguage$ContextReference<com.oracle.truffle.llvm.runtime.LLVMContext>, com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;[Ljava/lang/Object;JLcom/oracle/truffle/api/TruffleLanguage$ContextReference;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;Lcom/oracle/truffle/api/interop/InteropLibrary;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl value
        start local 1 // java.lang.Object[] args
        start local 2 // long cachedAddress
        start local 4 // com.oracle.truffle.api.TruffleLanguage$ContextReference ctxRef
        start local 5 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor cachedDescriptor
        start local 6 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 87
            aload 6 /* interop */
            aload 5 /* cachedDescriptor */
            aload 1 /* args */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 6 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 5 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor cachedDescriptor
        end local 4 // com.oracle.truffle.api.TruffleLanguage$ContextReference ctxRef
        end local 2 // long cachedAddress
        end local 1 // java.lang.Object[] args
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl value
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0             value  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    1     1              args  [Ljava/lang/Object;
            0    1     2     cachedAddress  J
            0    1     4            ctxRef  Lcom/oracle/truffle/api/TruffleLanguage$ContextReference<Lcom/oracle/truffle/llvm/runtime/LLVMContext;>;
            0    1     5  cachedDescriptor  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;
            0    1     6           interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedTypeException, com.oracle.truffle.api.interop.ArityException, com.oracle.truffle.api.interop.UnsupportedMessageException
    Signature: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;[Ljava/lang/Object;JLcom/oracle/truffle/api/TruffleLanguage$ContextReference<Lcom/oracle/truffle/llvm/runtime/LLVMContext;>;Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;Lcom/oracle/truffle/api/interop/InteropLibrary;)Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "5", guards = {"value.asNative() == cachedAddress", "cachedDescriptor != null"}, assumptions = {"getLanguage().singleContextAssumption"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached(value = "value.asNative()")
      3:
        com.oracle.truffle.api.dsl.CachedContext(value = Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;)
      4:
        com.oracle.truffle.api.dsl.Cached(value = "getDescriptor(ctxRef, value)")
      5:
        com.oracle.truffle.api.library.CachedLibrary(value = "cachedDescriptor")
    MethodParameters:
                  Name  Flags
      value             
      args              
      cachedAddress     
      ctxRef            
      cachedDescriptor  
      interop           

  static java.lang.Object doNative(com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl, java.lang.Object[], com.oracle.truffle.llvm.runtime.LLVMContext, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;[Ljava/lang/Object;Lcom/oracle/truffle/llvm/runtime/LLVMContext;Lcom/oracle/truffle/api/interop/InteropLibrary;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl value
        start local 1 // java.lang.Object[] args
        start local 2 // com.oracle.truffle.llvm.runtime.LLVMContext context
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 94
            aload 2 /* context */
            aload 0 /* value */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getFunctionDescriptor:(Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;)Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;
            astore 4 /* descriptor */
        start local 4 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor descriptor
         1: .line 95
            aload 4 /* descriptor */
            ifnull 3
         2: .line 96
            aload 3 /* interop */
            aload 4 /* descriptor */
            aload 1 /* args */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         3: .line 98
      StackMap locals: com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor
      StackMap stack:
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
        end local 4 // com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor descriptor
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 2 // com.oracle.truffle.llvm.runtime.LLVMContext context
        end local 1 // java.lang.Object[] args
        end local 0 // com.oracle.truffle.llvm.runtime.pointer.LLVMPointerImpl value
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0       value  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMPointerImpl;
            0    4     1        args  [Ljava/lang/Object;
            0    4     2     context  Lcom/oracle/truffle/llvm/runtime/LLVMContext;
            0    4     3     interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
            1    4     4  descriptor  Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedTypeException, com.oracle.truffle.api.interop.ArityException, com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"doNativeCached"})
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.CachedContext(value = Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;)
      3:
        com.oracle.truffle.api.library.CachedLibrary(limit = "5")
    MethodParameters:
         Name  Flags
      value    
      args     
      context  
      interop  

  static com.oracle.truffle.llvm.runtime.LLVMFunctionDescriptor getDescriptor(com.oracle.truffle.api.TruffleLanguage$ContextReference<com.oracle.truffle.llvm.runtime.LLVMContext>, com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer);
    descriptor: (Lcom/oracle/truffle/api/TruffleLanguage$ContextReference;Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;)Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.TruffleLanguage$ContextReference ctxRef
        start local 1 // com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer value
         0: .line 103
            aload 0 /* ctxRef */
            invokevirtual com.oracle.truffle.api.TruffleLanguage$ContextReference.get:()Ljava/lang/Object;
            checkcast com.oracle.truffle.llvm.runtime.LLVMContext
            aload 1 /* value */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMContext.getFunctionDescriptor:(Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;)Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;
            areturn
        end local 1 // com.oracle.truffle.llvm.runtime.pointer.LLVMNativePointer value
        end local 0 // com.oracle.truffle.api.TruffleLanguage$ContextReference ctxRef
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  ctxRef  Lcom/oracle/truffle/api/TruffleLanguage$ContextReference<Lcom/oracle/truffle/llvm/runtime/LLVMContext;>;
            0    1     1   value  Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;
    Signature: (Lcom/oracle/truffle/api/TruffleLanguage$ContextReference<Lcom/oracle/truffle/llvm/runtime/LLVMContext;>;Lcom/oracle/truffle/llvm/runtime/pointer/LLVMNativePointer;)Lcom/oracle/truffle/llvm/runtime/LLVMFunctionDescriptor;
    MethodParameters:
        Name  Flags
      ctxRef  
      value   
}
SourceFile: "NativePointerLibraries.java"
NestHost: com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries
InnerClasses:
  public abstract ContextReference = com.oracle.truffle.api.TruffleLanguage$ContextReference of com.oracle.truffle.api.TruffleLanguage
  Execute = com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries$Execute of com.oracle.truffle.llvm.runtime.pointer.NativePointerLibraries
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.ImportStatic(value = {Lcom/oracle/truffle/llvm/runtime/LLVMLanguage;})