public class sun.jvm.hotspot.oops.TypeStackSlotEntries<K, M> extends sun.jvm.hotspot.oops.TypeEntries<K, M>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.oops.TypeStackSlotEntries
  super_class: sun.jvm.hotspot.oops.TypeEntries
{
  static final int stackSlotEntry;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int typeEntry;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int perArgCellCount;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

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

  int stackSlotOffset(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
        start local 1 // int i
         0: .line 45
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeStackSlotEntries.baseOff:I
            iload 1 /* i */
            invokestatic sun.jvm.hotspot.oops.TypeStackSlotEntries.stackSlotLocalOffset:(I)I
            iadd
            ireturn
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/TypeStackSlotEntries<TK;TM;>;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  int typeOffsetInCells(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
        start local 1 // int i
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeStackSlotEntries.baseOff:I
            iload 1 /* i */
            invokestatic sun.jvm.hotspot.oops.TypeStackSlotEntries.typeLocalOffset:(I)I
            iadd
            ireturn
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/TypeStackSlotEntries<TK;TM;>;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  void <init>(sun.jvm.hotspot.oops.MethodDataInterface<K, M>, sun.jvm.hotspot.oops.ProfileData, int, );
    descriptor: (Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/ProfileData;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
        start local 1 // sun.jvm.hotspot.oops.MethodDataInterface methodData
        start local 2 // sun.jvm.hotspot.oops.ProfileData pd
        start local 3 // int baseOff
        start local 4 // int nbEntries
         0: .line 55
            aload 0 /* this */
            aload 1 /* methodData */
            aload 2 /* pd */
            iload 3 /* baseOff */
            invokespecial sun.jvm.hotspot.oops.TypeEntries.<init>:(Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/ProfileData;I)V
         1: .line 56
            aload 0 /* this */
            iload 4 /* nbEntries */
            putfield sun.jvm.hotspot.oops.TypeStackSlotEntries.numberOfEntries:I
         2: .line 57
            return
        end local 4 // int nbEntries
        end local 3 // int baseOff
        end local 2 // sun.jvm.hotspot.oops.ProfileData pd
        end local 1 // sun.jvm.hotspot.oops.MethodDataInterface methodData
        end local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/jvm/hotspot/oops/TypeStackSlotEntries<TK;TM;>;
            0    3     1  methodData  Lsun/jvm/hotspot/oops/MethodDataInterface<TK;TM;>;
            0    3     2          pd  Lsun/jvm/hotspot/oops/ProfileData;
            0    3     3     baseOff  I
            0    3     4   nbEntries  I
    Signature: (Lsun/jvm/hotspot/oops/MethodDataInterface<TK;TM;>;Lsun/jvm/hotspot/oops/ProfileData;II)V
    MethodParameters:
            Name  Flags
      methodData  
      pd          
      baseOff     
      nbEntries   

  static int stackSlotLocalOffset(int);
    descriptor: (I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int i
         0: .line 60
            iload 0 /* i */
            iconst_2
            imul
            iconst_0
            iadd
            ireturn
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  I
    MethodParameters:
      Name  Flags
      i     

  static int typeLocalOffset(int);
    descriptor: (I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int i
         0: .line 64
            iload 0 /* i */
            iconst_2
            imul
            iconst_1
            iadd
            ireturn
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  I
    MethodParameters:
      Name  Flags
      i     

  int stackSlot(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
        start local 1 // int i
         0: .line 68
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeStackSlotEntries.pd:Lsun/jvm/hotspot/oops/ProfileData;
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual sun.jvm.hotspot.oops.TypeStackSlotEntries.stackSlotOffset:(I)I
            invokevirtual sun.jvm.hotspot.oops.ProfileData.uintAt:(I)I
            ireturn
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/TypeStackSlotEntries<TK;TM;>;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  K type();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
        start local 1 // int i
         0: .line 72
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual sun.jvm.hotspot.oops.TypeStackSlotEntries.typeOffsetInCells:(I)I
            invokevirtual sun.jvm.hotspot.oops.TypeStackSlotEntries.validKlass:(I)Ljava/lang/Object;
            areturn
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/TypeStackSlotEntries<TK;TM;>;
            0    1     1     i  I
    Signature: (I)TK;
    MethodParameters:
      Name  Flags
      i     

  static int perArgCount();
    descriptor: ()I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 76
            iconst_2
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  int typeIndex(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
        start local 1 // int i
         0: .line 80
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual sun.jvm.hotspot.oops.TypeStackSlotEntries.typeOffsetInCells:(I)I
            ireturn
        end local 1 // int i
        end local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/oops/TypeStackSlotEntries<TK;TM;>;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  void printDataOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
        start local 1 // java.io.PrintStream st
         0: .line 84
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 7
         2: .line 85
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeStackSlotEntries.pd:Lsun/jvm/hotspot/oops/ProfileData;
            aload 1 /* st */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.tab:(Ljava/io/PrintStream;)V
         3: .line 86
            aload 1 /* st */
            new java.lang.StringBuilder
            dup
            iload 2 /* i */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": stack("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.oops.TypeStackSlotEntries.stackSlot:(I)I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ") "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         4: .line 87
            aload 0 /* this */
            aload 1 /* st */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual sun.jvm.hotspot.oops.TypeStackSlotEntries.typeOffsetInCells:(I)I
            invokevirtual sun.jvm.hotspot.oops.TypeStackSlotEntries.printKlass:(Ljava/io/PrintStream;I)V
         5: .line 88
            aload 1 /* st */
            invokevirtual java.io.PrintStream.println:()V
         6: .line 84
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeStackSlotEntries.numberOfEntries:I
            if_icmplt 2
        end local 2 // int i
         8: .line 90
            return
        end local 1 // java.io.PrintStream st
        end local 0 // sun.jvm.hotspot.oops.TypeStackSlotEntries this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/jvm/hotspot/oops/TypeStackSlotEntries<TK;TM;>;
            0    9     1    st  Ljava/io/PrintStream;
            1    8     2     i  I
    MethodParameters:
      Name  Flags
      st    
}
Signature: <K:Ljava/lang/Object;M:Ljava/lang/Object;>Lsun/jvm/hotspot/oops/TypeEntries<TK;TM;>;
SourceFile: "TypeStackSlotEntries.java"