class com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.source.SourceSection sourceSection;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String rootName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.api.source.SourceSection, java.lang.String);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation this
        start local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        start local 2 // java.lang.String rootName
         0: .line 264
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 265
            aload 0 /* this */
            aload 1 /* sourceSection */
            putfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
         2: .line 266
            aload 0 /* this */
            aload 2 /* rootName */
            putfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.rootName:Ljava/lang/String;
         3: .line 267
            return
        end local 2 // java.lang.String rootName
        end local 1 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 0 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/oracle/truffle/tools/profiler/impl/ProfilerCLI$SourceLocation;
            0    4     1  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
            0    4     2       rootName  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      sourceSection  
      rootName       

  com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation this
         0: .line 270
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/impl/ProfilerCLI$SourceLocation;

  public java.lang.String getRootName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation this
         0: .line 274
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.rootName:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/profiler/impl/ProfilerCLI$SourceLocation;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation this
        start local 1 // java.lang.Object o
         0: .line 279
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 280
            iconst_1
            ireturn
         2: .line 282
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 283
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 286
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation
            astore 2 /* that */
        start local 2 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation that
         5: .line 288
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            ifnull 6
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            aload 2 /* that */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.equals:(Ljava/lang/Object;)Z
            ifne 8
            goto 7
      StackMap locals: com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation
      StackMap stack:
         6: aload 2 /* that */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            ifnull 8
         7: .line 289
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         8: .line 291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.rootName:Ljava/lang/String;
            ifnull 9
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.rootName:Ljava/lang/String;
            aload 2 /* that */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.rootName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            goto 11
      StackMap locals:
      StackMap stack:
         9: aload 2 /* that */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.rootName:Ljava/lang/String;
            ifnonnull 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: ireturn
        end local 2 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation that
        end local 1 // java.lang.Object o
        end local 0 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/oracle/truffle/tools/profiler/impl/ProfilerCLI$SourceLocation;
            0   12     1     o  Ljava/lang/Object;
            5   12     2  that  Lcom/oracle/truffle/tools/profiler/impl/ProfilerCLI$SourceLocation;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation this
         0: .line 296
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            ifnull 1
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.sourceSection:Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.source.SourceSection.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* result */
        start local 1 // int result
         3: .line 297
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.rootName:Ljava/lang/String;
            ifnull 4
            aload 0 /* this */
            getfield com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation.rootName:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            goto 5
      StackMap locals: com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation int
      StackMap stack: int
         4: iconst_0
      StackMap locals: com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation int
      StackMap stack: int int
         5: iadd
            istore 1 /* result */
         6: .line 298
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/oracle/truffle/tools/profiler/impl/ProfilerCLI$SourceLocation;
            3    7     1  result  I
}
SourceFile: "ProfilerCLI.java"
NestHost: com.oracle.truffle.tools.profiler.impl.ProfilerCLI
InnerClasses:
  SourceLocation = com.oracle.truffle.tools.profiler.impl.ProfilerCLI$SourceLocation of com.oracle.truffle.tools.profiler.impl.ProfilerCLI