public class com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor
  super_class: java.lang.Object
{
  private final com.oracle.graal.pointsto.meta.AnalysisMethod[] caller;
    descriptor: [Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int[] bci;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int length;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.util.List<org.graalvm.collections.Pair<jdk.vm.ci.meta.ResolvedJavaMethod, java.lang.Integer>>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
        start local 1 // java.util.List callingContext
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* callingContext */
            invokeinterface java.util.List.size:()I
            putfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.length:I
         2: .line 51
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.length:I
            anewarray com.oracle.graal.pointsto.meta.AnalysisMethod
            putfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.caller:[Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
         3: .line 52
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.length:I
            newarray 10
            putfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.bci:[I
         4: .line 53
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: .line 54
            aload 1 /* callingContext */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 10
      StackMap locals: com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor java.util.List int top java.util.Iterator
      StackMap stack:
         6: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.collections.Pair
            astore 3 /* pair */
        start local 3 // org.graalvm.collections.Pair pair
         7: .line 55
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.caller:[Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            iload 2 /* i */
            aload 3 /* pair */
            invokevirtual org.graalvm.collections.Pair.getLeft:()Ljava/lang/Object;
            checkcast jdk.vm.ci.meta.ResolvedJavaMethod
            invokestatic com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.toAnalysisMethod:(Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            aastore
         8: .line 56
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.bci:[I
            iload 2 /* i */
            aload 3 /* pair */
            invokevirtual org.graalvm.collections.Pair.getRight:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
         9: .line 57
            iinc 2 /* i */ 1
        end local 3 // org.graalvm.collections.Pair pair
        10: .line 54
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        11: .line 59
            return
        end local 2 // int i
        end local 1 // java.util.List callingContext
        end local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lcom/oracle/svm/hosted/snippets/IntrinsificationPluginRegistry$CallSiteDescriptor;
            0   12     1  callingContext  Ljava/util/List<Lorg/graalvm/collections/Pair<Ljdk/vm/ci/meta/ResolvedJavaMethod;Ljava/lang/Integer;>;>;
            5   12     2               i  I
            7   10     3            pair  Lorg/graalvm/collections/Pair<Ljdk/vm/ci/meta/ResolvedJavaMethod;Ljava/lang/Integer;>;
    Signature: (Ljava/util/List<Lorg/graalvm/collections/Pair<Ljdk/vm/ci/meta/ResolvedJavaMethod;Ljava/lang/Integer;>;>;)V
    MethodParameters:
                Name  Flags
      callingContext  

  public com.oracle.graal.pointsto.meta.AnalysisMethod[] getCaller();
    descriptor: ()[Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
         0: .line 62
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.caller:[Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            areturn
        end local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/snippets/IntrinsificationPluginRegistry$CallSiteDescriptor;

  public int[] getBci();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
         0: .line 66
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.bci:[I
            areturn
        end local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/snippets/IntrinsificationPluginRegistry$CallSiteDescriptor;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
         0: .line 70
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.length:I
            ireturn
        end local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/snippets/IntrinsificationPluginRegistry$CallSiteDescriptor;

  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.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
        start local 1 // java.lang.Object obj
         0: .line 75
            aload 1 /* obj */
            instanceof com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor
            ifeq 4
         1: .line 76
            aload 1 /* obj */
            checkcast com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor
            astore 2 /* other */
        start local 2 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor other
         2: .line 77
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.bci:[I
            aload 2 /* other */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.bci:[I
            invokestatic java.util.Arrays.equals:([I[I)Z
            ifeq 3
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.caller:[Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            aload 2 /* other */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.caller:[Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor other
         4: .line 79
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/oracle/svm/hosted/snippets/IntrinsificationPluginRegistry$CallSiteDescriptor;
            0    5     1    obj  Ljava/lang/Object;
            2    4     2  other  Lcom/oracle/svm/hosted/snippets/IntrinsificationPluginRegistry$CallSiteDescriptor;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
         0: .line 84
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.caller:[Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            invokestatic java.util.Arrays.hashCode:([Ljava/lang/Object;)I
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.bci:[I
            invokestatic java.util.Arrays.hashCode:([I)I
            ixor
            ireturn
        end local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/snippets/IntrinsificationPluginRegistry$CallSiteDescriptor;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
         0: .line 89
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 90
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 91
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* sb */
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.caller:[Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            iload 2 /* i */
            aaload
            ldc "%h.%n(%p)"
            invokevirtual com.oracle.graal.pointsto.meta.AnalysisMethod.format:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "@"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.bci:[I
            iload 2 /* i */
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokestatic java.lang.System.lineSeparator:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 90
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor.caller:[Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 93
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/svm/hosted/snippets/IntrinsificationPluginRegistry$CallSiteDescriptor;
            1    7     1    sb  Ljava/lang/StringBuilder;
            2    6     2     i  I

  private static com.oracle.graal.pointsto.meta.AnalysisMethod toAnalysisMethod(jdk.vm.ci.meta.ResolvedJavaMethod);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;)Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.meta.ResolvedJavaMethod method
         0: .line 97
            aload 0 /* method */
            instanceof com.oracle.svm.hosted.meta.HostedMethod
            ifeq 2
         1: .line 98
            aload 0 /* method */
            checkcast com.oracle.svm.hosted.meta.HostedMethod
            getfield com.oracle.svm.hosted.meta.HostedMethod.wrapped:Lcom/oracle/graal/pointsto/meta/AnalysisMethod;
            areturn
         2: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* method */
            instanceof com.oracle.graal.pointsto.meta.AnalysisMethod
            invokestatic com.oracle.svm.core.util.VMError.guarantee:(Z)V
         3: .line 101
            aload 0 /* method */
            checkcast com.oracle.graal.pointsto.meta.AnalysisMethod
            areturn
        end local 0 // jdk.vm.ci.meta.ResolvedJavaMethod method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  method  Ljdk/vm/ci/meta/ResolvedJavaMethod;
    MethodParameters:
        Name  Flags
      method  
}
SourceFile: "IntrinsificationPluginRegistry.java"
NestHost: com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry
InnerClasses:
  public CallSiteDescriptor = com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry$CallSiteDescriptor of com.oracle.svm.hosted.snippets.IntrinsificationPluginRegistry