public class org.graalvm.compiler.truffle.runtime.TruffleInlining implements org.graalvm.compiler.truffle.common.TruffleMetaAccessProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.truffle.runtime.TruffleInlining
  super_class: java.lang.Object
{
  private final java.util.List<org.graalvm.compiler.truffle.common.CompilableTruffleAST> targetsToDequeue;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/graalvm/compiler/truffle/common/CompilableTruffleAST;>;

  private final java.util.List<org.graalvm.compiler.truffle.common.CompilableTruffleAST> inlinedTargets;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/graalvm/compiler/truffle/common/CompilableTruffleAST;>;

  private int callCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int inlinedCallCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.graalvm.compiler.truffle.runtime.TruffleNodeSources nodeSources;
    descriptor: Lorg/graalvm/compiler/truffle/runtime/TruffleNodeSources;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.graalvm.compiler.truffle.runtime.TruffleInlining.targetsToDequeue:Ljava/util/List;
         2: .line 44
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.graalvm.compiler.truffle.runtime.TruffleInlining.inlinedTargets:Ljava/util/List;
         3: .line 45
            aload 0 /* this */
            iconst_m1
            putfield org.graalvm.compiler.truffle.runtime.TruffleInlining.callCount:I
         4: .line 46
            aload 0 /* this */
            iconst_m1
            putfield org.graalvm.compiler.truffle.runtime.TruffleInlining.inlinedCallCount:I
         5: .line 51
            return
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;

  public org.graalvm.compiler.truffle.runtime.TruffleNodeSources getTruffleNodeSources();
    descriptor: ()Lorg/graalvm/compiler/truffle/runtime/TruffleNodeSources;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
         0: .line 54
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.TruffleInlining.nodeSources:Lorg/graalvm/compiler/truffle/runtime/TruffleNodeSources;
            ifnonnull 2
         1: .line 55
            aload 0 /* this */
            new org.graalvm.compiler.truffle.runtime.TruffleNodeSources
            dup
            invokespecial org.graalvm.compiler.truffle.runtime.TruffleNodeSources.<init>:()V
            putfield org.graalvm.compiler.truffle.runtime.TruffleInlining.nodeSources:Lorg/graalvm/compiler/truffle/runtime/TruffleNodeSources;
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.TruffleInlining.nodeSources:Lorg/graalvm/compiler/truffle/runtime/TruffleNodeSources;
            areturn
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;

  public int countCalls();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
         0: .line 61
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.TruffleInlining.callCount:I
            ireturn
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;

  public int countInlinedCalls();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
         0: .line 65
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.TruffleInlining.inlinedCallCount:I
            ireturn
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;

  public org.graalvm.compiler.truffle.common.CompilableTruffleAST[] inlinedTargets();
    descriptor: ()[Lorg/graalvm/compiler/truffle/common/CompilableTruffleAST;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
         0: .line 69
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.TruffleInlining.inlinedTargets:Ljava/util/List;
            iconst_0
            anewarray org.graalvm.compiler.truffle.common.CompilableTruffleAST
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.graalvm.compiler.truffle.common.CompilableTruffleAST[]
            areturn
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;

  public void addInlinedTarget(org.graalvm.compiler.truffle.common.CompilableTruffleAST);
    descriptor: (Lorg/graalvm/compiler/truffle/common/CompilableTruffleAST;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
        start local 1 // org.graalvm.compiler.truffle.common.CompilableTruffleAST target
         0: .line 74
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.TruffleInlining.inlinedTargets:Ljava/util/List;
            aload 1 /* target */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 75
            return
        end local 1 // org.graalvm.compiler.truffle.common.CompilableTruffleAST target
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;
            0    2     1  target  Lorg/graalvm/compiler/truffle/common/CompilableTruffleAST;
    MethodParameters:
        Name  Flags
      target  

  public void setInlinedCallCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
        start local 1 // int count
         0: .line 79
            aload 0 /* this */
            iload 1 /* count */
            putfield org.graalvm.compiler.truffle.runtime.TruffleInlining.inlinedCallCount:I
         1: .line 80
            return
        end local 1 // int count
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;
            0    2     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public void setCallCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
        start local 1 // int count
         0: .line 84
            aload 0 /* this */
            iload 1 /* count */
            putfield org.graalvm.compiler.truffle.runtime.TruffleInlining.callCount:I
         1: .line 85
            return
        end local 1 // int count
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;
            0    2     1  count  I
    MethodParameters:
       Name  Flags
      count  

  public org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode findCallNode(jdk.vm.ci.meta.JavaConstant);
    descriptor: (Ljdk/vm/ci/meta/JavaConstant;)Lorg/graalvm/compiler/truffle/runtime/OptimizedDirectCallNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
        start local 1 // jdk.vm.ci.meta.JavaConstant callNodeConstant
         0: .line 89
            invokestatic org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.runtime:()Lorg/graalvm/compiler/truffle/runtime/GraalTruffleRuntime;
            ldc Lorg/graalvm/compiler/truffle/runtime/OptimizedDirectCallNode;
            aload 1 /* callNodeConstant */
            invokevirtual org.graalvm.compiler.truffle.runtime.GraalTruffleRuntime.asObject:(Ljava/lang/Class;Ljdk/vm/ci/meta/JavaConstant;)Ljava/lang/Object;
            checkcast org.graalvm.compiler.truffle.runtime.OptimizedDirectCallNode
            areturn
        end local 1 // jdk.vm.ci.meta.JavaConstant callNodeConstant
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;
            0    1     1  callNodeConstant  Ljdk/vm/ci/meta/JavaConstant;
    MethodParameters:
                  Name  Flags
      callNodeConstant  

  public void addTargetToDequeue(org.graalvm.compiler.truffle.common.CompilableTruffleAST);
    descriptor: (Lorg/graalvm/compiler/truffle/common/CompilableTruffleAST;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
        start local 1 // org.graalvm.compiler.truffle.common.CompilableTruffleAST target
         0: .line 94
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.TruffleInlining.targetsToDequeue:Ljava/util/List;
            aload 1 /* target */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 95
            return
        end local 1 // org.graalvm.compiler.truffle.common.CompilableTruffleAST target
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;
            0    2     1  target  Lorg/graalvm/compiler/truffle/common/CompilableTruffleAST;
    MethodParameters:
        Name  Flags
      target  

  public void dequeueTargets();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
         0: .line 98
            aload 0 /* this */
            getfield org.graalvm.compiler.truffle.runtime.TruffleInlining.targetsToDequeue:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: org.graalvm.compiler.truffle.runtime.TruffleInlining top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.truffle.common.CompilableTruffleAST
            astore 1 /* target */
        start local 1 // org.graalvm.compiler.truffle.common.CompilableTruffleAST target
         2: .line 99
            aload 1 /* target */
            invokeinterface org.graalvm.compiler.truffle.common.CompilableTruffleAST.dequeueInlined:()V
        end local 1 // org.graalvm.compiler.truffle.common.CompilableTruffleAST target
         3: .line 98
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 101
            return
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;
            2    3     1  target  Lorg/graalvm/compiler/truffle/common/CompilableTruffleAST;

  public org.graalvm.compiler.truffle.runtime.TruffleInlining$TruffleSourceLanguagePosition getPosition(jdk.vm.ci.meta.JavaConstant);
    descriptor: (Ljdk/vm/ci/meta/JavaConstant;)Lorg/graalvm/compiler/truffle/runtime/TruffleInlining$TruffleSourceLanguagePosition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
        start local 1 // jdk.vm.ci.meta.JavaConstant node
         0: .line 105
            invokestatic org.graalvm.compiler.truffle.runtime.OptimizedCallTarget.runtime:()Lorg/graalvm/compiler/truffle/runtime/GraalTruffleRuntime;
            ldc Lcom/oracle/truffle/api/nodes/Node;
            aload 1 /* node */
            invokevirtual org.graalvm.compiler.truffle.runtime.GraalTruffleRuntime.asObject:(Ljava/lang/Class;Ljdk/vm/ci/meta/JavaConstant;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.nodes.Node
            astore 2 /* truffleNode */
        start local 2 // com.oracle.truffle.api.nodes.Node truffleNode
         1: .line 106
            aload 2 /* truffleNode */
            ifnonnull 3
         2: .line 107
            aconst_null
            areturn
         3: .line 109
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.truffle.runtime.TruffleInlining.getTruffleNodeSources:()Lorg/graalvm/compiler/truffle/runtime/TruffleNodeSources;
            aload 2 /* truffleNode */
            invokevirtual org.graalvm.compiler.truffle.runtime.TruffleNodeSources.getSourceLocation:(Lcom/oracle/truffle/api/nodes/Node;)Lorg/graalvm/compiler/truffle/runtime/TruffleInlining$TruffleSourceLanguagePosition;
            areturn
        end local 2 // com.oracle.truffle.api.nodes.Node truffleNode
        end local 1 // jdk.vm.ci.meta.JavaConstant node
        end local 0 // org.graalvm.compiler.truffle.runtime.TruffleInlining this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/graalvm/compiler/truffle/runtime/TruffleInlining;
            0    4     1         node  Ljdk/vm/ci/meta/JavaConstant;
            1    4     2  truffleNode  Lcom/oracle/truffle/api/nodes/Node;
    MethodParameters:
      Name  Flags
      node  

  public org.graalvm.compiler.truffle.common.TruffleSourceLanguagePosition getPosition(jdk.vm.ci.meta.JavaConstant);
    descriptor: (Ljdk/vm/ci/meta/JavaConstant;)Lorg/graalvm/compiler/truffle/common/TruffleSourceLanguagePosition;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.graalvm.compiler.truffle.runtime.TruffleInlining.getPosition:(Ljdk/vm/ci/meta/JavaConstant;)Lorg/graalvm/compiler/truffle/runtime/TruffleInlining$TruffleSourceLanguagePosition;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.graalvm.compiler.truffle.common.TruffleCallNode findCallNode(jdk.vm.ci.meta.JavaConstant);
    descriptor: (Ljdk/vm/ci/meta/JavaConstant;)Lorg/graalvm/compiler/truffle/common/TruffleCallNode;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.graalvm.compiler.truffle.runtime.TruffleInlining.findCallNode:(Ljdk/vm/ci/meta/JavaConstant;)Lorg/graalvm/compiler/truffle/runtime/OptimizedDirectCallNode;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TruffleInlining.java"
NestMembers:
  org.graalvm.compiler.truffle.runtime.TruffleInlining$TruffleSourceLanguagePosition
InnerClasses:
  TruffleSourceLanguagePosition = org.graalvm.compiler.truffle.runtime.TruffleInlining$TruffleSourceLanguagePosition of org.graalvm.compiler.truffle.runtime.TruffleInlining