final class com.oracle.truffle.api.debug.SuspendableLocationFinder
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.SuspendableLocationFinder
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SuspendableLocationFinder this
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendableLocationFinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/debug/SuspendableLocationFinder;

  static com.oracle.truffle.api.source.SourceSection findNearest(com.oracle.truffle.api.source.Source, com.oracle.truffle.api.debug.SourceElement[], int, int, com.oracle.truffle.api.debug.SuspendAnchor, com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/source/Source;[Lcom/oracle/truffle/api/debug/SourceElement;IILcom/oracle/truffle/api/debug/SuspendAnchor;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=10, args_size=6
        start local 0 // com.oracle.truffle.api.source.Source source
        start local 1 // com.oracle.truffle.api.debug.SourceElement[] sourceElements
        start local 2 // int line
        start local 3 // int column
        start local 4 // com.oracle.truffle.api.debug.SuspendAnchor anchor
        start local 5 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 79
            aload 0 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.hasCharacters:()Z
            ifne 2
         1: .line 80
            aconst_null
            areturn
         2: .line 82
      StackMap locals:
      StackMap stack:
            iload 2 /* line */
            istore 6 /* boundLine */
        start local 6 // int boundLine
         3: .line 83
            iload 3 /* column */
            istore 7 /* boundColumn */
        start local 7 // int boundColumn
         4: .line 84
            aload 0 /* source */
            invokevirtual com.oracle.truffle.api.source.Source.getLineCount:()I
            istore 8 /* maxLine */
        start local 8 // int maxLine
         5: .line 85
            iload 6 /* boundLine */
            iload 8 /* maxLine */
            if_icmple 7
         6: .line 86
            iload 8 /* maxLine */
            istore 6 /* boundLine */
         7: .line 88
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* source */
            iload 6 /* boundLine */
            invokevirtual com.oracle.truffle.api.source.Source.getLineLength:(I)I
            iconst_1
            iadd
            istore 9 /* maxColumn */
        start local 9 // int maxColumn
         8: .line 89
            iload 7 /* boundColumn */
            iload 9 /* maxColumn */
            if_icmple 10
         9: .line 90
            iload 9 /* maxColumn */
            istore 7 /* boundColumn */
        10: .line 92
      StackMap locals: int
      StackMap stack:
            aload 0 /* source */
            aload 1 /* sourceElements */
            invokestatic com.oracle.truffle.api.debug.SuspendableLocationFinder.getElementTags:([Lcom/oracle/truffle/api/debug/SourceElement;)Ljava/util/Set;
            iload 6 /* boundLine */
            iload 7 /* boundColumn */
            aload 4 /* anchor */
            aload 5 /* env */
            invokestatic com.oracle.truffle.api.debug.SuspendableLocationFinder.findNearestBound:(Lcom/oracle/truffle/api/source/Source;Ljava/util/Set;IILcom/oracle/truffle/api/debug/SuspendAnchor;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 9 // int maxColumn
        end local 8 // int maxLine
        end local 7 // int boundColumn
        end local 6 // int boundLine
        end local 5 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 4 // com.oracle.truffle.api.debug.SuspendAnchor anchor
        end local 3 // int column
        end local 2 // int line
        end local 1 // com.oracle.truffle.api.debug.SourceElement[] sourceElements
        end local 0 // com.oracle.truffle.api.source.Source source
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0          source  Lcom/oracle/truffle/api/source/Source;
            0   11     1  sourceElements  [Lcom/oracle/truffle/api/debug/SourceElement;
            0   11     2            line  I
            0   11     3          column  I
            0   11     4          anchor  Lcom/oracle/truffle/api/debug/SuspendAnchor;
            0   11     5             env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            3   11     6       boundLine  I
            4   11     7     boundColumn  I
            5   11     8         maxLine  I
            8   11     9       maxColumn  I
    MethodParameters:
                Name  Flags
      source          
      sourceElements  
      line            
      column          
      anchor          
      env             

  private static java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>> getElementTags(com.oracle.truffle.api.debug.SourceElement[]);
    descriptor: ([Lcom/oracle/truffle/api/debug/SourceElement;)Ljava/util/Set;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.oracle.truffle.api.debug.SourceElement[] sourceElements
         0: .line 96
            aload 0 /* sourceElements */
            arraylength
            iconst_1
            if_icmpne 2
         1: .line 97
            aload 0 /* sourceElements */
            iconst_0
            aaload
            invokevirtual com.oracle.truffle.api.debug.SourceElement.getTag:()Ljava/lang/Class;
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            areturn
         2: .line 99
      StackMap locals:
      StackMap stack:
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* elementTags */
        start local 1 // java.util.Set elementTags
         3: .line 100
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 101
      StackMap locals: java.util.Set int
      StackMap stack:
            aload 1 /* elementTags */
            aload 0 /* sourceElements */
            iload 2 /* i */
            aaload
            invokevirtual com.oracle.truffle.api.debug.SourceElement.getTag:()Ljava/lang/Class;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         6: .line 100
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* sourceElements */
            arraylength
            if_icmplt 5
        end local 2 // int i
         8: .line 103
            aload 1 /* elementTags */
            areturn
        end local 1 // java.util.Set elementTags
        end local 0 // com.oracle.truffle.api.debug.SourceElement[] sourceElements
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0  sourceElements  [Lcom/oracle/truffle/api/debug/SourceElement;
            3    9     1     elementTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
            4    8     2               i  I
    Signature: ([Lcom/oracle/truffle/api/debug/SourceElement;)Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
    MethodParameters:
                Name  Flags
      sourceElements  

  private static com.oracle.truffle.api.source.SourceSection findNearestBound(com.oracle.truffle.api.source.Source, java.util.Set<java.lang.Class<? extends com.oracle.truffle.api.instrumentation.Tag>>, int, int, com.oracle.truffle.api.debug.SuspendAnchor, com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/source/Source;Ljava/util/Set;IILcom/oracle/truffle/api/debug/SuspendAnchor;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=11, args_size=6
        start local 0 // com.oracle.truffle.api.source.Source source
        start local 1 // java.util.Set elementTags
        start local 2 // int line
        start local 3 // int column
        start local 4 // com.oracle.truffle.api.debug.SuspendAnchor anchor
        start local 5 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 108
            aload 0 /* source */
            iload 2 /* line */
            invokevirtual com.oracle.truffle.api.source.Source.getLineStartOffset:(I)I
            istore 6 /* offset */
        start local 6 // int offset
         1: .line 109
            iload 3 /* column */
            ifle 3
         2: .line 110
            iload 6 /* offset */
            iload 3 /* column */
            iconst_1
            isub
            iadd
            istore 6 /* offset */
         3: .line 112
      StackMap locals: int
      StackMap stack:
            new com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections
            dup
            aload 1 /* elementTags */
            iload 3 /* column */
            ifgt 4
            iload 2 /* line */
            goto 5
      StackMap locals: com.oracle.truffle.api.source.Source java.util.Set int int com.oracle.truffle.api.debug.SuspendAnchor com.oracle.truffle.api.instrumentation.TruffleInstrument$Env int
      StackMap stack: new 3 new 3 java.util.Set
         4: iconst_0
      StackMap locals: com.oracle.truffle.api.source.Source java.util.Set int int com.oracle.truffle.api.debug.SuspendAnchor com.oracle.truffle.api.instrumentation.TruffleInstrument$Env int
      StackMap stack: new 3 new 3 java.util.Set int
         5: iload 6 /* offset */
            aload 4 /* anchor */
            invokespecial com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections.<init>:(Ljava/util/Set;IILcom/oracle/truffle/api/debug/SuspendAnchor;)V
            astore 7 /* sectionsCollector */
        start local 7 // com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections sectionsCollector
         6: .line 114
            aload 5 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
         7: .line 115
            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;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         8: .line 116
            aload 7 /* sectionsCollector */
         9: .line 114
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.visitLoadedSourceSections:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/LoadSourceSectionListener;)V
        10: .line 117
            aload 7 /* sectionsCollector */
            invokevirtual com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections.getExactSection:()Lcom/oracle/truffle/api/source/SourceSection;
            astore 8 /* section */
        start local 8 // com.oracle.truffle.api.source.SourceSection section
        11: .line 118
            aload 8 /* section */
            ifnull 13
        12: .line 119
            aload 8 /* section */
            areturn
        13: .line 121
      StackMap locals: com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections com.oracle.truffle.api.source.SourceSection
      StackMap stack:
            aload 7 /* sectionsCollector */
            getfield com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections.isOffsetInRoot:Z
            ifne 15
        14: .line 123
            aconst_null
            areturn
        15: .line 125
      StackMap locals:
      StackMap stack:
            aload 7 /* sectionsCollector */
            invokevirtual com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections.getContainsNode:()Lcom/oracle/truffle/api/instrumentation/InstrumentableNode;
            astore 9 /* contextNode */
        start local 9 // com.oracle.truffle.api.instrumentation.InstrumentableNode contextNode
        16: .line 126
            aload 9 /* contextNode */
            ifnonnull 18
        17: .line 127
            aload 7 /* sectionsCollector */
            invokevirtual com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections.getNextNode:()Lcom/oracle/truffle/api/instrumentation/InstrumentableNode;
            astore 9 /* contextNode */
        18: .line 129
      StackMap locals: com.oracle.truffle.api.instrumentation.InstrumentableNode
      StackMap stack:
            aload 9 /* contextNode */
            ifnonnull 20
        19: .line 130
            aload 7 /* sectionsCollector */
            invokevirtual com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections.getPreviousNode:()Lcom/oracle/truffle/api/instrumentation/InstrumentableNode;
            astore 9 /* contextNode */
        20: .line 132
      StackMap locals:
      StackMap stack:
            aload 9 /* contextNode */
            ifnonnull 22
        21: .line 133
            aconst_null
            areturn
        22: .line 135
      StackMap locals:
      StackMap stack:
            aload 9 /* contextNode */
            iload 6 /* offset */
            aload 1 /* elementTags */
            invokeinterface com.oracle.truffle.api.instrumentation.InstrumentableNode.findNearestNodeAt:(ILjava/util/Set;)Lcom/oracle/truffle/api/nodes/Node;
            astore 10 /* node */
        start local 10 // com.oracle.truffle.api.nodes.Node node
        23: .line 136
            aload 10 /* node */
            ifnonnull 25
        24: .line 137
            aconst_null
            areturn
        25: .line 139
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aload 10 /* node */
            invokevirtual com.oracle.truffle.api.nodes.Node.getSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 10 // com.oracle.truffle.api.nodes.Node node
        end local 9 // com.oracle.truffle.api.instrumentation.InstrumentableNode contextNode
        end local 8 // com.oracle.truffle.api.source.SourceSection section
        end local 7 // com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections sectionsCollector
        end local 6 // int offset
        end local 5 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 4 // com.oracle.truffle.api.debug.SuspendAnchor anchor
        end local 3 // int column
        end local 2 // int line
        end local 1 // java.util.Set elementTags
        end local 0 // com.oracle.truffle.api.source.Source source
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   26     0             source  Lcom/oracle/truffle/api/source/Source;
            0   26     1        elementTags  Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;
            0   26     2               line  I
            0   26     3             column  I
            0   26     4             anchor  Lcom/oracle/truffle/api/debug/SuspendAnchor;
            0   26     5                env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            1   26     6             offset  I
            6   26     7  sectionsCollector  Lcom/oracle/truffle/api/debug/SuspendableLocationFinder$NearestSections;
           11   26     8            section  Lcom/oracle/truffle/api/source/SourceSection;
           16   26     9        contextNode  Lcom/oracle/truffle/api/instrumentation/InstrumentableNode;
           23   26    10               node  Lcom/oracle/truffle/api/nodes/Node;
    Signature: (Lcom/oracle/truffle/api/source/Source;Ljava/util/Set<Ljava/lang/Class<+Lcom/oracle/truffle/api/instrumentation/Tag;>;>;IILcom/oracle/truffle/api/debug/SuspendAnchor;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
             Name  Flags
      source       
      elementTags  
      line         
      column       
      anchor       
      env          
}
SourceFile: "SuspendableLocationFinder.java"
NestMembers:
  com.oracle.truffle.api.debug.SuspendableLocationFinder$LinkedNodes  com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections
InnerClasses:
  private final LinkedNodes = com.oracle.truffle.api.debug.SuspendableLocationFinder$LinkedNodes of com.oracle.truffle.api.debug.SuspendableLocationFinder
  private NearestSections = com.oracle.truffle.api.debug.SuspendableLocationFinder$NearestSections of com.oracle.truffle.api.debug.SuspendableLocationFinder
  public final Builder = com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument