final class com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder
  super_class: java.lang.Object
{
  private static final java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>> SUSPENDABLE_TAGS_SET;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;

  private static final java.lang.Class<?>[] SUSPENDABLE_TAGS;
    descriptor: [Ljava/lang/Class;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: [Ljava/lang/Class<*>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 55
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$StatementTag;
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            putstatic com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder.SUSPENDABLE_TAGS_SET:Ljava/util/Set;
         1: .line 56
            getstatic com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder.SUSPENDABLE_TAGS_SET:Ljava/util/Set;
            getstatic com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder.SUSPENDABLE_TAGS_SET:Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            anewarray java.lang.Class
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.Class[]
            putstatic com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder.SUSPENDABLE_TAGS:[Ljava/lang/Class;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder this
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            return
        end local 0 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder;

  static java.lang.Iterable<com.oracle.truffle.api.source.SourceSection> findSuspendableLocations(com.oracle.truffle.api.source.SourceSection, boolean, com.oracle.truffle.api.debug.DebuggerSession, com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;ZLcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)Ljava/lang/Iterable;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=12, args_size=4
        start local 0 // com.oracle.truffle.api.source.SourceSection range
        start local 1 // boolean restrictToSingleFunction
        start local 2 // com.oracle.truffle.api.debug.DebuggerSession session
        start local 3 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 62
            aload 0 /* range */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getSource:()Lcom/oracle/truffle/api/source/Source;
            astore 4 /* source */
        start local 4 // com.oracle.truffle.api.source.Source source
         1: .line 63
            aload 0 /* range */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharIndex:()I
            istore 5 /* startIndex */
        start local 5 // int startIndex
         2: .line 64
            aload 0 /* range */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharEndIndex:()I
            istore 6 /* endIndex */
        start local 6 // int endIndex
         3: .line 65
            aload 4 /* source */
            iload 5 /* startIndex */
            iload 6 /* endIndex */
            iload 1 /* restrictToSingleFunction */
            aload 3 /* env */
            invokestatic com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder.collectSuspendableLocations:(Lcom/oracle/truffle/api/source/Source;IIZLcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder$SectionsCollector;
            astore 7 /* sectionsCollector */
        start local 7 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector sectionsCollector
         4: .line 66
            aload 7 /* sectionsCollector */
            invokevirtual com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector.getSections:()Ljava/util/List;
            astore 8 /* sections */
        start local 8 // java.util.List sections
         5: .line 67
            aload 8 /* sections */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 24
         6: .line 68
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            astore 9 /* nearestSection */
        start local 9 // java.util.concurrent.atomic.AtomicReference nearestSection
         7: .line 70
            aload 4 /* source */
            invokestatic com.oracle.truffle.api.debug.Breakpoint.newBuilder:(Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            ldc 2147483647
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.ignoreCount:(I)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            aload 0 /* range */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getStartLine:()I
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.lineIs:(I)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
            aload 0 /* range */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getStartColumn:()I
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.columnIs:(I)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
         8: .line 71
            new com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1
            dup
            aload 9 /* nearestSection */
            invokespecial com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1.<init>:(Ljava/util/concurrent/atomic/AtomicReference;)V
         9: .line 70
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.resolveListener:(Lcom/oracle/truffle/api/debug/Breakpoint$ResolveListener;)Lcom/oracle/truffle/api/debug/Breakpoint$Builder;
        10: .line 76
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$Builder.build:()Lcom/oracle/truffle/api/debug/Breakpoint;
        11: .line 70
            astore 10 /* breakpoint */
        start local 10 // com.oracle.truffle.api.debug.Breakpoint breakpoint
        12: .line 78
            aload 2 /* session */
            aload 10 /* breakpoint */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.install:(Lcom/oracle/truffle/api/debug/Breakpoint;)Lcom/oracle/truffle/api/debug/Breakpoint;
            pop
        13: .line 79
            goto 17
      StackMap locals: com.oracle.truffle.api.source.SourceSection int com.oracle.truffle.api.debug.DebuggerSession com.oracle.truffle.api.instrumentation.TruffleInstrument$Env com.oracle.truffle.api.source.Source int int com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector java.util.List java.util.concurrent.atomic.AtomicReference com.oracle.truffle.api.debug.Breakpoint
      StackMap stack: java.lang.Throwable
        14: astore 11
        15: .line 82
            aload 10 /* breakpoint */
            invokevirtual com.oracle.truffle.api.debug.Breakpoint.dispose:()V
        16: .line 83
            aload 11
            athrow
        17: .line 82
      StackMap locals:
      StackMap stack:
            aload 10 /* breakpoint */
            invokevirtual com.oracle.truffle.api.debug.Breakpoint.dispose:()V
        18: .line 84
            aload 9 /* nearestSection */
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.source.SourceSection
            astore 11 /* suspendableSection */
        start local 11 // com.oracle.truffle.api.source.SourceSection suspendableSection
        19: .line 85
            aload 11 /* suspendableSection */
            ifnull 24
        20: .line 86
            aload 11 /* suspendableSection */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharIndex:()I
            istore 5 /* startIndex */
        21: .line 87
            aload 11 /* suspendableSection */
            invokevirtual com.oracle.truffle.api.source.SourceSection.getCharEndIndex:()I
            istore 6 /* endIndex */
        22: .line 88
            aload 4 /* source */
            iload 5 /* startIndex */
            iload 6 /* endIndex */
            iload 1 /* restrictToSingleFunction */
            aload 3 /* env */
            invokestatic com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder.collectSuspendableLocations:(Lcom/oracle/truffle/api/source/Source;IIZLcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder$SectionsCollector;
            astore 7 /* sectionsCollector */
        23: .line 89
            aload 7 /* sectionsCollector */
            invokevirtual com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector.getSections:()Ljava/util/List;
            astore 8 /* sections */
        end local 11 // com.oracle.truffle.api.source.SourceSection suspendableSection
        end local 10 // com.oracle.truffle.api.debug.Breakpoint breakpoint
        end local 9 // java.util.concurrent.atomic.AtomicReference nearestSection
        24: .line 92
      StackMap locals:
      StackMap stack:
            aload 8 /* sections */
            areturn
        end local 8 // java.util.List sections
        end local 7 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector sectionsCollector
        end local 6 // int endIndex
        end local 5 // int startIndex
        end local 4 // com.oracle.truffle.api.source.Source source
        end local 3 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 2 // com.oracle.truffle.api.debug.DebuggerSession session
        end local 1 // boolean restrictToSingleFunction
        end local 0 // com.oracle.truffle.api.source.SourceSection range
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   25     0                     range  Lcom/oracle/truffle/api/source/SourceSection;
            0   25     1  restrictToSingleFunction  Z
            0   25     2                   session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0   25     3                       env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            1   25     4                    source  Lcom/oracle/truffle/api/source/Source;
            2   25     5                startIndex  I
            3   25     6                  endIndex  I
            4   25     7         sectionsCollector  Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder$SectionsCollector;
            5   25     8                  sections  Ljava/util/List<Lcom/oracle/truffle/api/source/SourceSection;>;
            7   24     9            nearestSection  Ljava/util/concurrent/atomic/AtomicReference<Lcom/oracle/truffle/api/source/SourceSection;>;
           12   24    10                breakpoint  Lcom/oracle/truffle/api/debug/Breakpoint;
           19   24    11        suspendableSection  Lcom/oracle/truffle/api/source/SourceSection;
      Exception table:
        from    to  target  type
          12    14      14  any
    Signature: (Lcom/oracle/truffle/api/source/SourceSection;ZLcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)Ljava/lang/Iterable<Lcom/oracle/truffle/api/source/SourceSection;>;
    MethodParameters:
                          Name  Flags
      range                     
      restrictToSingleFunction  
      session                   
      env                       

  private static com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector collectSuspendableLocations(com.oracle.truffle.api.source.Source, int, int, boolean, com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/source/Source;IIZLcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder$SectionsCollector;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // com.oracle.truffle.api.source.Source source
        start local 1 // int startIndex
        start local 2 // int endIndex
        start local 3 // boolean restrictToSingleFunction
        start local 4 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 96
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray com.oracle.truffle.api.source.Source
            dup
            iconst_0
            aload 0 /* source */
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.sourceIs:([Lcom/oracle/truffle/api/source/Source;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange
            dup
            iconst_0
            iload 1 /* startIndex */
            iload 2 /* endIndex */
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange.between:(II)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.indexIn:([Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$IndexRange;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            getstatic com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder.SUSPENDABLE_TAGS:[Ljava/lang/Class;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            astore 5 /* filter */
        start local 5 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
         1: .line 98
            iload 3 /* restrictToSingleFunction */
            ifeq 4
         2: .line 99
            new com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$FunctionSectionsCollector
            dup
            iload 1 /* startIndex */
            aload 4 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            invokespecial com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$FunctionSectionsCollector.<init>:(ILcom/oracle/truffle/api/instrumentation/Instrumenter;)V
            astore 6 /* sectionsCollector */
        start local 6 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector sectionsCollector
         3: .line 100
            goto 5
        end local 6 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector sectionsCollector
         4: .line 101
      StackMap locals: com.oracle.truffle.api.instrumentation.SourceSectionFilter
      StackMap stack:
            new com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector
            dup
            iload 1 /* startIndex */
            invokespecial com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector.<init>:(I)V
            astore 6 /* sectionsCollector */
        start local 6 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector sectionsCollector
         5: .line 103
      StackMap locals: com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector
      StackMap stack:
            aload 4 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
            aload 5 /* filter */
            aload 6 /* sectionsCollector */
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.visitLoadedSourceSections:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;)V
         6: .line 104
            aload 6 /* sectionsCollector */
            areturn
        end local 6 // com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector sectionsCollector
        end local 5 // com.oracle.truffle.api.instrumentation.SourceSectionFilter filter
        end local 4 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 3 // boolean restrictToSingleFunction
        end local 2 // int endIndex
        end local 1 // int startIndex
        end local 0 // com.oracle.truffle.api.source.Source source
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    7     0                    source  Lcom/oracle/truffle/api/source/Source;
            0    7     1                startIndex  I
            0    7     2                  endIndex  I
            0    7     3  restrictToSingleFunction  Z
            0    7     4                       env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            1    7     5                    filter  Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
            3    4     6         sectionsCollector  Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder$SectionsCollector;
            5    7     6         sectionsCollector  Lcom/oracle/truffle/tools/chromeinspector/SuspendableLocationFinder$SectionsCollector;
    MethodParameters:
                          Name  Flags
      source                    
      startIndex                
      endIndex                  
      restrictToSingleFunction  
      env                       
}
SourceFile: "SuspendableLocationFinder.java"
NestMembers:
  com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1  com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$FunctionSectionsCollector  com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector
InnerClasses:
  public final Builder = com.oracle.truffle.api.debug.Breakpoint$Builder of com.oracle.truffle.api.debug.Breakpoint
  public abstract ResolveListener = com.oracle.truffle.api.debug.Breakpoint$ResolveListener of com.oracle.truffle.api.debug.Breakpoint
  public final Builder = com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public final IndexRange = com.oracle.truffle.api.instrumentation.SourceSectionFilter$IndexRange of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public final StatementTag = com.oracle.truffle.api.instrumentation.StandardTags$StatementTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$1
  private final FunctionSectionsCollector = com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$FunctionSectionsCollector of com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder
  private SectionsCollector = com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder$SectionsCollector of com.oracle.truffle.tools.chromeinspector.SuspendableLocationFinder