public final class android.hardware.camera2.utils.HashCodeHelpers
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.hardware.camera2.utils.HashCodeHelpers
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.utils.HashCodeHelpers this
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.hardware.camera2.utils.HashCodeHelpers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/utils/HashCodeHelpers;

  public static int hashCode(int[]);
    descriptor: ([I)I
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // int[] array
         0: .line 34
            aload 0 /* array */
            ifnonnull 2
         1: .line 35
            iconst_0
            ireturn
         2: .line 45
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* h */
        start local 1 // int h
         3: .line 46
            aload 0 /* array */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 7
      StackMap locals: int[] int top int int int[]
      StackMap stack:
         4: aload 5
            iload 3
            iaload
            istore 2 /* x */
        start local 2 // int x
         5: .line 48
            iload 1 /* h */
            iconst_5
            ishl
            iload 1 /* h */
            isub
            iload 2 /* x */
            ixor
            istore 1 /* h */
        end local 2 // int x
         6: .line 46
            iinc 3 1
      StackMap locals:
      StackMap stack:
         7: iload 3
            iload 4
            if_icmplt 4
         8: .line 51
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // int[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0  array  [I
            3    9     1      h  I
            5    6     2      x  I
    MethodParameters:
       Name  Flags
      array  

  public static int hashCode(float[]);
    descriptor: ([F)I
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // float[] array
         0: .line 64
            aload 0 /* array */
            ifnonnull 2
         1: .line 65
            iconst_0
            ireturn
         2: .line 68
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* h */
        start local 1 // int h
         3: .line 69
            aload 0 /* array */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 8
      StackMap locals: float[] int top int int float[]
      StackMap stack:
         4: aload 5
            iload 3
            faload
            fstore 2 /* f */
        start local 2 // float f
         5: .line 70
            fload 2 /* f */
            invokestatic java.lang.Float.floatToIntBits:(F)I
            istore 6 /* x */
        start local 6 // int x
         6: .line 71
            iload 1 /* h */
            iconst_5
            ishl
            iload 1 /* h */
            isub
            iload 6 /* x */
            ixor
            istore 1 /* h */
        end local 6 // int x
        end local 2 // float f
         7: .line 69
            iinc 3 1
      StackMap locals:
      StackMap stack:
         8: iload 3
            iload 4
            if_icmplt 4
         9: .line 74
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // float[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0  array  [F
            3   10     1      h  I
            5    7     2      f  F
            6    7     6      x  I
    MethodParameters:
       Name  Flags
      array  

  public static <T> int hashCodeGeneric();
    descriptor: ([Ljava/lang/Object;)I
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // java.lang.Object[] array
         0: .line 87
            aload 0 /* array */
            ifnonnull 2
         1: .line 88
            iconst_0
            ireturn
         2: .line 91
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* h */
        start local 1 // int h
         3: .line 92
            aload 0 /* array */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 10
      StackMap locals: java.lang.Object[] int top int int java.lang.Object[]
      StackMap stack:
         4: aload 5
            iload 3
            aaload
            astore 2 /* o */
        start local 2 // java.lang.Object o
         5: .line 93
            aload 2 /* o */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: java.lang.Object[] int java.lang.Object int int java.lang.Object[]
      StackMap stack:
         6: aload 2 /* o */
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* x */
        start local 6 // int x
         8: .line 94
            iload 1 /* h */
            iconst_5
            ishl
            iload 1 /* h */
            isub
            iload 6 /* x */
            ixor
            istore 1 /* h */
        end local 6 // int x
        end local 2 // java.lang.Object o
         9: .line 92
            iinc 3 1
      StackMap locals: java.lang.Object[] int top int int java.lang.Object[]
      StackMap stack:
        10: iload 3
            iload 4
            if_icmplt 4
        11: .line 97
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // java.lang.Object[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0  array  [Ljava/lang/Object;
            3   12     1      h  I
            5    9     2      o  TT;
            8    9     6      x  I
    Signature: <T:Ljava/lang/Object;>([TT;)I
    MethodParameters:
       Name  Flags
      array  
}
SourceFile: "HashCodeHelpers.java"