public final class com.oracle.svm.truffle.nfi.NFIInitialization
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.truffle.nfi.NFIInitialization
  super_class: java.lang.Object
{
  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_pointer;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_void;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_uint8;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_sint8;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_uint16;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_sint16;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_uint32;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_sint32;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_uint64;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_sint64;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_float;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  private static final com.oracle.svm.core.c.CGlobalData<com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type> ffi_type_double;
    descriptor: Lcom/oracle/svm/core/c/CGlobalData;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/oracle/svm/core/c/CGlobalData<Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 41
            ldc "ffi_type_pointer"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_pointer:Lcom/oracle/svm/core/c/CGlobalData;
         1: .line 42
            ldc "ffi_type_void"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_void:Lcom/oracle/svm/core/c/CGlobalData;
         2: .line 43
            ldc "ffi_type_uint8"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_uint8:Lcom/oracle/svm/core/c/CGlobalData;
         3: .line 44
            ldc "ffi_type_sint8"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_sint8:Lcom/oracle/svm/core/c/CGlobalData;
         4: .line 45
            ldc "ffi_type_uint16"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_uint16:Lcom/oracle/svm/core/c/CGlobalData;
         5: .line 46
            ldc "ffi_type_sint16"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_sint16:Lcom/oracle/svm/core/c/CGlobalData;
         6: .line 47
            ldc "ffi_type_uint32"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_uint32:Lcom/oracle/svm/core/c/CGlobalData;
         7: .line 48
            ldc "ffi_type_sint32"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_sint32:Lcom/oracle/svm/core/c/CGlobalData;
         8: .line 49
            ldc "ffi_type_uint64"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_uint64:Lcom/oracle/svm/core/c/CGlobalData;
         9: .line 50
            ldc "ffi_type_sint64"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_sint64:Lcom/oracle/svm/core/c/CGlobalData;
        10: .line 51
            ldc "ffi_type_float"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_float:Lcom/oracle/svm/core/c/CGlobalData;
        11: .line 52
            ldc "ffi_type_double"
            invokestatic com.oracle.svm.core.c.CGlobalDataFactory.forSymbol:(Ljava/lang/String;)Lcom/oracle/svm/core/c/CGlobalData;
            putstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_double:Lcom/oracle/svm/core/c/CGlobalData;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.truffle.nfi.NFIInitialization this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.truffle.nfi.NFIInitialization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/truffle/nfi/NFIInitialization;

  private static void initializeNativeSimpleType(com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext, com.oracle.truffle.nfi.spi.types.NativeSimpleType, com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type);
    descriptor: (Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext context
        start local 1 // com.oracle.truffle.nfi.spi.types.NativeSimpleType simpleType
        start local 2 // com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type ffiType
         0: .line 59
            aload 2 /* ffiType */
            invokeinterface com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type.size:()Lorg/graalvm/word/UnsignedWord;
            invokeinterface org.graalvm.word.UnsignedWord.rawValue:()J
            l2i
            istore 3 /* size */
        start local 3 // int size
         1: .line 60
            aload 2 /* ffiType */
            invokeinterface com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type.alignment:()S
            istore 4 /* alignment */
        start local 4 // int alignment
         2: .line 61
            aload 0 /* context */
            aload 1 /* simpleType */
            iload 3 /* size */
            iload 4 /* alignment */
            aload 2 /* ffiType */
            invokeinterface com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type.rawValue:()J
            invokevirtual com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext.initializeSimpleType:(Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;IIJ)V
         3: .line 62
            return
        end local 4 // int alignment
        end local 3 // int size
        end local 2 // com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type ffiType
        end local 1 // com.oracle.truffle.nfi.spi.types.NativeSimpleType simpleType
        end local 0 // com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext context
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0     context  Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;
            0    4     1  simpleType  Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            0    4     2     ffiType  Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;
            1    4     3        size  I
            2    4     4   alignment  I
    MethodParameters:
            Name  Flags
      context     
      simpleType  
      ffiType     

  static void initializeSimpleTypes(com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext);
    descriptor: (Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext context
         0: .line 66
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.POINTER:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_pointer:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
         1: .line 68
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.VOID:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_void:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
         2: .line 69
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.UINT8:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_uint8:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
         3: .line 70
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.SINT8:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_sint8:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
         4: .line 71
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.UINT16:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_uint16:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
         5: .line 72
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.SINT16:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_sint16:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
         6: .line 73
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.UINT32:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_uint32:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
         7: .line 74
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.SINT32:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_sint32:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
         8: .line 75
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.UINT64:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_uint64:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
         9: .line 76
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.SINT64:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_sint64:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
        10: .line 77
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.FLOAT:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_float:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
        11: .line 78
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.DOUBLE:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_double:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
        12: .line 80
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.STRING:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_pointer:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
        13: .line 81
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.OBJECT:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_pointer:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
        14: .line 82
            aload 0 /* context */
            getstatic com.oracle.truffle.nfi.spi.types.NativeSimpleType.NULLABLE:Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;
            getstatic com.oracle.svm.truffle.nfi.NFIInitialization.ffi_type_pointer:Lcom/oracle/svm/core/c/CGlobalData;
            invokevirtual com.oracle.svm.core.c.CGlobalData.get:()Lorg/graalvm/word/PointerBase;
            checkcast com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type
            invokestatic com.oracle.svm.truffle.nfi.NFIInitialization.initializeNativeSimpleType:(Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;Lcom/oracle/truffle/nfi/spi/types/NativeSimpleType;Lcom/oracle/svm/truffle/nfi/libffi/LibFFI$ffi_type;)V
        15: .line 83
            return
        end local 0 // com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0  context  Lcom/oracle/svm/truffle/nfi/Target_com_oracle_truffle_nfi_impl_NFIContext;
    MethodParameters:
         Name  Flags
      context  

  static void initializeContext(com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext);
    descriptor: (Lcom/oracle/svm/truffle/nfi/NativeAPI$NativeTruffleContext;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext ctx
         0: .line 86
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.nativeAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleNativeAPI;
            getstatic com.oracle.svm.truffle.nfi.NativeAPIImpl.GET_TRUFFLE_CONTEXT:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
            invokevirtual org.graalvm.nativeimage.c.function.CEntryPointLiteral.getFunctionPointer:()Lorg/graalvm/nativeimage/c/function/CFunctionPointer;
            checkcast com.oracle.svm.truffle.nfi.NativeAPI$GetTruffleContextFunction
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$TruffleNativeAPI.setGetTruffleContextFunction:(Lcom/oracle/svm/truffle/nfi/NativeAPI$GetTruffleContextFunction;)V
         1: .line 87
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.nativeAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleNativeAPI;
            getstatic com.oracle.svm.truffle.nfi.NativeAPIImpl.NEW_OBJECT_REF:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
            invokevirtual org.graalvm.nativeimage.c.function.CEntryPointLiteral.getFunctionPointer:()Lorg/graalvm/nativeimage/c/function/CFunctionPointer;
            checkcast com.oracle.svm.truffle.nfi.NativeAPI$NewObjectRefFunction
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$TruffleNativeAPI.setNewObjectRefFunction:(Lcom/oracle/svm/truffle/nfi/NativeAPI$NewObjectRefFunction;)V
         2: .line 88
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.nativeAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleNativeAPI;
            getstatic com.oracle.svm.truffle.nfi.NativeAPIImpl.RELEASE_OBJECT_REF:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
            invokevirtual org.graalvm.nativeimage.c.function.CEntryPointLiteral.getFunctionPointer:()Lorg/graalvm/nativeimage/c/function/CFunctionPointer;
            checkcast com.oracle.svm.truffle.nfi.NativeAPI$ReleaseObjectRefFunction
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$TruffleNativeAPI.setReleaseObjectRefFunction:(Lcom/oracle/svm/truffle/nfi/NativeAPI$ReleaseObjectRefFunction;)V
         3: .line 89
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.nativeAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleNativeAPI;
            getstatic com.oracle.svm.truffle.nfi.NativeAPIImpl.RELEASE_AND_RETURN:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
            invokevirtual org.graalvm.nativeimage.c.function.CEntryPointLiteral.getFunctionPointer:()Lorg/graalvm/nativeimage/c/function/CFunctionPointer;
            checkcast com.oracle.svm.truffle.nfi.NativeAPI$ReleaseAndReturnFunction
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$TruffleNativeAPI.setReleaseAndReturnFunction:(Lcom/oracle/svm/truffle/nfi/NativeAPI$ReleaseAndReturnFunction;)V
         4: .line 90
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.nativeAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleNativeAPI;
            getstatic com.oracle.svm.truffle.nfi.NativeAPIImpl.IS_SAME_OBJECT:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
            invokevirtual org.graalvm.nativeimage.c.function.CEntryPointLiteral.getFunctionPointer:()Lorg/graalvm/nativeimage/c/function/CFunctionPointer;
            checkcast com.oracle.svm.truffle.nfi.NativeAPI$IsSameObjectFunction
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$TruffleNativeAPI.setIsSameObjectFunction:(Lcom/oracle/svm/truffle/nfi/NativeAPI$IsSameObjectFunction;)V
         5: .line 91
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.nativeAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleNativeAPI;
            getstatic com.oracle.svm.truffle.nfi.NativeAPIImpl.NEW_CLOSURE_REF:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
            invokevirtual org.graalvm.nativeimage.c.function.CEntryPointLiteral.getFunctionPointer:()Lorg/graalvm/nativeimage/c/function/CFunctionPointer;
            checkcast com.oracle.svm.truffle.nfi.NativeAPI$NewClosureRefFunction
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$TruffleNativeAPI.setNewClosureRefFunction:(Lcom/oracle/svm/truffle/nfi/NativeAPI$NewClosureRefFunction;)V
         6: .line 92
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.nativeAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleNativeAPI;
            getstatic com.oracle.svm.truffle.nfi.NativeAPIImpl.RELEASE_CLOSURE_REF:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
            invokevirtual org.graalvm.nativeimage.c.function.CEntryPointLiteral.getFunctionPointer:()Lorg/graalvm/nativeimage/c/function/CFunctionPointer;
            checkcast com.oracle.svm.truffle.nfi.NativeAPI$ReleaseClosureRefFunction
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$TruffleNativeAPI.setReleaseClosureRefFunction:(Lcom/oracle/svm/truffle/nfi/NativeAPI$ReleaseClosureRefFunction;)V
         7: .line 93
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.nativeAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleNativeAPI;
            getstatic com.oracle.svm.truffle.nfi.NativeAPIImpl.GET_CLOSURE_OBJECT:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
            invokevirtual org.graalvm.nativeimage.c.function.CEntryPointLiteral.getFunctionPointer:()Lorg/graalvm/nativeimage/c/function/CFunctionPointer;
            checkcast com.oracle.svm.truffle.nfi.NativeAPI$GetClosureObjectFunction
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$TruffleNativeAPI.setGetClosureObjectFunction:(Lcom/oracle/svm/truffle/nfi/NativeAPI$GetClosureObjectFunction;)V
         8: .line 95
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.threadAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleThreadAPI;
            getstatic com.oracle.svm.truffle.nfi.NativeAPIImpl.GET_TRUFFLE_ENV:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
            invokevirtual org.graalvm.nativeimage.c.function.CEntryPointLiteral.getFunctionPointer:()Lorg/graalvm/nativeimage/c/function/CFunctionPointer;
            checkcast com.oracle.svm.truffle.nfi.NativeAPI$GetTruffleEnvFunction
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$TruffleThreadAPI.setGetTruffleEnvFunction:(Lcom/oracle/svm/truffle/nfi/NativeAPI$GetTruffleEnvFunction;)V
         9: .line 96
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.threadAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleThreadAPI;
            getstatic com.oracle.svm.truffle.nfi.NativeAPIImpl.ATTACH_CURRENT_THREAD:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
            invokevirtual org.graalvm.nativeimage.c.function.CEntryPointLiteral.getFunctionPointer:()Lorg/graalvm/nativeimage/c/function/CFunctionPointer;
            checkcast com.oracle.svm.truffle.nfi.NativeAPI$AttachCurrentThreadFunction
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$TruffleThreadAPI.setAttachCurrentThreadFunction:(Lcom/oracle/svm/truffle/nfi/NativeAPI$AttachCurrentThreadFunction;)V
        10: .line 97
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.threadAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleThreadAPI;
            getstatic com.oracle.svm.truffle.nfi.NativeAPIImpl.DETACH_CURRENT_THREAD:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
            invokevirtual org.graalvm.nativeimage.c.function.CEntryPointLiteral.getFunctionPointer:()Lorg/graalvm/nativeimage/c/function/CFunctionPointer;
            checkcast com.oracle.svm.truffle.nfi.NativeAPI$DetachCurrentThreadFunction
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$TruffleThreadAPI.setDetachCurrentThreadFunction:(Lcom/oracle/svm/truffle/nfi/NativeAPI$DetachCurrentThreadFunction;)V
        11: .line 99
            aload 0 /* ctx */
            aload 0 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.threadAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleThreadAPI;
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.setFunctions:(Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleThreadAPI;)V
        12: .line 100
            aload 0 /* ctx */
            invokestatic org.graalvm.nativeimage.CurrentIsolate.getIsolate:()Lorg/graalvm/nativeimage/Isolate;
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.setIsolate:(Lorg/graalvm/nativeimage/Isolate;)V
        13: .line 101
            return
        end local 0 // com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext ctx
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0   ctx  Lcom/oracle/svm/truffle/nfi/NativeAPI$NativeTruffleContext;
    MethodParameters:
      Name  Flags
      ctx   

  static void initializeEnv(com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv, com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext);
    descriptor: (Lcom/oracle/svm/truffle/nfi/NativeAPI$NativeTruffleEnv;Lcom/oracle/svm/truffle/nfi/NativeAPI$NativeTruffleContext;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv env
        start local 1 // com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext ctx
         0: .line 104
            aload 0 /* env */
            aload 1 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext.nativeAPI:()Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleNativeAPI;
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv.setFunctions:(Lcom/oracle/svm/truffle/nfi/NativeAPI$TruffleNativeAPI;)V
         1: .line 105
            aload 0 /* env */
            aload 1 /* ctx */
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv.setContext:(Lcom/oracle/svm/truffle/nfi/NativeAPI$NativeTruffleContext;)V
         2: .line 106
            aload 0 /* env */
            invokestatic org.graalvm.nativeimage.CurrentIsolate.getCurrentThread:()Lorg/graalvm/nativeimage/IsolateThread;
            invokeinterface com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv.setIsolateThread:(Lorg/graalvm/nativeimage/IsolateThread;)V
         3: .line 107
            return
        end local 1 // com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext ctx
        end local 0 // com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv env
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   env  Lcom/oracle/svm/truffle/nfi/NativeAPI$NativeTruffleEnv;
            0    4     1   ctx  Lcom/oracle/svm/truffle/nfi/NativeAPI$NativeTruffleContext;
    MethodParameters:
      Name  Flags
      env   
      ctx   
}
SourceFile: "NFIInitialization.java"
NestMembers:
  com.oracle.svm.truffle.nfi.NFIInitialization$InitializeNativeSimpleTypeCallback
InnerClasses:
  abstract InitializeNativeSimpleTypeCallback = com.oracle.svm.truffle.nfi.NFIInitialization$InitializeNativeSimpleTypeCallback of com.oracle.svm.truffle.nfi.NFIInitialization
  public abstract AttachCurrentThreadFunction = com.oracle.svm.truffle.nfi.NativeAPI$AttachCurrentThreadFunction of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract DetachCurrentThreadFunction = com.oracle.svm.truffle.nfi.NativeAPI$DetachCurrentThreadFunction of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract GetClosureObjectFunction = com.oracle.svm.truffle.nfi.NativeAPI$GetClosureObjectFunction of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract GetTruffleContextFunction = com.oracle.svm.truffle.nfi.NativeAPI$GetTruffleContextFunction of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract GetTruffleEnvFunction = com.oracle.svm.truffle.nfi.NativeAPI$GetTruffleEnvFunction of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract IsSameObjectFunction = com.oracle.svm.truffle.nfi.NativeAPI$IsSameObjectFunction of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract NativeTruffleContext = com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleContext of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract NativeTruffleEnv = com.oracle.svm.truffle.nfi.NativeAPI$NativeTruffleEnv of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract NewClosureRefFunction = com.oracle.svm.truffle.nfi.NativeAPI$NewClosureRefFunction of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract NewObjectRefFunction = com.oracle.svm.truffle.nfi.NativeAPI$NewObjectRefFunction of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract ReleaseAndReturnFunction = com.oracle.svm.truffle.nfi.NativeAPI$ReleaseAndReturnFunction of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract ReleaseClosureRefFunction = com.oracle.svm.truffle.nfi.NativeAPI$ReleaseClosureRefFunction of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract ReleaseObjectRefFunction = com.oracle.svm.truffle.nfi.NativeAPI$ReleaseObjectRefFunction of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract TruffleNativeAPI = com.oracle.svm.truffle.nfi.NativeAPI$TruffleNativeAPI of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract TruffleThreadAPI = com.oracle.svm.truffle.nfi.NativeAPI$TruffleThreadAPI of com.oracle.svm.truffle.nfi.NativeAPI
  public abstract ffi_type = com.oracle.svm.truffle.nfi.libffi.LibFFI$ffi_type of com.oracle.svm.truffle.nfi.libffi.LibFFI