public class sun.java2d.xr.GrowableRectArray extends sun.java2d.xr.GrowableIntArray
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.java2d.xr.GrowableRectArray
  super_class: sun.java2d.xr.GrowableIntArray
{
  private static final int RECT_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int initialSize
         0: .line 38
            aload 0 /* this */
            iconst_4
            iload 1 /* initialSize */
            invokespecial sun.java2d.xr.GrowableIntArray.<init>:(II)V
         1: .line 39
            return
        end local 1 // int initialSize
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/java2d/xr/GrowableRectArray;
            0    2     1  initialSize  I
    MethodParameters:
             Name  Flags
      initialSize  

  public final void pushRectValues(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
         0: .line 42
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.size:I
            istore 5 /* currSize */
        start local 5 // int currSize
         1: .line 43
            aload 0 /* this */
            dup
            getfield sun.java2d.xr.GrowableRectArray.size:I
            iconst_4
            iadd
            putfield sun.java2d.xr.GrowableRectArray.size:I
         2: .line 45
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.size:I
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            arraylength
            if_icmplt 4
         3: .line 46
            aload 0 /* this */
            invokevirtual sun.java2d.xr.GrowableRectArray.growArray:()V
         4: .line 49
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            iload 5 /* currSize */
            iload 1 /* x */
            iastore
         5: .line 50
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            iload 5 /* currSize */
            iconst_1
            iadd
            iload 2 /* y */
            iastore
         6: .line 51
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            iload 5 /* currSize */
            iconst_2
            iadd
            iload 3 /* width */
            iastore
         7: .line 52
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            iload 5 /* currSize */
            iconst_3
            iadd
            iload 4 /* height */
            iastore
         8: .line 53
            return
        end local 5 // int currSize
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lsun/java2d/xr/GrowableRectArray;
            0    9     1         x  I
            0    9     2         y  I
            0    9     3     width  I
            0    9     4    height  I
            1    9     5  currSize  I
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  

  public final void setX(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
        start local 2 // int x
         0: .line 56
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iload 2 /* x */
            iastore
         1: .line 57
            return
        end local 2 // int x
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    2     1  index  I
            0    2     2      x  I
    MethodParameters:
       Name  Flags
      index  
      x      

  public final void setY(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
        start local 2 // int y
         0: .line 60
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_1
            iadd
            iload 2 /* y */
            iastore
         1: .line 61
            return
        end local 2 // int y
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    2     1  index  I
            0    2     2      y  I
    MethodParameters:
       Name  Flags
      index  
      y      

  public final void setWidth(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
        start local 2 // int width
         0: .line 64
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_2
            iadd
            iload 2 /* width */
            iastore
         1: .line 65
            return
        end local 2 // int width
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    2     1  index  I
            0    2     2  width  I
    MethodParameters:
       Name  Flags
      index  
      width  

  public final void setHeight(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
        start local 2 // int height
         0: .line 68
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_3
            iadd
            iload 2 /* height */
            iastore
         1: .line 69
            return
        end local 2 // int height
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/java2d/xr/GrowableRectArray;
            0    2     1   index  I
            0    2     2  height  I
    MethodParameters:
        Name  Flags
      index   
      height  

  public final int getX(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
         0: .line 72
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iaload
            ireturn
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final int getY(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
         0: .line 76
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_1
            iadd
            iaload
            ireturn
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final int getWidth(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
         0: .line 80
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_2
            iadd
            iaload
            ireturn
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final int getHeight(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int index
         0: .line 84
            aload 0 /* this */
            getfield sun.java2d.xr.GrowableRectArray.array:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.java2d.xr.GrowableRectArray.getCellIndex:(I)I
            iconst_3
            iadd
            iaload
            ireturn
        end local 1 // int index
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/java2d/xr/GrowableRectArray;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public final void translateRects(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.java2d.xr.GrowableRectArray this
        start local 1 // int x
        start local 2 // int y
         0: .line 88
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 89
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual sun.java2d.xr.GrowableRectArray.getX:(I)I
            iload 1 /* x */
            iadd
            invokevirtual sun.java2d.xr.GrowableRectArray.setX:(II)V
         3: .line 90
            aload 0 /* this */
            iload 3 /* i */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual sun.java2d.xr.GrowableRectArray.getY:(I)I
            iload 2 /* y */
            iadd
            invokevirtual sun.java2d.xr.GrowableRectArray.setY:(II)V
         4: .line 88
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            invokevirtual sun.java2d.xr.GrowableRectArray.getSize:()I
            if_icmplt 2
        end local 3 // int i
         6: .line 92
            return
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.xr.GrowableRectArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/java2d/xr/GrowableRectArray;
            0    7     1     x  I
            0    7     2     y  I
            1    6     3     i  I
    MethodParameters:
      Name  Flags
      x     
      y     
}
SourceFile: "GrowableRectArray.java"