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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 0: getstatic com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult.CONTINUE:Lcom/oracle/svm/hosted/code/AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult;
areturn
end local 0 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 0: getstatic com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult.CONTINUE:Lcom/oracle/svm/hosted/code/AnalysisMethodCalleeWalker$CallPathVisitor$VisitResult;
areturn
end local 0 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 start local 1 start local 2 0: aload 1
ldc " [Path: "
invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
1: aload 2
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
start local 3 3: aload 1
invokevirtual java.io.PrintStream.println:()V
4: aload 1
new java.lang.StringBuilder
dup
ldc " "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 3
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 5: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
6: aload 1
ldc "]"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
7: return
end local 2 end local 1 end local 0 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