final class com.oracle.svm.agent.BreakpointInterceptor$MethodLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.svm.agent.BreakpointInterceptor$MethodLocation
  super_class: java.lang.Object
{
  final com.oracle.svm.jni.nativeapi.JNIMethodId method;
    descriptor: Lcom/oracle/svm/jni/nativeapi/JNIMethodId;
    flags: (0x0010) ACC_FINAL

  final int bci;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(com.oracle.svm.jni.nativeapi.JNIMethodId, int);
    descriptor: (Lcom/oracle/svm/jni/nativeapi/JNIMethodId;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.svm.agent.BreakpointInterceptor$MethodLocation this
        start local 1 // com.oracle.svm.jni.nativeapi.JNIMethodId method
        start local 2 // int bci
         0: .line 1524
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1525
            aload 0 /* this */
            aload 1 /* method */
            putfield com.oracle.svm.agent.BreakpointInterceptor$MethodLocation.method:Lcom/oracle/svm/jni/nativeapi/JNIMethodId;
         2: .line 1526
            aload 0 /* this */
            iload 2 /* bci */
            putfield com.oracle.svm.agent.BreakpointInterceptor$MethodLocation.bci:I
         3: .line 1527
            return
        end local 2 // int bci
        end local 1 // com.oracle.svm.jni.nativeapi.JNIMethodId method
        end local 0 // com.oracle.svm.agent.BreakpointInterceptor$MethodLocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/svm/agent/BreakpointInterceptor$MethodLocation;
            0    4     1  method  Lcom/oracle/svm/jni/nativeapi/JNIMethodId;
            0    4     2     bci  I
    MethodParameters:
        Name  Flags
      method  
      bci     

  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.svm.agent.BreakpointInterceptor$MethodLocation this
        start local 1 // java.lang.Object obj
         0: .line 1531
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpeq 4
            aload 1 /* obj */
            instanceof com.oracle.svm.agent.BreakpointInterceptor$MethodLocation
            ifeq 4
         1: .line 1532
            aload 1 /* obj */
            checkcast com.oracle.svm.agent.BreakpointInterceptor$MethodLocation
            astore 2 /* other */
        start local 2 // com.oracle.svm.agent.BreakpointInterceptor$MethodLocation other
         2: .line 1533
            aload 0 /* this */
            getfield com.oracle.svm.agent.BreakpointInterceptor$MethodLocation.method:Lcom/oracle/svm/jni/nativeapi/JNIMethodId;
            aload 2 /* other */
            getfield com.oracle.svm.agent.BreakpointInterceptor$MethodLocation.method:Lcom/oracle/svm/jni/nativeapi/JNIMethodId;
            invokeinterface com.oracle.svm.jni.nativeapi.JNIMethodId.equal:(Lorg/graalvm/word/ComparableWord;)Z
            ifeq 3
            aload 0 /* this */
            getfield com.oracle.svm.agent.BreakpointInterceptor$MethodLocation.bci:I
            aload 2 /* other */
            getfield com.oracle.svm.agent.BreakpointInterceptor$MethodLocation.bci:I
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals: com.oracle.svm.agent.BreakpointInterceptor$MethodLocation
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // com.oracle.svm.agent.BreakpointInterceptor$MethodLocation other
         4: .line 1535
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.svm.agent.BreakpointInterceptor$MethodLocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/oracle/svm/agent/BreakpointInterceptor$MethodLocation;
            0    6     1    obj  Ljava/lang/Object;
            2    4     2  other  Lcom/oracle/svm/agent/BreakpointInterceptor$MethodLocation;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.svm.agent.BreakpointInterceptor$MethodLocation this
         0: .line 1540
            bipush 31
            aload 0 /* this */
            getfield com.oracle.svm.agent.BreakpointInterceptor$MethodLocation.method:Lcom/oracle/svm/jni/nativeapi/JNIMethodId;
            invokeinterface com.oracle.svm.jni.nativeapi.JNIMethodId.rawValue:()J
            invokestatic java.lang.Long.hashCode:(J)I
            imul
            aload 0 /* this */
            getfield com.oracle.svm.agent.BreakpointInterceptor$MethodLocation.bci:I
            iadd
            ireturn
        end local 0 // com.oracle.svm.agent.BreakpointInterceptor$MethodLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/agent/BreakpointInterceptor$MethodLocation;
}
SourceFile: "BreakpointInterceptor.java"
NestHost: com.oracle.svm.agent.BreakpointInterceptor
InnerClasses:
  private final MethodLocation = com.oracle.svm.agent.BreakpointInterceptor$MethodLocation of com.oracle.svm.agent.BreakpointInterceptor