public class com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor extends com.oracle.svm.core.stack.StackFrameVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor
  super_class: com.oracle.svm.core.stack.StackFrameVisitor
{
  private com.oracle.svm.core.genscavenge.PathExhibitor$TargetMatcher target;
    descriptor: Lcom/oracle/svm/core/genscavenge/PathExhibitor$TargetMatcher;
    flags: (0x0002) ACC_PRIVATE

  private com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge result;
    descriptor: Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor this
         0: .line 261
            aload 0 /* this */
            invokespecial com.oracle.svm.core.stack.StackFrameVisitor.<init>:()V
            return
        end local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/genscavenge/PathExhibitor$FrameVisitor;

  void initialize(com.oracle.svm.core.genscavenge.PathExhibitor$TargetMatcher, com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge);
    descriptor: (Lcom/oracle/svm/core/genscavenge/PathExhibitor$TargetMatcher;Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor this
        start local 1 // com.oracle.svm.core.genscavenge.PathExhibitor$TargetMatcher targetMatcher
        start local 2 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge resultPath
         0: .line 266
            aload 0 /* this */
            aload 1 /* targetMatcher */
            putfield com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor.target:Lcom/oracle/svm/core/genscavenge/PathExhibitor$TargetMatcher;
         1: .line 267
            aload 0 /* this */
            aload 2 /* resultPath */
            putfield com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor.result:Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;
         2: .line 268
            return
        end local 2 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge resultPath
        end local 1 // com.oracle.svm.core.genscavenge.PathExhibitor$TargetMatcher targetMatcher
        end local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/svm/core/genscavenge/PathExhibitor$FrameVisitor;
            0    3     1  targetMatcher  Lcom/oracle/svm/core/genscavenge/PathExhibitor$TargetMatcher;
            0    3     2     resultPath  Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;
    MethodParameters:
               Name  Flags
      targetMatcher  
      resultPath     

  void reset();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor this
         0: .line 271
            aload 0 /* this */
            aconst_null
            aconst_null
            invokevirtual com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor.initialize:(Lcom/oracle/svm/core/genscavenge/PathExhibitor$TargetMatcher;Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;)V
         1: .line 272
            return
        end local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/genscavenge/PathExhibitor$FrameVisitor;

  public boolean visitFrame(org.graalvm.word.Pointer, org.graalvm.nativeimage.c.function.CodePointer, com.oracle.svm.core.code.CodeInfo, com.oracle.svm.core.deopt.DeoptimizedFrame);
    descriptor: (Lorg/graalvm/word/Pointer;Lorg/graalvm/nativeimage/c/function/CodePointer;Lcom/oracle/svm/core/code/CodeInfo;Lcom/oracle/svm/core/deopt/DeoptimizedFrame;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor this
        start local 1 // org.graalvm.word.Pointer sp
        start local 2 // org.graalvm.nativeimage.c.function.CodePointer ip
        start local 3 // com.oracle.svm.core.code.CodeInfo codeInfo
        start local 4 // com.oracle.svm.core.deopt.DeoptimizedFrame deoptimizedFrame
         0: .line 277
            getstatic com.oracle.svm.core.genscavenge.PathExhibitor.frameSlotVisitor:Lcom/oracle/svm/core/genscavenge/PathExhibitor$FrameSlotVisitor;
            aload 2 /* ip */
            aload 4 /* deoptimizedFrame */
            aload 0 /* this */
            getfield com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor.target:Lcom/oracle/svm/core/genscavenge/PathExhibitor$TargetMatcher;
            aload 0 /* this */
            getfield com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor.result:Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;
            invokevirtual com.oracle.svm.core.genscavenge.PathExhibitor$FrameSlotVisitor.initialize:(Lorg/graalvm/nativeimage/c/function/CodePointer;Lcom/oracle/svm/core/deopt/DeoptimizedFrame;Lcom/oracle/svm/core/genscavenge/PathExhibitor$TargetMatcher;Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;)V
         1: .line 278
            aload 1 /* sp */
            aload 2 /* ip */
            aload 3 /* codeInfo */
            aload 4 /* deoptimizedFrame */
            getstatic com.oracle.svm.core.genscavenge.PathExhibitor.frameSlotVisitor:Lcom/oracle/svm/core/genscavenge/PathExhibitor$FrameSlotVisitor;
            invokestatic com.oracle.svm.core.code.CodeInfoTable.visitObjectReferences:(Lorg/graalvm/word/Pointer;Lorg/graalvm/nativeimage/c/function/CodePointer;Lcom/oracle/svm/core/code/CodeInfo;Lcom/oracle/svm/core/deopt/DeoptimizedFrame;Lcom/oracle/svm/core/heap/ObjectReferenceVisitor;)Z
            ireturn
        end local 4 // com.oracle.svm.core.deopt.DeoptimizedFrame deoptimizedFrame
        end local 3 // com.oracle.svm.core.code.CodeInfo codeInfo
        end local 2 // org.graalvm.nativeimage.c.function.CodePointer ip
        end local 1 // org.graalvm.word.Pointer sp
        end local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/oracle/svm/core/genscavenge/PathExhibitor$FrameVisitor;
            0    2     1                sp  Lorg/graalvm/word/Pointer;
            0    2     2                ip  Lorg/graalvm/nativeimage/c/function/CodePointer;
            0    2     3          codeInfo  Lcom/oracle/svm/core/code/CodeInfo;
            0    2     4  deoptimizedFrame  Lcom/oracle/svm/core/deopt/DeoptimizedFrame;
    RuntimeVisibleAnnotations: 
      com.oracle.svm.core.annotate.RestrictHeapAccess(access = com.oracle.svm.core.annotate.RestrictHeapAccess$Access.NO_ALLOCATION:Lcom/oracle/svm/core/annotate/RestrictHeapAccess$Access;, reason = "Must not allocate while visiting stack frames.")
    MethodParameters:
                  Name  Flags
      sp                
      ip                
      codeInfo          
      deoptimizedFrame  
}
SourceFile: "PathExhibitor.java"
NestHost: com.oracle.svm.core.genscavenge.PathExhibitor
InnerClasses:
  public final Access = com.oracle.svm.core.annotate.RestrictHeapAccess$Access of com.oracle.svm.core.annotate.RestrictHeapAccess
  private FrameSlotVisitor = com.oracle.svm.core.genscavenge.PathExhibitor$FrameSlotVisitor of com.oracle.svm.core.genscavenge.PathExhibitor
  public FrameVisitor = com.oracle.svm.core.genscavenge.PathExhibitor$FrameVisitor of com.oracle.svm.core.genscavenge.PathExhibitor
  public PathEdge = com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge of com.oracle.svm.core.genscavenge.PathExhibitor
  abstract TargetMatcher = com.oracle.svm.core.genscavenge.PathExhibitor$TargetMatcher of com.oracle.svm.core.genscavenge.PathExhibitor