class com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey
  super_class: java.lang.Object
{
  final com.oracle.graal.pointsto.meta.AnalysisType[] aInterfaces;
    descriptor: [Lcom/oracle/graal/pointsto/meta/AnalysisType;
    flags: (0x0010) ACC_FINAL

  final com.oracle.svm.hosted.analysis.Inflation this$0;
    descriptor: Lcom/oracle/svm/hosted/analysis/Inflation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.svm.hosted.analysis.Inflation, com.oracle.graal.pointsto.meta.AnalysisType[]);
    descriptor: (Lcom/oracle/svm/hosted/analysis/Inflation;[Lcom/oracle/graal/pointsto/meta/AnalysisType;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey this
        start local 2 // com.oracle.graal.pointsto.meta.AnalysisType[] aInterfaces
         0: .line 425
            aload 0 /* this */
            aload 1
            putfield com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey.this$0:Lcom/oracle/svm/hosted/analysis/Inflation;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 426
            aload 0 /* this */
            aload 2 /* aInterfaces */
            putfield com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey.aInterfaces:[Lcom/oracle/graal/pointsto/meta/AnalysisType;
         2: .line 427
            return
        end local 2 // com.oracle.graal.pointsto.meta.AnalysisType[] aInterfaces
        end local 0 // com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/oracle/svm/hosted/analysis/Inflation$InterfacesEncodingKey;
            0    3     2  aInterfaces  [Lcom/oracle/graal/pointsto/meta/AnalysisType;
    MethodParameters:
             Name  Flags
      this$0       final
      aInterfaces  

  com.oracle.svm.core.hub.DynamicHub[] createHubs();
    descriptor: ()[Lcom/oracle/svm/core/hub/DynamicHub;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey this
         0: .line 430
            aload 0 /* this */
            getfield com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey.this$0:Lcom/oracle/svm/hosted/analysis/Inflation;
            invokestatic com.oracle.svm.hosted.analysis.Inflation.access$2:(Lcom/oracle/svm/hosted/analysis/Inflation;)Lcom/oracle/graal/pointsto/api/HostVM;
            checkcast com.oracle.svm.hosted.SVMHost
            astore 1 /* svmHost */
        start local 1 // com.oracle.svm.hosted.SVMHost svmHost
         1: .line 431
            aload 0 /* this */
            getfield com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey.aInterfaces:[Lcom/oracle/graal/pointsto/meta/AnalysisType;
            arraylength
            anewarray com.oracle.svm.core.hub.DynamicHub
            astore 2 /* hubs */
        start local 2 // com.oracle.svm.core.hub.DynamicHub[] hubs
         2: .line 432
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 433
      StackMap locals: com.oracle.svm.hosted.SVMHost com.oracle.svm.core.hub.DynamicHub[] int
      StackMap stack:
            aload 2 /* hubs */
            iload 3 /* i */
            aload 1 /* svmHost */
            aload 0 /* this */
            getfield com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey.aInterfaces:[Lcom/oracle/graal/pointsto/meta/AnalysisType;
            iload 3 /* i */
            aaload
            invokevirtual com.oracle.svm.hosted.SVMHost.dynamicHub:(Ljdk/vm/ci/meta/ResolvedJavaType;)Lcom/oracle/svm/core/hub/DynamicHub;
            aastore
         5: .line 432
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 2 /* hubs */
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 435
            aload 2 /* hubs */
            areturn
        end local 2 // com.oracle.svm.core.hub.DynamicHub[] hubs
        end local 1 // com.oracle.svm.hosted.SVMHost svmHost
        end local 0 // com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/oracle/svm/hosted/analysis/Inflation$InterfacesEncodingKey;
            1    8     1  svmHost  Lcom/oracle/svm/hosted/SVMHost;
            2    8     2     hubs  [Lcom/oracle/svm/core/hub/DynamicHub;
            3    7     3        i  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey this
        start local 1 // java.lang.Object obj
         0: .line 440
            aload 1 /* obj */
            instanceof com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey
            ifeq 1
            aload 0 /* this */
            getfield com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey.aInterfaces:[Lcom/oracle/graal/pointsto/meta/AnalysisType;
            aload 1 /* obj */
            checkcast com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey
            getfield com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey.aInterfaces:[Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/analysis/Inflation$InterfacesEncodingKey;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey this
         0: .line 445
            aload 0 /* this */
            getfield com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey.aInterfaces:[Lcom/oracle/graal/pointsto/meta/AnalysisType;
            invokestatic java.util.Arrays.hashCode:([Ljava/lang/Object;)I
            ireturn
        end local 0 // com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/analysis/Inflation$InterfacesEncodingKey;
}
SourceFile: "Inflation.java"
NestHost: com.oracle.svm.hosted.analysis.Inflation
InnerClasses:
  InterfacesEncodingKey = com.oracle.svm.hosted.analysis.Inflation$InterfacesEncodingKey of com.oracle.svm.hosted.analysis.Inflation