class com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1 implements com.oracle.truffle.api.debug.Breakpoint$ResolveListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1
  super_class: java.lang.Object
{
  private final java.util.concurrent.atomic.AtomicReference val$nearestSection;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.concurrent.atomic.AtomicReference);
    descriptor: (Ljava/util/concurrent/atomic/AtomicReference;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1 this
         0: .line 71
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1.val$nearestSection:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder$1;
    MethodParameters:
                    Name  Flags
      val$nearestSection  final

  public void breakpointResolved(com.oracle.truffle.api.debug.Breakpoint, com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/api/debug/Breakpoint;Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1 this
        start local 1 // com.oracle.truffle.api.debug.Breakpoint b
        start local 2 // com.oracle.truffle.api.source.SourceSection section
         0: .line 74
            aload 0 /* this */
            getfield com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1.val$nearestSection:Ljava/util/concurrent/atomic/AtomicReference;
            aload 2 /* section */
            invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
         1: .line 75
            return
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // com.oracle.truffle.api.debug.Breakpoint b
        end local 0 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder$1;
            0    2     1        b  Lcom/oracle/truffle/api/debug/Breakpoint;
            0    2     2  section  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
         Name  Flags
      b        
      section  
}
SourceFile: "SuspendableLocationFinder.java"
EnclosingMethod: com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder.findSuspendableLocations:(Lcom/oracle/truffle/api/source/SourceSection;ZLcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)Ljava/lang/Iterable;
NestHost: com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder
InnerClasses:
  public abstract ResolveListener = com.oracle.truffle.api.debug.Breakpoint$ResolveListener of com.oracle.truffle.api.debug.Breakpoint
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1