public class com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath extends com.oracle.truffle.nfi.test.NFITest$NFITestRootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath
  super_class: com.oracle.truffle.nfi.test.NFITest$NFITestRootNode
{
  com.oracle.truffle.api.interop.InteropLibrary interop;
    descriptor: Lcom/oracle/truffle/api/interop/InteropLibrary;
    flags: (0x0000) 
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private final java.lang.Object incrementByte;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object incrementShort;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object incrementInt;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object incrementLong;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object incrementFloat;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object incrementDouble;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object getFirstElement;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath this
         0: .line 174
            aload 0 /* this */
            invokespecial com.oracle.truffle.nfi.test.NFITest$NFITestRootNode.<init>:()V
         1: .line 176
            aload 0 /* this */
            invokestatic com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.getInterop:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            putfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
         2: .line 178
            aload 0 /* this */
            ldc "increment_SINT8"
            ldc "(SINT8):SINT8"
            invokestatic com.oracle.truffle.nfi.test.PointerNFITest.lookupAndBind:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementByte:Ljava/lang/Object;
         3: .line 179
            aload 0 /* this */
            ldc "increment_SINT16"
            ldc "(SINT16):SINT16"
            invokestatic com.oracle.truffle.nfi.test.PointerNFITest.lookupAndBind:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementShort:Ljava/lang/Object;
         4: .line 180
            aload 0 /* this */
            ldc "increment_SINT32"
            ldc "(SINT32):SINT32"
            invokestatic com.oracle.truffle.nfi.test.PointerNFITest.lookupAndBind:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementInt:Ljava/lang/Object;
         5: .line 181
            aload 0 /* this */
            ldc "increment_SINT64"
            ldc "(SINT64):SINT64"
            invokestatic com.oracle.truffle.nfi.test.PointerNFITest.lookupAndBind:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementLong:Ljava/lang/Object;
         6: .line 182
            aload 0 /* this */
            ldc "increment_FLOAT"
            ldc "(FLOAT):FLOAT"
            invokestatic com.oracle.truffle.nfi.test.PointerNFITest.lookupAndBind:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementFloat:Ljava/lang/Object;
         7: .line 183
            aload 0 /* this */
            ldc "increment_DOUBLE"
            ldc "(DOUBLE):DOUBLE"
            invokestatic com.oracle.truffle.nfi.test.PointerNFITest.lookupAndBind:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementDouble:Ljava/lang/Object;
         8: .line 185
            aload 0 /* this */
            ldc "getFirstElement"
            ldc "(POINTER):DOUBLE"
            invokestatic com.oracle.truffle.nfi.test.PointerNFITest.lookupAndBind:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            putfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.getFirstElement:Ljava/lang/Object;
         9: .line 174
            return
        end local 0 // com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/oracle/truffle/nfi/test/PointerNFITest$TestSlowPath;

  public java.lang.Object executeTest(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=2
        start local 0 // com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 189
            aload 1 /* frame */
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getArguments:()[Ljava/lang/Object;
            iconst_0
            aaload
            astore 2 /* vector */
        start local 2 // java.lang.Object vector
         1: .line 190
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 2 /* vector */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isPointer:(Ljava/lang/Object;)Z
            istore 3 /* startedAsNative */
        start local 3 // boolean startedAsNative
         2: .line 193
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementByte:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 194
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementShort:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 195
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementInt:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 196
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementLong:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 197
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementFloat:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 198
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementDouble:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 200
            aconst_null
            astore 4 /* incremented */
        start local 4 // java.lang.Object incremented
         9: .line 201
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 2 /* vector */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isNumber:(Ljava/lang/Object;)Z
            ifeq 14
        10: .line 203
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.incrementDouble:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* vector */
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* incremented */
        11: .line 204
            aload 4 /* incremented */
            ifnonnull 14
        12: .line 205
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
        13: .line 206
            ldc "incremented"
            aload 4 /* incremented */
            invokestatic org.junit.Assert.assertNotNull:(Ljava/lang/String;Ljava/lang/Object;)V
        14: .line 211
      StackMap locals: java.lang.Object int java.lang.Object
      StackMap stack:
            iload 3 /* startedAsNative */
            ifne 18
        15: .line 212
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 2 /* vector */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isPointer:(Ljava/lang/Object;)Z
            ifeq 18
        16: .line 213
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
        17: .line 214
            ldc "unexpected TO_NATIVE"
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
        18: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.getFirstElement:Ljava/lang/Object;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* vector */
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.execute:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asDouble:(Ljava/lang/Object;)D
            dstore 5 /* firstElement */
        start local 5 // double firstElement
        19: .line 221
            aload 4 /* incremented */
            ifnull 24
        20: .line 222
            aload 0 /* this */
            getfield com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath.interop:Lcom/oracle/truffle/api/interop/InteropLibrary;
            aload 4 /* incremented */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asDouble:(Ljava/lang/Object;)D
            dstore 7 /* inc */
        start local 7 // double inc
        21: .line 223
            dload 7 /* inc */
            dload 5 /* firstElement */
            dconst_1
            dadd
            dcmpl
            ifeq 24
        22: .line 224
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
        23: .line 225
            ldc "incremented"
            dload 5 /* firstElement */
            dconst_1
            dadd
            dload 7 /* inc */
            ldc 4.9E-324
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/String;DDD)V
        end local 7 // double inc
        24: .line 229
      StackMap locals: double
      StackMap stack:
            dload 5 /* firstElement */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
        end local 5 // double firstElement
        end local 4 // java.lang.Object incremented
        end local 3 // boolean startedAsNative
        end local 2 // java.lang.Object vector
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   25     0             this  Lcom/oracle/truffle/nfi/test/PointerNFITest$TestSlowPath;
            0   25     1            frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1   25     2           vector  Ljava/lang/Object;
            2   25     3  startedAsNative  Z
            9   25     4      incremented  Ljava/lang/Object;
           19   25     5     firstElement  D
           21   24     7              inc  D
    Exceptions:
      throws com.oracle.truffle.api.interop.InteropException
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "PointerNFITest.java"
NestHost: com.oracle.truffle.nfi.test.PointerNFITest
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  protected abstract NFITestRootNode = com.oracle.truffle.nfi.test.NFITest$NFITestRootNode of com.oracle.truffle.nfi.test.NFITest
  public TestSlowPath = com.oracle.truffle.nfi.test.PointerNFITest$TestSlowPath of com.oracle.truffle.nfi.test.PointerNFITest