class org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$BufferGetPutIndexTestNode extends org.graalvm.compiler.truffle.test.nodes.AbstractTestNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$BufferGetPutIndexTestNode
  super_class: org.graalvm.compiler.truffle.test.nodes.AbstractTestNode
{
  private final java.lang.Class<? extends java.nio.ByteBuffer> bufferClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<+Ljava/nio/ByteBuffer;>;

  void <init>(java.lang.Class<? extends java.nio.ByteBuffer>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$BufferGetPutIndexTestNode this
        start local 1 // java.lang.Class exactClass
         0: .line 164
            aload 0 /* this */
            invokespecial org.graalvm.compiler.truffle.test.nodes.AbstractTestNode.<init>:()V
         1: .line 165
            aload 0 /* this */
            aload 1 /* exactClass */
            putfield org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$BufferGetPutIndexTestNode.bufferClass:Ljava/lang/Class;
         2: .line 166
            return
        end local 1 // java.lang.Class exactClass
        end local 0 // org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$BufferGetPutIndexTestNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/graalvm/compiler/truffle/test/CastExactPartialEvaluationTest$BufferGetPutIndexTestNode;
            0    3     1  exactClass  Ljava/lang/Class<+Ljava/nio/ByteBuffer;>;
    Signature: (Ljava/lang/Class<+Ljava/nio/ByteBuffer;>;)V
    MethodParameters:
            Name  Flags
      exactClass  

  public int execute(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$BufferGetPutIndexTestNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 170
            aload 1 /* frame */
            invokeinterface com.oracle.truffle.api.frame.VirtualFrame.getArguments:()[Ljava/lang/Object;
            iconst_0
            aaload
            astore 2 /* arg */
        start local 2 // java.lang.Object arg
         1: .line 171
            aload 2 /* arg */
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$BufferGetPutIndexTestNode.bufferClass:Ljava/lang/Class;
            invokestatic com.oracle.truffle.api.CompilerDirectives.castExact:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
            checkcast java.nio.ByteBuffer
            astore 3 /* buffer */
        start local 3 // java.nio.ByteBuffer buffer
         2: .line 172
            aload 3 /* buffer */
            iconst_0
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            istore 4 /* value */
        start local 4 // int value
         3: .line 173
            aload 3 /* buffer */
            iconst_0
            iload 4 /* value */
            invokevirtual java.nio.ByteBuffer.putInt:(II)Ljava/nio/ByteBuffer;
            pop
         4: .line 174
            aload 3 /* buffer */
            iconst_0
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            ireturn
        end local 4 // int value
        end local 3 // java.nio.ByteBuffer buffer
        end local 2 // java.lang.Object arg
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$BufferGetPutIndexTestNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/graalvm/compiler/truffle/test/CastExactPartialEvaluationTest$BufferGetPutIndexTestNode;
            0    5     1   frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    5     2     arg  Ljava/lang/Object;
            2    5     3  buffer  Ljava/nio/ByteBuffer;
            3    5     4   value  I
    MethodParameters:
       Name  Flags
      frame  
}
SourceFile: "CastExactPartialEvaluationTest.java"
NestHost: org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest
InnerClasses:
  BufferGetPutIndexTestNode = org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest$BufferGetPutIndexTestNode of org.graalvm.compiler.truffle.test.CastExactPartialEvaluationTest