abstract class com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor this
         0: .line 108
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/code/AnalysisMethodCalleeWalker$CallPathVisitor;

  public com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult prologue();
    descriptor: ()Lcom/oracle/svm/hosted/code/AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor this
         0: .line 122
            getstatic com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult.CONTINUE:Lcom/oracle/svm/hosted/code/AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult;
            areturn
        end local 0 // com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/code/AnalysisMethodCalleeWalker$CallPathVisitor;

  public abstract com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult visitMethod(com.oracle.graal.pointsto.meta.AnalysisMethod, com.oracle.graal.pointsto.meta.AnalysisMethod, jdk.vm.ci.code.BytecodePosition, int);
    descriptor: (Lcom/oracle/graal/pointsto/meta/AnalysisMethod;Lcom/oracle/graal/pointsto/meta/AnalysisMethod;Ljdk/vm/ci/code/BytecodePosition;I)Lcom/oracle/svm/hosted/code/AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                Name  Flags
      method          
      caller          
      invokePosition  
      depth           

  public com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult epilogue();
    descriptor: ()Lcom/oracle/svm/hosted/code/AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor this
         0: .line 138
            getstatic com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult.CONTINUE:Lcom/oracle/svm/hosted/code/AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult;
            areturn
        end local 0 // com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/code/AnalysisMethodCalleeWalker$CallPathVisitor;

  void printPath(java.io.PrintStream, java.util.List<com.oracle.graal.pointsto.meta.AnalysisMethod>);
    descriptor: (Ljava/io/PrintStream;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor this
        start local 1 // java.io.PrintStream trace
        start local 2 // java.util.List path
         0: .line 144
            aload 1 /* trace */
            ldc "  [Path: "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 145
            aload 2 /* path */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor java.io.PrintStream java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.oracle.graal.pointsto.meta.AnalysisMethod
            astore 3 /* element */
        start local 3 // com.oracle.graal.pointsto.meta.AnalysisMethod element
         3: .line 146
            aload 1 /* trace */
            invokevirtual java.io.PrintStream.println:()V
         4: .line 147
            aload 1 /* trace */
            new java.lang.StringBuilder
            dup
            ldc "     "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* element */
            ldc "%h.%n(%p)"
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMethod.format:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        end local 3 // com.oracle.graal.pointsto.meta.AnalysisMethod element
         5: .line 145
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 149
            aload 1 /* trace */
            ldc "]"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         7: .line 150
            return
        end local 2 // java.util.List path
        end local 1 // java.io.PrintStream trace
        end local 0 // com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/oracle/svm/hosted/code/AnalysisMethodCalleeWalker$CallPathVisitor;
            0    8     1    trace  Ljava/io/PrintStream;
            0    8     2     path  Ljava/util/List<Lcom/oracle/graal/pointsto/meta/AnalysisMethod;>;
            3    5     3  element  Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
    Signature: (Ljava/io/PrintStream;Ljava/util/List<Lcom/oracle/graal/pointsto/meta/AnalysisMethod;>;)V
    MethodParameters:
       Name  Flags
      trace  
      path   
}
SourceFile: "AnalysisMethodCalleeWalker.java"
NestHost: com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker
InnerClasses:
  abstract CallPathVisitor = com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor of com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker
  public final VisitResult = com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult of com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor