public class android.renderscript.Byte2
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.renderscript.Byte2
  super_class: java.lang.Object
{
  public byte x;
    descriptor: B
    flags: (0x0001) ACC_PUBLIC

  public byte y;
    descriptor: B
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.renderscript.Byte2 this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            return
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/Byte2;

  public void <init>(byte, byte);
    descriptor: (BB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.renderscript.Byte2 this
        start local 1 // byte initX
        start local 2 // byte initY
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            iload 1 /* initX */
            putfield android.renderscript.Byte2.x:B
         2: .line 33
            aload 0 /* this */
            iload 2 /* initY */
            putfield android.renderscript.Byte2.y:B
         3: .line 34
            return
        end local 2 // byte initY
        end local 1 // byte initX
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/renderscript/Byte2;
            0    4     1  initX  B
            0    4     2  initY  B
    MethodParameters:
       Name  Flags
      initX  
      initY  

  public void <init>(android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // android.renderscript.Byte2 source
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* source */
            getfield android.renderscript.Byte2.x:B
            putfield android.renderscript.Byte2.x:B
         2: .line 39
            aload 0 /* this */
            aload 1 /* source */
            getfield android.renderscript.Byte2.y:B
            putfield android.renderscript.Byte2.y:B
         3: .line 40
            return
        end local 1 // android.renderscript.Byte2 source
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/renderscript/Byte2;
            0    4     1  source  Landroid/renderscript/Byte2;
    MethodParameters:
        Name  Flags
      source  

  public void add(android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // android.renderscript.Byte2 a
         0: .line 48
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.x:B
            iadd
            i2b
            putfield android.renderscript.Byte2.x:B
         1: .line 49
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.y:B
            iadd
            i2b
            putfield android.renderscript.Byte2.y:B
         2: .line 50
            return
        end local 1 // android.renderscript.Byte2 a
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/Byte2;
            0    3     1     a  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Byte2 add(android.renderscript.Byte2, android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;Landroid/renderscript/Byte2;)Landroid/renderscript/Byte2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte2 a
        start local 1 // android.renderscript.Byte2 b
         0: .line 60
            new android.renderscript.Byte2
            dup
            invokespecial android.renderscript.Byte2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte2 result
         1: .line 61
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.x:B
            aload 1 /* b */
            getfield android.renderscript.Byte2.x:B
            iadd
            i2b
            putfield android.renderscript.Byte2.x:B
         2: .line 62
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.y:B
            aload 1 /* b */
            getfield android.renderscript.Byte2.y:B
            iadd
            i2b
            putfield android.renderscript.Byte2.y:B
         3: .line 64
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte2 result
        end local 1 // android.renderscript.Byte2 b
        end local 0 // android.renderscript.Byte2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Byte2;
            0    4     1       b  Landroid/renderscript/Byte2;
            1    4     2  result  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void add(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // byte value
         0: .line 73
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.x:B
            iload 1 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte2.x:B
         1: .line 74
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.y:B
            iload 1 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte2.y:B
         2: .line 75
            return
        end local 1 // byte value
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/renderscript/Byte2;
            0    3     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Byte2 add(android.renderscript.Byte2, byte);
    descriptor: (Landroid/renderscript/Byte2;B)Landroid/renderscript/Byte2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte2 a
        start local 1 // byte b
         0: .line 85
            new android.renderscript.Byte2
            dup
            invokespecial android.renderscript.Byte2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte2 result
         1: .line 86
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.x:B
            iload 1 /* b */
            iadd
            i2b
            putfield android.renderscript.Byte2.x:B
         2: .line 87
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.y:B
            iload 1 /* b */
            iadd
            i2b
            putfield android.renderscript.Byte2.y:B
         3: .line 89
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte2 result
        end local 1 // byte b
        end local 0 // android.renderscript.Byte2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Byte2;
            0    4     1       b  B
            1    4     2  result  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void sub(android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // android.renderscript.Byte2 a
         0: .line 98
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.x:B
            isub
            i2b
            putfield android.renderscript.Byte2.x:B
         1: .line 99
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.y:B
            isub
            i2b
            putfield android.renderscript.Byte2.y:B
         2: .line 100
            return
        end local 1 // android.renderscript.Byte2 a
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/Byte2;
            0    3     1     a  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Byte2 sub(android.renderscript.Byte2, android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;Landroid/renderscript/Byte2;)Landroid/renderscript/Byte2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte2 a
        start local 1 // android.renderscript.Byte2 b
         0: .line 110
            new android.renderscript.Byte2
            dup
            invokespecial android.renderscript.Byte2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte2 result
         1: .line 111
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.x:B
            aload 1 /* b */
            getfield android.renderscript.Byte2.x:B
            isub
            i2b
            putfield android.renderscript.Byte2.x:B
         2: .line 112
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.y:B
            aload 1 /* b */
            getfield android.renderscript.Byte2.y:B
            isub
            i2b
            putfield android.renderscript.Byte2.y:B
         3: .line 114
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte2 result
        end local 1 // android.renderscript.Byte2 b
        end local 0 // android.renderscript.Byte2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Byte2;
            0    4     1       b  Landroid/renderscript/Byte2;
            1    4     2  result  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void sub(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // byte value
         0: .line 123
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.x:B
            iload 1 /* value */
            isub
            i2b
            putfield android.renderscript.Byte2.x:B
         1: .line 124
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.y:B
            iload 1 /* value */
            isub
            i2b
            putfield android.renderscript.Byte2.y:B
         2: .line 125
            return
        end local 1 // byte value
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/renderscript/Byte2;
            0    3     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Byte2 sub(android.renderscript.Byte2, byte);
    descriptor: (Landroid/renderscript/Byte2;B)Landroid/renderscript/Byte2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte2 a
        start local 1 // byte b
         0: .line 135
            new android.renderscript.Byte2
            dup
            invokespecial android.renderscript.Byte2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte2 result
         1: .line 136
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.x:B
            iload 1 /* b */
            isub
            i2b
            putfield android.renderscript.Byte2.x:B
         2: .line 137
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.y:B
            iload 1 /* b */
            isub
            i2b
            putfield android.renderscript.Byte2.y:B
         3: .line 139
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte2 result
        end local 1 // byte b
        end local 0 // android.renderscript.Byte2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Byte2;
            0    4     1       b  B
            1    4     2  result  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void mul(android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // android.renderscript.Byte2 a
         0: .line 148
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.x:B
            imul
            i2b
            putfield android.renderscript.Byte2.x:B
         1: .line 149
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.y:B
            imul
            i2b
            putfield android.renderscript.Byte2.y:B
         2: .line 150
            return
        end local 1 // android.renderscript.Byte2 a
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/Byte2;
            0    3     1     a  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Byte2 mul(android.renderscript.Byte2, android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;Landroid/renderscript/Byte2;)Landroid/renderscript/Byte2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte2 a
        start local 1 // android.renderscript.Byte2 b
         0: .line 160
            new android.renderscript.Byte2
            dup
            invokespecial android.renderscript.Byte2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte2 result
         1: .line 161
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.x:B
            aload 1 /* b */
            getfield android.renderscript.Byte2.x:B
            imul
            i2b
            putfield android.renderscript.Byte2.x:B
         2: .line 162
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.y:B
            aload 1 /* b */
            getfield android.renderscript.Byte2.y:B
            imul
            i2b
            putfield android.renderscript.Byte2.y:B
         3: .line 164
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte2 result
        end local 1 // android.renderscript.Byte2 b
        end local 0 // android.renderscript.Byte2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Byte2;
            0    4     1       b  Landroid/renderscript/Byte2;
            1    4     2  result  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void mul(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // byte value
         0: .line 173
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.x:B
            iload 1 /* value */
            imul
            i2b
            putfield android.renderscript.Byte2.x:B
         1: .line 174
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.y:B
            iload 1 /* value */
            imul
            i2b
            putfield android.renderscript.Byte2.y:B
         2: .line 175
            return
        end local 1 // byte value
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/renderscript/Byte2;
            0    3     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Byte2 mul(android.renderscript.Byte2, byte);
    descriptor: (Landroid/renderscript/Byte2;B)Landroid/renderscript/Byte2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte2 a
        start local 1 // byte b
         0: .line 185
            new android.renderscript.Byte2
            dup
            invokespecial android.renderscript.Byte2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte2 result
         1: .line 186
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.x:B
            iload 1 /* b */
            imul
            i2b
            putfield android.renderscript.Byte2.x:B
         2: .line 187
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.y:B
            iload 1 /* b */
            imul
            i2b
            putfield android.renderscript.Byte2.y:B
         3: .line 189
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte2 result
        end local 1 // byte b
        end local 0 // android.renderscript.Byte2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Byte2;
            0    4     1       b  B
            1    4     2  result  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void div(android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // android.renderscript.Byte2 a
         0: .line 198
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.x:B
            idiv
            i2b
            putfield android.renderscript.Byte2.x:B
         1: .line 199
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.y:B
            idiv
            i2b
            putfield android.renderscript.Byte2.y:B
         2: .line 200
            return
        end local 1 // android.renderscript.Byte2 a
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/Byte2;
            0    3     1     a  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Byte2 div(android.renderscript.Byte2, android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;Landroid/renderscript/Byte2;)Landroid/renderscript/Byte2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte2 a
        start local 1 // android.renderscript.Byte2 b
         0: .line 210
            new android.renderscript.Byte2
            dup
            invokespecial android.renderscript.Byte2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte2 result
         1: .line 211
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.x:B
            aload 1 /* b */
            getfield android.renderscript.Byte2.x:B
            idiv
            i2b
            putfield android.renderscript.Byte2.x:B
         2: .line 212
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.y:B
            aload 1 /* b */
            getfield android.renderscript.Byte2.y:B
            idiv
            i2b
            putfield android.renderscript.Byte2.y:B
         3: .line 214
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte2 result
        end local 1 // android.renderscript.Byte2 b
        end local 0 // android.renderscript.Byte2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Byte2;
            0    4     1       b  Landroid/renderscript/Byte2;
            1    4     2  result  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void div(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // byte value
         0: .line 223
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.x:B
            iload 1 /* value */
            idiv
            i2b
            putfield android.renderscript.Byte2.x:B
         1: .line 224
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.y:B
            iload 1 /* value */
            idiv
            i2b
            putfield android.renderscript.Byte2.y:B
         2: .line 225
            return
        end local 1 // byte value
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/renderscript/Byte2;
            0    3     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Byte2 div(android.renderscript.Byte2, byte);
    descriptor: (Landroid/renderscript/Byte2;B)Landroid/renderscript/Byte2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte2 a
        start local 1 // byte b
         0: .line 235
            new android.renderscript.Byte2
            dup
            invokespecial android.renderscript.Byte2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte2 result
         1: .line 236
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.x:B
            iload 1 /* b */
            idiv
            i2b
            putfield android.renderscript.Byte2.x:B
         2: .line 237
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte2.y:B
            iload 1 /* b */
            idiv
            i2b
            putfield android.renderscript.Byte2.y:B
         3: .line 239
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte2 result
        end local 1 // byte b
        end local 0 // android.renderscript.Byte2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Byte2;
            0    4     1       b  B
            1    4     2  result  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     
      b     

  public byte length();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.renderscript.Byte2 this
         0: .line 248
            iconst_2
            ireturn
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/Byte2;

  public void negate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.renderscript.Byte2 this
         0: .line 255
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Byte2.x:B
            ineg
            i2b
            putfield android.renderscript.Byte2.x:B
         1: .line 256
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Byte2.y:B
            ineg
            i2b
            putfield android.renderscript.Byte2.y:B
         2: .line 257
            return
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/Byte2;

  public byte dotProduct(android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // android.renderscript.Byte2 a
         0: .line 266
            aload 0 /* this */
            getfield android.renderscript.Byte2.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.x:B
            imul
            aload 0 /* this */
            getfield android.renderscript.Byte2.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.y:B
            imul
            iadd
            i2b
            ireturn
        end local 1 // android.renderscript.Byte2 a
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/Byte2;
            0    1     1     a  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     

  public static byte dotProduct(android.renderscript.Byte2, android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;Landroid/renderscript/Byte2;)B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 a
        start local 1 // android.renderscript.Byte2 b
         0: .line 277
            aload 1 /* b */
            getfield android.renderscript.Byte2.x:B
            aload 0 /* a */
            getfield android.renderscript.Byte2.x:B
            imul
            aload 1 /* b */
            getfield android.renderscript.Byte2.y:B
            aload 0 /* a */
            getfield android.renderscript.Byte2.y:B
            imul
            iadd
            i2b
            ireturn
        end local 1 // android.renderscript.Byte2 b
        end local 0 // android.renderscript.Byte2 a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     a  Landroid/renderscript/Byte2;
            0    1     1     b  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void addMultiple(android.renderscript.Byte2, byte);
    descriptor: (Landroid/renderscript/Byte2;B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.renderscript.Byte2 this
        start local 1 // android.renderscript.Byte2 a
        start local 2 // byte factor
         0: .line 287
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.x:B
            iload 2 /* factor */
            imul
            iadd
            i2b
            putfield android.renderscript.Byte2.x:B
         1: .line 288
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte2.y:B
            iload 2 /* factor */
            imul
            iadd
            i2b
            putfield android.renderscript.Byte2.y:B
         2: .line 289
            return
        end local 2 // byte factor
        end local 1 // android.renderscript.Byte2 a
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/renderscript/Byte2;
            0    3     1       a  Landroid/renderscript/Byte2;
            0    3     2  factor  B
    MethodParameters:
        Name  Flags
      a       
      factor  

  public void set(android.renderscript.Byte2);
    descriptor: (Landroid/renderscript/Byte2;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // android.renderscript.Byte2 a
         0: .line 297
            aload 0 /* this */
            aload 1 /* a */
            getfield android.renderscript.Byte2.x:B
            putfield android.renderscript.Byte2.x:B
         1: .line 298
            aload 0 /* this */
            aload 1 /* a */
            getfield android.renderscript.Byte2.y:B
            putfield android.renderscript.Byte2.y:B
         2: .line 299
            return
        end local 1 // android.renderscript.Byte2 a
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/Byte2;
            0    3     1     a  Landroid/renderscript/Byte2;
    MethodParameters:
      Name  Flags
      a     

  public void setValues(byte, byte);
    descriptor: (BB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.renderscript.Byte2 this
        start local 1 // byte a
        start local 2 // byte b
         0: .line 308
            aload 0 /* this */
            iload 1 /* a */
            putfield android.renderscript.Byte2.x:B
         1: .line 309
            aload 0 /* this */
            iload 2 /* b */
            putfield android.renderscript.Byte2.y:B
         2: .line 310
            return
        end local 2 // byte b
        end local 1 // byte a
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/Byte2;
            0    3     1     a  B
            0    3     2     b  B
    MethodParameters:
      Name  Flags
      a     
      b     

  public byte elementSum();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.renderscript.Byte2 this
         0: .line 318
            aload 0 /* this */
            getfield android.renderscript.Byte2.x:B
            aload 0 /* this */
            getfield android.renderscript.Byte2.y:B
            iadd
            i2b
            ireturn
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/Byte2;

  public byte get(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte2 this
        start local 1 // int i
         0: .line 328
            iload 1 /* i */
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 3
          }
         1: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Byte2.x:B
            ireturn
         2: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Byte2.y:B
            ireturn
         3: .line 334
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "Index: i"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int i
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/renderscript/Byte2;
            0    4     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public void setAt(int, byte);
    descriptor: (IB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.Byte2 this
        start local 1 // int i
        start local 2 // byte value
         0: .line 345
            iload 1 /* i */
            tableswitch { // 0 - 1
                    0: 1
                    1: 3
              default: 5
          }
         1: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* value */
            putfield android.renderscript.Byte2.x:B
         2: .line 348
            return
         3: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* value */
            putfield android.renderscript.Byte2.y:B
         4: .line 351
            return
         5: .line 353
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "Index: i"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // byte value
        end local 1 // int i
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Landroid/renderscript/Byte2;
            0    6     1      i  I
            0    6     2  value  B
    MethodParameters:
       Name  Flags
      i      
      value  

  public void addAt(int, byte);
    descriptor: (IB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.Byte2 this
        start local 1 // int i
        start local 2 // byte value
         0: .line 364
            iload 1 /* i */
            tableswitch { // 0 - 1
                    0: 1
                    1: 3
              default: 5
          }
         1: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.x:B
            iload 2 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte2.x:B
         2: .line 367
            return
         3: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte2.y:B
            iload 2 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte2.y:B
         4: .line 370
            return
         5: .line 372
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "Index: i"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // byte value
        end local 1 // int i
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Landroid/renderscript/Byte2;
            0    6     1      i  I
            0    6     2  value  B
    MethodParameters:
       Name  Flags
      i      
      value  

  public void copyTo(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.Byte2 this
        start local 1 // byte[] data
        start local 2 // int offset
         0: .line 383
            aload 1 /* data */
            iload 2 /* offset */
            aload 0 /* this */
            getfield android.renderscript.Byte2.x:B
            bastore
         1: .line 384
            aload 1 /* data */
            iload 2 /* offset */
            iconst_1
            iadd
            aload 0 /* this */
            getfield android.renderscript.Byte2.y:B
            bastore
         2: .line 385
            return
        end local 2 // int offset
        end local 1 // byte[] data
        end local 0 // android.renderscript.Byte2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/renderscript/Byte2;
            0    3     1    data  [B
            0    3     2  offset  I
    MethodParameters:
        Name  Flags
      data    
      offset  
}
SourceFile: "Byte2.java"