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

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

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

  public void <init>(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // android.renderscript.Long2 this
        start local 1 // long x
        start local 3 // long y
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            lload 1 /* x */
            putfield android.renderscript.Long2.x:J
         2: .line 37
            aload 0 /* this */
            lload 3 /* y */
            putfield android.renderscript.Long2.y:J
         3: .line 38
            return
        end local 3 // long y
        end local 1 // long x
        end local 0 // android.renderscript.Long2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/renderscript/Long2;
            0    4     1     x  J
            0    4     3     y  J
    MethodParameters:
      Name  Flags
      x     
      y     

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

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

  public static android.renderscript.Long2 add(android.renderscript.Long2, android.renderscript.Long2);
    descriptor: (Landroid/renderscript/Long2;Landroid/renderscript/Long2;)Landroid/renderscript/Long2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long2 a
        start local 1 // android.renderscript.Long2 b
         0: .line 64
            new android.renderscript.Long2
            dup
            invokespecial android.renderscript.Long2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Long2 result
         1: .line 65
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.x:J
            aload 1 /* b */
            getfield android.renderscript.Long2.x:J
            ladd
            putfield android.renderscript.Long2.x:J
         2: .line 66
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.y:J
            aload 1 /* b */
            getfield android.renderscript.Long2.y:J
            ladd
            putfield android.renderscript.Long2.y:J
         3: .line 68
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Long2 result
        end local 1 // android.renderscript.Long2 b
        end local 0 // android.renderscript.Long2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Long2;
            0    4     1       b  Landroid/renderscript/Long2;
            1    4     2  result  Landroid/renderscript/Long2;
    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.Long2 this
        start local 1 // long value
         0: .line 77
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.x:J
            lload 1 /* value */
            ladd
            putfield android.renderscript.Long2.x:J
         1: .line 78
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.y:J
            lload 1 /* value */
            ladd
            putfield android.renderscript.Long2.y:J
         2: .line 79
            return
        end local 1 // long value
        end local 0 // android.renderscript.Long2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/renderscript/Long2;
            0    3     1  value  J
    MethodParameters:
       Name  Flags
      value  

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

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

  public static android.renderscript.Long2 sub(android.renderscript.Long2, android.renderscript.Long2);
    descriptor: (Landroid/renderscript/Long2;Landroid/renderscript/Long2;)Landroid/renderscript/Long2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long2 a
        start local 1 // android.renderscript.Long2 b
         0: .line 114
            new android.renderscript.Long2
            dup
            invokespecial android.renderscript.Long2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Long2 result
         1: .line 115
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.x:J
            aload 1 /* b */
            getfield android.renderscript.Long2.x:J
            lsub
            putfield android.renderscript.Long2.x:J
         2: .line 116
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.y:J
            aload 1 /* b */
            getfield android.renderscript.Long2.y:J
            lsub
            putfield android.renderscript.Long2.y:J
         3: .line 118
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Long2 result
        end local 1 // android.renderscript.Long2 b
        end local 0 // android.renderscript.Long2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Long2;
            0    4     1       b  Landroid/renderscript/Long2;
            1    4     2  result  Landroid/renderscript/Long2;
    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.Long2 this
        start local 1 // long value
         0: .line 127
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.x:J
            lload 1 /* value */
            lsub
            putfield android.renderscript.Long2.x:J
         1: .line 128
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.y:J
            lload 1 /* value */
            lsub
            putfield android.renderscript.Long2.y:J
         2: .line 129
            return
        end local 1 // long value
        end local 0 // android.renderscript.Long2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/renderscript/Long2;
            0    3     1  value  J
    MethodParameters:
       Name  Flags
      value  

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

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

  public static android.renderscript.Long2 mul(android.renderscript.Long2, android.renderscript.Long2);
    descriptor: (Landroid/renderscript/Long2;Landroid/renderscript/Long2;)Landroid/renderscript/Long2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long2 a
        start local 1 // android.renderscript.Long2 b
         0: .line 164
            new android.renderscript.Long2
            dup
            invokespecial android.renderscript.Long2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Long2 result
         1: .line 165
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.x:J
            aload 1 /* b */
            getfield android.renderscript.Long2.x:J
            lmul
            putfield android.renderscript.Long2.x:J
         2: .line 166
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.y:J
            aload 1 /* b */
            getfield android.renderscript.Long2.y:J
            lmul
            putfield android.renderscript.Long2.y:J
         3: .line 168
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Long2 result
        end local 1 // android.renderscript.Long2 b
        end local 0 // android.renderscript.Long2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Long2;
            0    4     1       b  Landroid/renderscript/Long2;
            1    4     2  result  Landroid/renderscript/Long2;
    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.Long2 this
        start local 1 // long value
         0: .line 177
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.x:J
            lload 1 /* value */
            lmul
            putfield android.renderscript.Long2.x:J
         1: .line 178
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.y:J
            lload 1 /* value */
            lmul
            putfield android.renderscript.Long2.y:J
         2: .line 179
            return
        end local 1 // long value
        end local 0 // android.renderscript.Long2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/renderscript/Long2;
            0    3     1  value  J
    MethodParameters:
       Name  Flags
      value  

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

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

  public static android.renderscript.Long2 div(android.renderscript.Long2, android.renderscript.Long2);
    descriptor: (Landroid/renderscript/Long2;Landroid/renderscript/Long2;)Landroid/renderscript/Long2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long2 a
        start local 1 // android.renderscript.Long2 b
         0: .line 214
            new android.renderscript.Long2
            dup
            invokespecial android.renderscript.Long2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Long2 result
         1: .line 215
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.x:J
            aload 1 /* b */
            getfield android.renderscript.Long2.x:J
            ldiv
            putfield android.renderscript.Long2.x:J
         2: .line 216
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.y:J
            aload 1 /* b */
            getfield android.renderscript.Long2.y:J
            ldiv
            putfield android.renderscript.Long2.y:J
         3: .line 218
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Long2 result
        end local 1 // android.renderscript.Long2 b
        end local 0 // android.renderscript.Long2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Long2;
            0    4     1       b  Landroid/renderscript/Long2;
            1    4     2  result  Landroid/renderscript/Long2;
    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.Long2 this
        start local 1 // long value
         0: .line 227
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.x:J
            lload 1 /* value */
            ldiv
            putfield android.renderscript.Long2.x:J
         1: .line 228
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.y:J
            lload 1 /* value */
            ldiv
            putfield android.renderscript.Long2.y:J
         2: .line 229
            return
        end local 1 // long value
        end local 0 // android.renderscript.Long2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/renderscript/Long2;
            0    3     1  value  J
    MethodParameters:
       Name  Flags
      value  

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

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

  public static android.renderscript.Long2 mod(android.renderscript.Long2, android.renderscript.Long2);
    descriptor: (Landroid/renderscript/Long2;Landroid/renderscript/Long2;)Landroid/renderscript/Long2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.renderscript.Long2 a
        start local 1 // android.renderscript.Long2 b
         0: .line 264
            new android.renderscript.Long2
            dup
            invokespecial android.renderscript.Long2.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Long2 result
         1: .line 265
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.x:J
            aload 1 /* b */
            getfield android.renderscript.Long2.x:J
            lrem
            putfield android.renderscript.Long2.x:J
         2: .line 266
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.y:J
            aload 1 /* b */
            getfield android.renderscript.Long2.y:J
            lrem
            putfield android.renderscript.Long2.y:J
         3: .line 268
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Long2 result
        end local 1 // android.renderscript.Long2 b
        end local 0 // android.renderscript.Long2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Long2;
            0    4     1       b  Landroid/renderscript/Long2;
            1    4     2  result  Landroid/renderscript/Long2;
    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.Long2 this
        start local 1 // long value
         0: .line 277
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.x:J
            lload 1 /* value */
            lrem
            putfield android.renderscript.Long2.x:J
         1: .line 278
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.y:J
            lload 1 /* value */
            lrem
            putfield android.renderscript.Long2.y:J
         2: .line 279
            return
        end local 1 // long value
        end local 0 // android.renderscript.Long2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/renderscript/Long2;
            0    3     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Long2 mod(android.renderscript.Long2, long);
    descriptor: (Landroid/renderscript/Long2;J)Landroid/renderscript/Long2;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.renderscript.Long2 a
        start local 1 // long b
         0: .line 289
            new android.renderscript.Long2
            dup
            invokespecial android.renderscript.Long2.<init>:()V
            astore 3 /* result */
        start local 3 // android.renderscript.Long2 result
         1: .line 290
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.x:J
            lload 1 /* b */
            lrem
            putfield android.renderscript.Long2.x:J
         2: .line 291
            aload 3 /* result */
            aload 0 /* a */
            getfield android.renderscript.Long2.y:J
            lload 1 /* b */
            lrem
            putfield android.renderscript.Long2.y:J
         3: .line 293
            aload 3 /* result */
            areturn
        end local 3 // android.renderscript.Long2 result
        end local 1 // long b
        end local 0 // android.renderscript.Long2 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0       a  Landroid/renderscript/Long2;
            0    4     1       b  J
            1    4     3  result  Landroid/renderscript/Long2;
    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.Long2 this
         0: .line 302
            ldc 2
            lreturn
        end local 0 // android.renderscript.Long2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/Long2;

  public void negate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.renderscript.Long2 this
         0: .line 309
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Long2.x:J
            lneg
            putfield android.renderscript.Long2.x:J
         1: .line 310
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Long2.y:J
            lneg
            putfield android.renderscript.Long2.y:J
         2: .line 311
            return
        end local 0 // android.renderscript.Long2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/Long2;

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

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

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

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

  public void setValues(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // android.renderscript.Long2 this
        start local 1 // long a
        start local 3 // long b
         0: .line 362
            aload 0 /* this */
            lload 1 /* a */
            putfield android.renderscript.Long2.x:J
         1: .line 363
            aload 0 /* this */
            lload 3 /* b */
            putfield android.renderscript.Long2.y:J
         2: .line 364
            return
        end local 3 // long b
        end local 1 // long a
        end local 0 // android.renderscript.Long2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/Long2;
            0    3     1     a  J
            0    3     3     b  J
    MethodParameters:
      Name  Flags
      a     
      b     

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

  public long get(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Long2 this
        start local 1 // int i
         0: .line 382
            iload 1 /* i */
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 3
          }
         1: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Long2.x:J
            lreturn
         2: .line 386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Long2.y:J
            lreturn
         3: .line 388
      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.Long2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/renderscript/Long2;
            0    4     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.Long2 this
        start local 1 // int i
        start local 2 // long value
         0: .line 399
            iload 1 /* i */
            tableswitch { // 0 - 1
                    0: 1
                    1: 3
              default: 5
          }
         1: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 2 /* value */
            putfield android.renderscript.Long2.x:J
         2: .line 402
            return
         3: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 2 /* value */
            putfield android.renderscript.Long2.y:J
         4: .line 405
            return
         5: .line 407
      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.Long2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Landroid/renderscript/Long2;
            0    6     1      i  I
            0    6     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.Long2 this
        start local 1 // int i
        start local 2 // long value
         0: .line 418
            iload 1 /* i */
            tableswitch { // 0 - 1
                    0: 1
                    1: 3
              default: 5
          }
         1: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.x:J
            lload 2 /* value */
            ladd
            putfield android.renderscript.Long2.x:J
         2: .line 421
            return
         3: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Long2.y:J
            lload 2 /* value */
            ladd
            putfield android.renderscript.Long2.y:J
         4: .line 424
            return
         5: .line 426
      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.Long2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Landroid/renderscript/Long2;
            0    6     1      i  I
            0    6     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.Long2 this
        start local 1 // long[] data
        start local 2 // int offset
         0: .line 437
            aload 1 /* data */
            iload 2 /* offset */
            aload 0 /* this */
            getfield android.renderscript.Long2.x:J
            lastore
         1: .line 438
            aload 1 /* data */
            iload 2 /* offset */
            iconst_1
            iadd
            aload 0 /* this */
            getfield android.renderscript.Long2.y:J
            lastore
         2: .line 439
            return
        end local 2 // int offset
        end local 1 // long[] data
        end local 0 // android.renderscript.Long2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Landroid/renderscript/Long2;
            0    3     1    data  [J
            0    3     2  offset  I
    MethodParameters:
        Name  Flags
      data    
      offset  
}
SourceFile: "Long2.java"