class com.sun.javafx.image.impl.IntTo4ByteSameConverter extends com.sun.javafx.image.impl.BaseIntToByteConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.image.impl.IntTo4ByteSameConverter
  super_class: com.sun.javafx.image.impl.BaseIntToByteConverter
{
  void <init>(com.sun.javafx.image.IntPixelGetter, com.sun.javafx.image.BytePixelSetter);
    descriptor: (Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.IntTo4ByteSameConverter this
        start local 1 // com.sun.javafx.image.IntPixelGetter getter
        start local 2 // com.sun.javafx.image.BytePixelSetter setter
         0: .line 36
            aload 0 /* this */
            aload 1 /* getter */
            aload 2 /* setter */
            invokespecial com.sun.javafx.image.impl.BaseIntToByteConverter.<init>:(Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
         1: .line 37
            return
        end local 2 // com.sun.javafx.image.BytePixelSetter setter
        end local 1 // com.sun.javafx.image.IntPixelGetter getter
        end local 0 // com.sun.javafx.image.impl.IntTo4ByteSameConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/image/impl/IntTo4ByteSameConverter;
            0    2     1  getter  Lcom/sun/javafx/image/IntPixelGetter;
            0    2     2  setter  Lcom/sun/javafx/image/BytePixelSetter;
    MethodParameters:
        Name  Flags
      getter  
      setter  

  void doConvert(int[], int, int, byte[], int, int, int, int);
    descriptor: ([III[BIIII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=11, args_size=9
        start local 0 // com.sun.javafx.image.impl.IntTo4ByteSameConverter this
        start local 1 // int[] srcarr
        start local 2 // int srcoff
        start local 3 // int srcscanints
        start local 4 // byte[] dstarr
        start local 5 // int dstoff
        start local 6 // int dstscanbytes
        start local 7 // int w
        start local 8 // int h
         0: .line 44
            iload 3 /* srcscanints */
            iload 7 /* w */
            isub
            istore 3 /* srcscanints */
         1: .line 45
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 46
            goto 14
         3: .line 47
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 11
         5: .line 48
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            iaload
            istore 10 /* pixel */
        start local 10 // int pixel
         6: .line 49
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* pixel */
            i2b
            bastore
         7: .line 50
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* pixel */
            bipush 8
            ishr
            i2b
            bastore
         8: .line 51
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* pixel */
            bipush 16
            ishr
            i2b
            bastore
         9: .line 52
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* pixel */
            bipush 24
            ishr
            i2b
            bastore
        end local 10 // int pixel
        10: .line 47
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        11: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        12: .line 54
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
            iadd
            istore 2 /* srcoff */
        13: .line 55
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        14: .line 46
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        15: .line 57
            return
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanbytes
        end local 5 // int dstoff
        end local 4 // byte[] dstarr
        end local 3 // int srcscanints
        end local 2 // int srcoff
        end local 1 // int[] srcarr
        end local 0 // com.sun.javafx.image.impl.IntTo4ByteSameConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lcom/sun/javafx/image/impl/IntTo4ByteSameConverter;
            0   16     1        srcarr  [I
            0   16     2        srcoff  I
            0   16     3   srcscanints  I
            0   16     4        dstarr  [B
            0   16     5        dstoff  I
            0   16     6  dstscanbytes  I
            0   16     7             w  I
            0   16     8             h  I
            4   12     9             x  I
            6   10    10         pixel  I
    MethodParameters:
              Name  Flags
      srcarr        
      srcoff        
      srcscanints   
      dstarr        
      dstoff        
      dstscanbytes  
      w             
      h             

  void doConvert(java.nio.IntBuffer, int, int, java.nio.ByteBuffer, int, int, int, int);
    descriptor: (Ljava/nio/IntBuffer;IILjava/nio/ByteBuffer;IIII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=11, args_size=9
        start local 0 // com.sun.javafx.image.impl.IntTo4ByteSameConverter this
        start local 1 // java.nio.IntBuffer srcbuf
        start local 2 // int srcoff
        start local 3 // int srcscanints
        start local 4 // java.nio.ByteBuffer dstbuf
        start local 5 // int dstoff
        start local 6 // int dstscanbytes
        start local 7 // int w
        start local 8 // int h
         0: .line 64
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         1: .line 65
            goto 14
         2: .line 66
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         3: goto 11
         4: .line 67
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iload 9 /* x */
            iadd
            invokevirtual java.nio.IntBuffer.get:(I)I
            istore 10 /* pixel */
        start local 10 // int pixel
         5: .line 68
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 10 /* pixel */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         6: .line 69
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_1
            iadd
            iload 10 /* pixel */
            bipush 8
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         7: .line 70
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_2
            iadd
            iload 10 /* pixel */
            bipush 16
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         8: .line 71
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_3
            iadd
            iload 10 /* pixel */
            bipush 24
            ishr
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         9: .line 72
            iinc 5 /* dstoff */ 4
        end local 10 // int pixel
        10: .line 66
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        11: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 9 // int x
        12: .line 74
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
            iadd
            istore 2 /* srcoff */
        13: .line 75
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        14: .line 65
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        15: .line 77
            return
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanbytes
        end local 5 // int dstoff
        end local 4 // java.nio.ByteBuffer dstbuf
        end local 3 // int srcscanints
        end local 2 // int srcoff
        end local 1 // java.nio.IntBuffer srcbuf
        end local 0 // com.sun.javafx.image.impl.IntTo4ByteSameConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lcom/sun/javafx/image/impl/IntTo4ByteSameConverter;
            0   16     1        srcbuf  Ljava/nio/IntBuffer;
            0   16     2        srcoff  I
            0   16     3   srcscanints  I
            0   16     4        dstbuf  Ljava/nio/ByteBuffer;
            0   16     5        dstoff  I
            0   16     6  dstscanbytes  I
            0   16     7             w  I
            0   16     8             h  I
            3   12     9             x  I
            5   10    10         pixel  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanints   
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             
}
SourceFile: "IntTo4ByteSameConverter.java"