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

  public long y;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long z;
    descriptor: J
    flags: (0x0001) ACC_PUBLIC

  public long w;
    descriptor: J
    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.Long4 this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            return
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/Long4;

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // long i
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            lload 1 /* i */
            dup2_x1
            putfield android.renderscript.Long4.w:J
            dup2_x1
            putfield android.renderscript.Long4.z:J
            dup2_x1
            putfield android.renderscript.Long4.y:J
            putfield android.renderscript.Long4.x:J
         2: .line 35
            return
        end local 1 // long i
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/Long4;
            0    3     1     i  J
    MethodParameters:
      Name  Flags
      i     

  public void <init>(long, long, long, long);
    descriptor: (JJJJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // android.renderscript.Long4 this
        start local 1 // long x
        start local 3 // long y
        start local 5 // long z
        start local 7 // long w
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            lload 1 /* x */
            putfield android.renderscript.Long4.x:J
         2: .line 39
            aload 0 /* this */
            lload 3 /* y */
            putfield android.renderscript.Long4.y:J
         3: .line 40
            aload 0 /* this */
            lload 5 /* z */
            putfield android.renderscript.Long4.z:J
         4: .line 41
            aload 0 /* this */
            lload 7 /* w */
            putfield android.renderscript.Long4.w:J
         5: .line 42
            return
        end local 7 // long w
        end local 5 // long z
        end local 3 // long y
        end local 1 // long x
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/renderscript/Long4;
            0    6     1     x  J
            0    6     3     y  J
            0    6     5     z  J
            0    6     7     w  J
    MethodParameters:
      Name  Flags
      x     
      y     
      z     
      w     

  public void <init>(android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // android.renderscript.Long4 source
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* source */
            getfield android.renderscript.Long4.x:J
            putfield android.renderscript.Long4.x:J
         2: .line 47
            aload 0 /* this */
            aload 1 /* source */
            getfield android.renderscript.Long4.y:J
            putfield android.renderscript.Long4.y:J
         3: .line 48
            aload 0 /* this */
            aload 1 /* source */
            getfield android.renderscript.Long4.z:J
            putfield android.renderscript.Long4.z:J
         4: .line 49
            aload 0 /* this */
            aload 1 /* source */
            getfield android.renderscript.Long4.w:J
            putfield android.renderscript.Long4.w:J
         5: .line 50
            return
        end local 1 // android.renderscript.Long4 source
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/renderscript/Long4;
            0    6     1  source  Landroid/renderscript/Long4;
    MethodParameters:
        Name  Flags
      source  

  public void add(android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // android.renderscript.Long4 a
         0: .line 58
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            aload 1 /* a */
            getfield android.renderscript.Long4.x:J
            ladd
            putfield android.renderscript.Long4.x:J
         1: .line 59
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            aload 1 /* a */
            getfield android.renderscript.Long4.y:J
            ladd
            putfield android.renderscript.Long4.y:J
         2: .line 60
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            aload 1 /* a */
            getfield android.renderscript.Long4.z:J
            ladd
            putfield android.renderscript.Long4.z:J
         3: .line 61
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            aload 1 /* a */
            getfield android.renderscript.Long4.w:J
            ladd
            putfield android.renderscript.Long4.w:J
         4: .line 62
            return
        end local 1 // android.renderscript.Long4 a
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Long4;
            0    5     1     a  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Long4 add(android.renderscript.Long4, android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;Landroid/renderscript/Long4;)Landroid/renderscript/Long4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long4 a
        start local 1 // android.renderscript.Long4 b
         0: .line 72
            new android.renderscript.Long4
            dup
            invokespecial android.renderscript.Long4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Long4 result
         1: .line 73
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.x:J
            aload 1 /* b */
            getfield android.renderscript.Long4.x:J
            ladd
            putfield android.renderscript.Long4.x:J
         2: .line 74
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.y:J
            aload 1 /* b */
            getfield android.renderscript.Long4.y:J
            ladd
            putfield android.renderscript.Long4.y:J
         3: .line 75
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.z:J
            aload 1 /* b */
            getfield android.renderscript.Long4.z:J
            ladd
            putfield android.renderscript.Long4.z:J
         4: .line 76
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.w:J
            aload 1 /* b */
            getfield android.renderscript.Long4.w:J
            ladd
            putfield android.renderscript.Long4.w:J
         5: .line 78
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Long4 result
        end local 1 // android.renderscript.Long4 b
        end local 0 // android.renderscript.Long4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Long4;
            0    6     1       b  Landroid/renderscript/Long4;
            1    6     2  result  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void add(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // long value
         0: .line 87
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            lload 1 /* value */
            ladd
            putfield android.renderscript.Long4.x:J
         1: .line 88
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            lload 1 /* value */
            ladd
            putfield android.renderscript.Long4.y:J
         2: .line 89
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            lload 1 /* value */
            ladd
            putfield android.renderscript.Long4.z:J
         3: .line 90
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            lload 1 /* value */
            ladd
            putfield android.renderscript.Long4.w:J
         4: .line 91
            return
        end local 1 // long value
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/renderscript/Long4;
            0    5     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Long4 add(android.renderscript.Long4, long);
    descriptor: (Landroid/renderscript/Long4;J)Landroid/renderscript/Long4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.renderscript.Long4 a
        start local 1 // long b
         0: .line 101
            new android.renderscript.Long4
            dup
            invokespecial android.renderscript.Long4.<init>:()V
            astore 3 /* result */
        start local 3 // android.renderscript.Long4 result
         1: .line 102
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.x:J
            lload 1 /* b */
            ladd
            putfield android.renderscript.Long4.x:J
         2: .line 103
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.y:J
            lload 1 /* b */
            ladd
            putfield android.renderscript.Long4.y:J
         3: .line 104
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.z:J
            lload 1 /* b */
            ladd
            putfield android.renderscript.Long4.z:J
         4: .line 105
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.w:J
            lload 1 /* b */
            ladd
            putfield android.renderscript.Long4.w:J
         5: .line 107
            aload 3 /* result */
            areturn
        end local 3 // android.renderscript.Long4 result
        end local 1 // long b
        end local 0 // android.renderscript.Long4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Long4;
            0    6     1       b  J
            1    6     3  result  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void sub(android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // android.renderscript.Long4 a
         0: .line 116
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            aload 1 /* a */
            getfield android.renderscript.Long4.x:J
            lsub
            putfield android.renderscript.Long4.x:J
         1: .line 117
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            aload 1 /* a */
            getfield android.renderscript.Long4.y:J
            lsub
            putfield android.renderscript.Long4.y:J
         2: .line 118
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            aload 1 /* a */
            getfield android.renderscript.Long4.z:J
            lsub
            putfield android.renderscript.Long4.z:J
         3: .line 119
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            aload 1 /* a */
            getfield android.renderscript.Long4.w:J
            lsub
            putfield android.renderscript.Long4.w:J
         4: .line 120
            return
        end local 1 // android.renderscript.Long4 a
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Long4;
            0    5     1     a  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Long4 sub(android.renderscript.Long4, android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;Landroid/renderscript/Long4;)Landroid/renderscript/Long4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long4 a
        start local 1 // android.renderscript.Long4 b
         0: .line 130
            new android.renderscript.Long4
            dup
            invokespecial android.renderscript.Long4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Long4 result
         1: .line 131
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.x:J
            aload 1 /* b */
            getfield android.renderscript.Long4.x:J
            lsub
            putfield android.renderscript.Long4.x:J
         2: .line 132
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.y:J
            aload 1 /* b */
            getfield android.renderscript.Long4.y:J
            lsub
            putfield android.renderscript.Long4.y:J
         3: .line 133
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.z:J
            aload 1 /* b */
            getfield android.renderscript.Long4.z:J
            lsub
            putfield android.renderscript.Long4.z:J
         4: .line 134
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.w:J
            aload 1 /* b */
            getfield android.renderscript.Long4.w:J
            lsub
            putfield android.renderscript.Long4.w:J
         5: .line 136
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Long4 result
        end local 1 // android.renderscript.Long4 b
        end local 0 // android.renderscript.Long4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Long4;
            0    6     1       b  Landroid/renderscript/Long4;
            1    6     2  result  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void sub(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // long value
         0: .line 145
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            lload 1 /* value */
            lsub
            putfield android.renderscript.Long4.x:J
         1: .line 146
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            lload 1 /* value */
            lsub
            putfield android.renderscript.Long4.y:J
         2: .line 147
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            lload 1 /* value */
            lsub
            putfield android.renderscript.Long4.z:J
         3: .line 148
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            lload 1 /* value */
            lsub
            putfield android.renderscript.Long4.w:J
         4: .line 149
            return
        end local 1 // long value
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/renderscript/Long4;
            0    5     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Long4 sub(android.renderscript.Long4, long);
    descriptor: (Landroid/renderscript/Long4;J)Landroid/renderscript/Long4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.renderscript.Long4 a
        start local 1 // long b
         0: .line 159
            new android.renderscript.Long4
            dup
            invokespecial android.renderscript.Long4.<init>:()V
            astore 3 /* result */
        start local 3 // android.renderscript.Long4 result
         1: .line 160
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.x:J
            lload 1 /* b */
            lsub
            putfield android.renderscript.Long4.x:J
         2: .line 161
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.y:J
            lload 1 /* b */
            lsub
            putfield android.renderscript.Long4.y:J
         3: .line 162
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.z:J
            lload 1 /* b */
            lsub
            putfield android.renderscript.Long4.z:J
         4: .line 163
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.w:J
            lload 1 /* b */
            lsub
            putfield android.renderscript.Long4.w:J
         5: .line 165
            aload 3 /* result */
            areturn
        end local 3 // android.renderscript.Long4 result
        end local 1 // long b
        end local 0 // android.renderscript.Long4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Long4;
            0    6     1       b  J
            1    6     3  result  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void mul(android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // android.renderscript.Long4 a
         0: .line 174
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            aload 1 /* a */
            getfield android.renderscript.Long4.x:J
            lmul
            putfield android.renderscript.Long4.x:J
         1: .line 175
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            aload 1 /* a */
            getfield android.renderscript.Long4.y:J
            lmul
            putfield android.renderscript.Long4.y:J
         2: .line 176
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            aload 1 /* a */
            getfield android.renderscript.Long4.z:J
            lmul
            putfield android.renderscript.Long4.z:J
         3: .line 177
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            aload 1 /* a */
            getfield android.renderscript.Long4.w:J
            lmul
            putfield android.renderscript.Long4.w:J
         4: .line 178
            return
        end local 1 // android.renderscript.Long4 a
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Long4;
            0    5     1     a  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Long4 mul(android.renderscript.Long4, android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;Landroid/renderscript/Long4;)Landroid/renderscript/Long4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long4 a
        start local 1 // android.renderscript.Long4 b
         0: .line 188
            new android.renderscript.Long4
            dup
            invokespecial android.renderscript.Long4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Long4 result
         1: .line 189
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.x:J
            aload 1 /* b */
            getfield android.renderscript.Long4.x:J
            lmul
            putfield android.renderscript.Long4.x:J
         2: .line 190
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.y:J
            aload 1 /* b */
            getfield android.renderscript.Long4.y:J
            lmul
            putfield android.renderscript.Long4.y:J
         3: .line 191
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.z:J
            aload 1 /* b */
            getfield android.renderscript.Long4.z:J
            lmul
            putfield android.renderscript.Long4.z:J
         4: .line 192
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.w:J
            aload 1 /* b */
            getfield android.renderscript.Long4.w:J
            lmul
            putfield android.renderscript.Long4.w:J
         5: .line 194
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Long4 result
        end local 1 // android.renderscript.Long4 b
        end local 0 // android.renderscript.Long4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Long4;
            0    6     1       b  Landroid/renderscript/Long4;
            1    6     2  result  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void mul(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // long value
         0: .line 203
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            lload 1 /* value */
            lmul
            putfield android.renderscript.Long4.x:J
         1: .line 204
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            lload 1 /* value */
            lmul
            putfield android.renderscript.Long4.y:J
         2: .line 205
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            lload 1 /* value */
            lmul
            putfield android.renderscript.Long4.z:J
         3: .line 206
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            lload 1 /* value */
            lmul
            putfield android.renderscript.Long4.w:J
         4: .line 207
            return
        end local 1 // long value
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/renderscript/Long4;
            0    5     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Long4 mul(android.renderscript.Long4, long);
    descriptor: (Landroid/renderscript/Long4;J)Landroid/renderscript/Long4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.renderscript.Long4 a
        start local 1 // long b
         0: .line 217
            new android.renderscript.Long4
            dup
            invokespecial android.renderscript.Long4.<init>:()V
            astore 3 /* result */
        start local 3 // android.renderscript.Long4 result
         1: .line 218
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.x:J
            lload 1 /* b */
            lmul
            putfield android.renderscript.Long4.x:J
         2: .line 219
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.y:J
            lload 1 /* b */
            lmul
            putfield android.renderscript.Long4.y:J
         3: .line 220
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.z:J
            lload 1 /* b */
            lmul
            putfield android.renderscript.Long4.z:J
         4: .line 221
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.w:J
            lload 1 /* b */
            lmul
            putfield android.renderscript.Long4.w:J
         5: .line 223
            aload 3 /* result */
            areturn
        end local 3 // android.renderscript.Long4 result
        end local 1 // long b
        end local 0 // android.renderscript.Long4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Long4;
            0    6     1       b  J
            1    6     3  result  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void div(android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // android.renderscript.Long4 a
         0: .line 232
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            aload 1 /* a */
            getfield android.renderscript.Long4.x:J
            ldiv
            putfield android.renderscript.Long4.x:J
         1: .line 233
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            aload 1 /* a */
            getfield android.renderscript.Long4.y:J
            ldiv
            putfield android.renderscript.Long4.y:J
         2: .line 234
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            aload 1 /* a */
            getfield android.renderscript.Long4.z:J
            ldiv
            putfield android.renderscript.Long4.z:J
         3: .line 235
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            aload 1 /* a */
            getfield android.renderscript.Long4.w:J
            ldiv
            putfield android.renderscript.Long4.w:J
         4: .line 236
            return
        end local 1 // android.renderscript.Long4 a
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Long4;
            0    5     1     a  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Long4 div(android.renderscript.Long4, android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;Landroid/renderscript/Long4;)Landroid/renderscript/Long4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long4 a
        start local 1 // android.renderscript.Long4 b
         0: .line 246
            new android.renderscript.Long4
            dup
            invokespecial android.renderscript.Long4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Long4 result
         1: .line 247
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.x:J
            aload 1 /* b */
            getfield android.renderscript.Long4.x:J
            ldiv
            putfield android.renderscript.Long4.x:J
         2: .line 248
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.y:J
            aload 1 /* b */
            getfield android.renderscript.Long4.y:J
            ldiv
            putfield android.renderscript.Long4.y:J
         3: .line 249
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.z:J
            aload 1 /* b */
            getfield android.renderscript.Long4.z:J
            ldiv
            putfield android.renderscript.Long4.z:J
         4: .line 250
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.w:J
            aload 1 /* b */
            getfield android.renderscript.Long4.w:J
            ldiv
            putfield android.renderscript.Long4.w:J
         5: .line 252
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Long4 result
        end local 1 // android.renderscript.Long4 b
        end local 0 // android.renderscript.Long4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Long4;
            0    6     1       b  Landroid/renderscript/Long4;
            1    6     2  result  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void div(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // long value
         0: .line 261
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            lload 1 /* value */
            ldiv
            putfield android.renderscript.Long4.x:J
         1: .line 262
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            lload 1 /* value */
            ldiv
            putfield android.renderscript.Long4.y:J
         2: .line 263
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            lload 1 /* value */
            ldiv
            putfield android.renderscript.Long4.z:J
         3: .line 264
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            lload 1 /* value */
            ldiv
            putfield android.renderscript.Long4.w:J
         4: .line 265
            return
        end local 1 // long value
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/renderscript/Long4;
            0    5     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Long4 div(android.renderscript.Long4, long);
    descriptor: (Landroid/renderscript/Long4;J)Landroid/renderscript/Long4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.renderscript.Long4 a
        start local 1 // long b
         0: .line 275
            new android.renderscript.Long4
            dup
            invokespecial android.renderscript.Long4.<init>:()V
            astore 3 /* result */
        start local 3 // android.renderscript.Long4 result
         1: .line 276
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.x:J
            lload 1 /* b */
            ldiv
            putfield android.renderscript.Long4.x:J
         2: .line 277
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.y:J
            lload 1 /* b */
            ldiv
            putfield android.renderscript.Long4.y:J
         3: .line 278
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.z:J
            lload 1 /* b */
            ldiv
            putfield android.renderscript.Long4.z:J
         4: .line 279
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.w:J
            lload 1 /* b */
            ldiv
            putfield android.renderscript.Long4.w:J
         5: .line 281
            aload 3 /* result */
            areturn
        end local 3 // android.renderscript.Long4 result
        end local 1 // long b
        end local 0 // android.renderscript.Long4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Long4;
            0    6     1       b  J
            1    6     3  result  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void mod(android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // android.renderscript.Long4 a
         0: .line 290
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            aload 1 /* a */
            getfield android.renderscript.Long4.x:J
            lrem
            putfield android.renderscript.Long4.x:J
         1: .line 291
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            aload 1 /* a */
            getfield android.renderscript.Long4.y:J
            lrem
            putfield android.renderscript.Long4.y:J
         2: .line 292
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            aload 1 /* a */
            getfield android.renderscript.Long4.z:J
            lrem
            putfield android.renderscript.Long4.z:J
         3: .line 293
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            aload 1 /* a */
            getfield android.renderscript.Long4.w:J
            lrem
            putfield android.renderscript.Long4.w:J
         4: .line 294
            return
        end local 1 // android.renderscript.Long4 a
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Long4;
            0    5     1     a  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Long4 mod(android.renderscript.Long4, android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;Landroid/renderscript/Long4;)Landroid/renderscript/Long4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long4 a
        start local 1 // android.renderscript.Long4 b
         0: .line 304
            new android.renderscript.Long4
            dup
            invokespecial android.renderscript.Long4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Long4 result
         1: .line 305
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.x:J
            aload 1 /* b */
            getfield android.renderscript.Long4.x:J
            lrem
            putfield android.renderscript.Long4.x:J
         2: .line 306
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.y:J
            aload 1 /* b */
            getfield android.renderscript.Long4.y:J
            lrem
            putfield android.renderscript.Long4.y:J
         3: .line 307
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.z:J
            aload 1 /* b */
            getfield android.renderscript.Long4.z:J
            lrem
            putfield android.renderscript.Long4.z:J
         4: .line 308
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.w:J
            aload 1 /* b */
            getfield android.renderscript.Long4.w:J
            lrem
            putfield android.renderscript.Long4.w:J
         5: .line 310
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Long4 result
        end local 1 // android.renderscript.Long4 b
        end local 0 // android.renderscript.Long4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Long4;
            0    6     1       b  Landroid/renderscript/Long4;
            1    6     2  result  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void mod(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // long value
         0: .line 319
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            lload 1 /* value */
            lrem
            putfield android.renderscript.Long4.x:J
         1: .line 320
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            lload 1 /* value */
            lrem
            putfield android.renderscript.Long4.y:J
         2: .line 321
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            lload 1 /* value */
            lrem
            putfield android.renderscript.Long4.z:J
         3: .line 322
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            lload 1 /* value */
            lrem
            putfield android.renderscript.Long4.w:J
         4: .line 323
            return
        end local 1 // long value
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/renderscript/Long4;
            0    5     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Long4 mod(android.renderscript.Long4, long);
    descriptor: (Landroid/renderscript/Long4;J)Landroid/renderscript/Long4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.renderscript.Long4 a
        start local 1 // long b
         0: .line 333
            new android.renderscript.Long4
            dup
            invokespecial android.renderscript.Long4.<init>:()V
            astore 3 /* result */
        start local 3 // android.renderscript.Long4 result
         1: .line 334
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.x:J
            lload 1 /* b */
            lrem
            putfield android.renderscript.Long4.x:J
         2: .line 335
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.y:J
            lload 1 /* b */
            lrem
            putfield android.renderscript.Long4.y:J
         3: .line 336
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.z:J
            lload 1 /* b */
            lrem
            putfield android.renderscript.Long4.z:J
         4: .line 337
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long4.w:J
            lload 1 /* b */
            lrem
            putfield android.renderscript.Long4.w:J
         5: .line 339
            aload 3 /* result */
            areturn
        end local 3 // android.renderscript.Long4 result
        end local 1 // long b
        end local 0 // android.renderscript.Long4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Long4;
            0    6     1       b  J
            1    6     3  result  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public long length();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.renderscript.Long4 this
         0: .line 348
            ldc 4
            lreturn
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/Long4;

  public void negate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.renderscript.Long4 this
         0: .line 355
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Long4.x:J
            lneg
            putfield android.renderscript.Long4.x:J
         1: .line 356
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Long4.y:J
            lneg
            putfield android.renderscript.Long4.y:J
         2: .line 357
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Long4.z:J
            lneg
            putfield android.renderscript.Long4.z:J
         3: .line 358
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Long4.w:J
            lneg
            putfield android.renderscript.Long4.w:J
         4: .line 359
            return
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Long4;

  public long dotProduct(android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // android.renderscript.Long4 a
         0: .line 368
            aload 0 /* this */
            getfield android.renderscript.Long4.x:J
            aload 1 /* a */
            getfield android.renderscript.Long4.x:J
            lmul
            aload 0 /* this */
            getfield android.renderscript.Long4.y:J
            aload 1 /* a */
            getfield android.renderscript.Long4.y:J
            lmul
            ladd
            aload 0 /* this */
            getfield android.renderscript.Long4.z:J
            aload 1 /* a */
            getfield android.renderscript.Long4.z:J
            lmul
            ladd
            aload 0 /* this */
            getfield android.renderscript.Long4.w:J
            aload 1 /* a */
            getfield android.renderscript.Long4.w:J
            lmul
            ladd
            lreturn
        end local 1 // android.renderscript.Long4 a
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/Long4;
            0    1     1     a  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     

  public static long dotProduct(android.renderscript.Long4, android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;Landroid/renderscript/Long4;)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // android.renderscript.Long4 a
        start local 1 // android.renderscript.Long4 b
         0: .line 379
            aload 1 /* b */
            getfield android.renderscript.Long4.x:J
            aload 0 /* a */
            getfield android.renderscript.Long4.x:J
            lmul
            aload 1 /* b */
            getfield android.renderscript.Long4.y:J
            aload 0 /* a */
            getfield android.renderscript.Long4.y:J
            lmul
            ladd
            aload 1 /* b */
            getfield android.renderscript.Long4.z:J
            aload 0 /* a */
            getfield android.renderscript.Long4.z:J
            lmul
            ladd
            aload 1 /* b */
            getfield android.renderscript.Long4.w:J
            aload 0 /* a */
            getfield android.renderscript.Long4.w:J
            lmul
            ladd
            lreturn
        end local 1 // android.renderscript.Long4 b
        end local 0 // android.renderscript.Long4 a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     a  Landroid/renderscript/Long4;
            0    1     1     b  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void addMultiple(android.renderscript.Long4, long);
    descriptor: (Landroid/renderscript/Long4;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // android.renderscript.Long4 this
        start local 1 // android.renderscript.Long4 a
        start local 2 // long factor
         0: .line 389
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            aload 1 /* a */
            getfield android.renderscript.Long4.x:J
            lload 2 /* factor */
            lmul
            ladd
            putfield android.renderscript.Long4.x:J
         1: .line 390
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            aload 1 /* a */
            getfield android.renderscript.Long4.y:J
            lload 2 /* factor */
            lmul
            ladd
            putfield android.renderscript.Long4.y:J
         2: .line 391
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            aload 1 /* a */
            getfield android.renderscript.Long4.z:J
            lload 2 /* factor */
            lmul
            ladd
            putfield android.renderscript.Long4.z:J
         3: .line 392
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            aload 1 /* a */
            getfield android.renderscript.Long4.w:J
            lload 2 /* factor */
            lmul
            ladd
            putfield android.renderscript.Long4.w:J
         4: .line 393
            return
        end local 2 // long factor
        end local 1 // android.renderscript.Long4 a
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/renderscript/Long4;
            0    5     1       a  Landroid/renderscript/Long4;
            0    5     2  factor  J
    MethodParameters:
        Name  Flags
      a       
      factor  

  public void set(android.renderscript.Long4);
    descriptor: (Landroid/renderscript/Long4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // android.renderscript.Long4 a
         0: .line 401
            aload 0 /* this */
            aload 1 /* a */
            getfield android.renderscript.Long4.x:J
            putfield android.renderscript.Long4.x:J
         1: .line 402
            aload 0 /* this */
            aload 1 /* a */
            getfield android.renderscript.Long4.y:J
            putfield android.renderscript.Long4.y:J
         2: .line 403
            aload 0 /* this */
            aload 1 /* a */
            getfield android.renderscript.Long4.z:J
            putfield android.renderscript.Long4.z:J
         3: .line 404
            aload 0 /* this */
            aload 1 /* a */
            getfield android.renderscript.Long4.w:J
            putfield android.renderscript.Long4.w:J
         4: .line 405
            return
        end local 1 // android.renderscript.Long4 a
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Long4;
            0    5     1     a  Landroid/renderscript/Long4;
    MethodParameters:
      Name  Flags
      a     

  public void setValues(long, long, long, long);
    descriptor: (JJJJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // android.renderscript.Long4 this
        start local 1 // long a
        start local 3 // long b
        start local 5 // long c
        start local 7 // long d
         0: .line 416
            aload 0 /* this */
            lload 1 /* a */
            putfield android.renderscript.Long4.x:J
         1: .line 417
            aload 0 /* this */
            lload 3 /* b */
            putfield android.renderscript.Long4.y:J
         2: .line 418
            aload 0 /* this */
            lload 5 /* c */
            putfield android.renderscript.Long4.z:J
         3: .line 419
            aload 0 /* this */
            lload 7 /* d */
            putfield android.renderscript.Long4.w:J
         4: .line 420
            return
        end local 7 // long d
        end local 5 // long c
        end local 3 // long b
        end local 1 // long a
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Long4;
            0    5     1     a  J
            0    5     3     b  J
            0    5     5     c  J
            0    5     7     d  J
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  public long elementSum();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.renderscript.Long4 this
         0: .line 428
            aload 0 /* this */
            getfield android.renderscript.Long4.x:J
            aload 0 /* this */
            getfield android.renderscript.Long4.y:J
            ladd
            aload 0 /* this */
            getfield android.renderscript.Long4.z:J
            ladd
            aload 0 /* this */
            getfield android.renderscript.Long4.w:J
            ladd
            lreturn
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/Long4;

  public long get(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Long4 this
        start local 1 // int i
         0: .line 438
            iload 1 /* i */
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Long4.x:J
            lreturn
         2: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Long4.y:J
            lreturn
         3: .line 444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Long4.z:J
            lreturn
         4: .line 446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Long4.w:J
            lreturn
         5: .line 448
      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.Long4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/renderscript/Long4;
            0    6     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public void setAt(int, long);
    descriptor: (IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.renderscript.Long4 this
        start local 1 // int i
        start local 2 // long value
         0: .line 459
            iload 1 /* i */
            tableswitch { // 0 - 3
                    0: 1
                    1: 3
                    2: 5
                    3: 7
              default: 9
          }
         1: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 2 /* value */
            putfield android.renderscript.Long4.x:J
         2: .line 462
            return
         3: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 2 /* value */
            putfield android.renderscript.Long4.y:J
         4: .line 465
            return
         5: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 2 /* value */
            putfield android.renderscript.Long4.z:J
         6: .line 468
            return
         7: .line 470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 2 /* value */
            putfield android.renderscript.Long4.w:J
         8: .line 471
            return
         9: .line 473
      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 // long value
        end local 1 // int i
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Landroid/renderscript/Long4;
            0   10     1      i  I
            0   10     2  value  J
    MethodParameters:
       Name  Flags
      i      
      value  

  public void addAt(int, long);
    descriptor: (IJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // android.renderscript.Long4 this
        start local 1 // int i
        start local 2 // long value
         0: .line 484
            iload 1 /* i */
            tableswitch { // 0 - 3
                    0: 1
                    1: 3
                    2: 5
                    3: 7
              default: 9
          }
         1: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.x:J
            lload 2 /* value */
            ladd
            putfield android.renderscript.Long4.x:J
         2: .line 487
            return
         3: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.y:J
            lload 2 /* value */
            ladd
            putfield android.renderscript.Long4.y:J
         4: .line 490
            return
         5: .line 492
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.z:J
            lload 2 /* value */
            ladd
            putfield android.renderscript.Long4.z:J
         6: .line 493
            return
         7: .line 495
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Long4.w:J
            lload 2 /* value */
            ladd
            putfield android.renderscript.Long4.w:J
         8: .line 496
            return
         9: .line 498
      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 // long value
        end local 1 // int i
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Landroid/renderscript/Long4;
            0   10     1      i  I
            0   10     2  value  J
    MethodParameters:
       Name  Flags
      i      
      value  

  public void copyTo(long[], int);
    descriptor: ([JI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.renderscript.Long4 this
        start local 1 // long[] data
        start local 2 // int offset
         0: .line 509
            aload 1 /* data */
            iload 2 /* offset */
            aload 0 /* this */
            getfield android.renderscript.Long4.x:J
            lastore
         1: .line 510
            aload 1 /* data */
            iload 2 /* offset */
            iconst_1
            iadd
            aload 0 /* this */
            getfield android.renderscript.Long4.y:J
            lastore
         2: .line 511
            aload 1 /* data */
            iload 2 /* offset */
            iconst_2
            iadd
            aload 0 /* this */
            getfield android.renderscript.Long4.z:J
            lastore
         3: .line 512
            aload 1 /* data */
            iload 2 /* offset */
            iconst_3
            iadd
            aload 0 /* this */
            getfield android.renderscript.Long4.w:J
            lastore
         4: .line 513
            return
        end local 2 // int offset
        end local 1 // long[] data
        end local 0 // android.renderscript.Long4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/renderscript/Long4;
            0    5     1    data  [J
            0    5     2  offset  I
    MethodParameters:
        Name  Flags
      data    
      offset  
}
SourceFile: "Long4.java"