mp.java
11.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
import com.google.common.annotations.GwtCompatible;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
@GwtCompatible(emulated=true)
final class mp
extends mq
implements Serializable, mn
{
private static final long serialVersionUID = 7249069246863182397L;
private void readObject(ObjectInputStream paramObjectInputStream)
throws IOException, ClassNotFoundException
{
paramObjectInputStream.defaultReadObject();
this.f = 0;
this.d = null;
this.e = paramObjectInputStream.readLong();
}
private void writeObject(ObjectOutputStream paramObjectOutputStream)
throws IOException
{
paramObjectOutputStream.defaultWriteObject();
paramObjectOutputStream.writeLong(b());
}
final long a(long paramLong1, long paramLong2)
{
return paramLong1 + paramLong2;
}
public final void a()
{
a(1L);
}
/* Error */
public final void a(long paramLong)
{
// Byte code:
// 0: aload_0
// 1: getfield 39 mp:d [Lmq$a;
// 4: astore 13
// 6: aload 13
// 8: ifnonnull +22 -> 30
// 11: aload_0
// 12: getfield 46 mp:e J
// 15: lstore 8
// 17: aload_0
// 18: lload 8
// 20: lload 8
// 22: lload_1
// 23: ladd
// 24: invokevirtual 68 mp:b (JJ)Z
// 27: ifne +290 -> 317
// 30: iconst_1
// 31: istore 11
// 33: getstatic 71 mp:a Ljava/lang/ThreadLocal;
// 36: invokevirtual 77 java/lang/ThreadLocal:get ()Ljava/lang/Object;
// 39: checkcast 79 [I
// 42: astore 12
// 44: iload 11
// 46: istore 10
// 48: aload 12
// 50: ifnull +71 -> 121
// 53: iload 11
// 55: istore 10
// 57: aload 13
// 59: ifnull +62 -> 121
// 62: aload 13
// 64: arraylength
// 65: istore_3
// 66: iload 11
// 68: istore 10
// 70: iload_3
// 71: ifle +50 -> 121
// 74: aload 13
// 76: iload_3
// 77: iconst_1
// 78: isub
// 79: aload 12
// 81: iconst_0
// 82: iaload
// 83: iand
// 84: aaload
// 85: astore 13
// 87: iload 11
// 89: istore 10
// 91: aload 13
// 93: ifnull +28 -> 121
// 96: aload 13
// 98: getfield 83 mq$a:a J
// 101: lstore 8
// 103: aload 13
// 105: lload 8
// 107: lload 8
// 109: lload_1
// 110: ladd
// 111: invokevirtual 85 mq$a:a (JJ)Z
// 114: istore 10
// 116: iload 10
// 118: ifne +199 -> 317
// 121: aload 12
// 123: ifnonnull +195 -> 318
// 126: getstatic 86 mq:a Ljava/lang/ThreadLocal;
// 129: astore 13
// 131: iconst_1
// 132: newarray <illegal type>
// 134: astore 12
// 136: aload 13
// 138: aload 12
// 140: invokevirtual 90 java/lang/ThreadLocal:set (Ljava/lang/Object;)V
// 143: getstatic 93 mq:b Ljava/util/Random;
// 146: invokevirtual 99 java/util/Random:nextInt ()I
// 149: istore 4
// 151: iload 4
// 153: istore_3
// 154: iload 4
// 156: ifne +5 -> 161
// 159: iconst_1
// 160: istore_3
// 161: aload 12
// 163: iconst_0
// 164: iload_3
// 165: iastore
// 166: iconst_0
// 167: istore 5
// 169: iload_3
// 170: istore 4
// 172: iload 5
// 174: istore_3
// 175: aload_0
// 176: getfield 100 mq:d [Lmq$a;
// 179: astore 13
// 181: aload 13
// 183: ifnull +322 -> 505
// 186: aload 13
// 188: arraylength
// 189: istore 5
// 191: iload 5
// 193: ifle +312 -> 505
// 196: aload 13
// 198: iload 5
// 200: iconst_1
// 201: isub
// 202: iload 4
// 204: iand
// 205: aaload
// 206: astore 14
// 208: aload 14
// 210: ifnonnull +166 -> 376
// 213: aload_0
// 214: getfield 101 mq:f I
// 217: ifne +119 -> 336
// 220: new 81 mq$a
// 223: dup
// 224: lload_1
// 225: invokespecial 103 mq$a:<init> (J)V
// 228: astore 13
// 230: aload_0
// 231: getfield 101 mq:f I
// 234: ifne +102 -> 336
// 237: aload_0
// 238: invokevirtual 107 mq:c ()Z
// 241: ifeq +95 -> 336
// 244: iconst_0
// 245: istore 6
// 247: aload_0
// 248: getfield 100 mq:d [Lmq$a;
// 251: astore 14
// 253: iload 6
// 255: istore 5
// 257: aload 14
// 259: ifnull +48 -> 307
// 262: aload 14
// 264: arraylength
// 265: istore 7
// 267: iload 6
// 269: istore 5
// 271: iload 7
// 273: ifle +34 -> 307
// 276: iload 7
// 278: iconst_1
// 279: isub
// 280: iload 4
// 282: iand
// 283: istore 7
// 285: iload 6
// 287: istore 5
// 289: aload 14
// 291: iload 7
// 293: aaload
// 294: ifnonnull +13 -> 307
// 297: aload 14
// 299: iload 7
// 301: aload 13
// 303: aastore
// 304: iconst_1
// 305: istore 5
// 307: aload_0
// 308: iconst_0
// 309: putfield 101 mq:f I
// 312: iload 5
// 314: ifeq -139 -> 175
// 317: return
// 318: aload 12
// 320: iconst_0
// 321: iaload
// 322: istore_3
// 323: goto -157 -> 166
// 326: astore 12
// 328: aload_0
// 329: iconst_0
// 330: putfield 101 mq:f I
// 333: aload 12
// 335: athrow
// 336: iconst_0
// 337: istore_3
// 338: iload 4
// 340: bipush 13
// 342: ishl
// 343: iload 4
// 345: ixor
// 346: istore 4
// 348: iload 4
// 350: iload 4
// 352: bipush 17
// 354: iushr
// 355: ixor
// 356: istore 4
// 358: iload 4
// 360: iload 4
// 362: iconst_5
// 363: ishl
// 364: ixor
// 365: istore 4
// 367: aload 12
// 369: iconst_0
// 370: iload 4
// 372: iastore
// 373: goto -198 -> 175
// 376: iload 10
// 378: ifne +9 -> 387
// 381: iconst_1
// 382: istore 10
// 384: goto -46 -> 338
// 387: aload 14
// 389: getfield 83 mq$a:a J
// 392: lstore 8
// 394: aload 14
// 396: lload 8
// 398: aload_0
// 399: lload 8
// 401: lload_1
// 402: invokevirtual 109 mq:a (JJ)J
// 405: invokevirtual 85 mq$a:a (JJ)Z
// 408: ifne -91 -> 317
// 411: iload 5
// 413: getstatic 111 mq:c I
// 416: if_icmpge +12 -> 428
// 419: aload_0
// 420: getfield 100 mq:d [Lmq$a;
// 423: aload 13
// 425: if_acmpeq +8 -> 433
// 428: iconst_0
// 429: istore_3
// 430: goto -92 -> 338
// 433: iload_3
// 434: ifne +8 -> 442
// 437: iconst_1
// 438: istore_3
// 439: goto -101 -> 338
// 442: aload_0
// 443: getfield 101 mq:f I
// 446: ifne +170 -> 616
// 449: aload_0
// 450: invokevirtual 107 mq:c ()Z
// 453: ifeq +163 -> 616
// 456: aload_0
// 457: getfield 100 mq:d [Lmq$a;
// 460: aload 13
// 462: if_acmpne +23 -> 485
// 465: iload 5
// 467: iconst_1
// 468: ishl
// 469: anewarray 81 mq$a
// 472: astore 14
// 474: iconst_0
// 475: istore_3
// 476: goto +143 -> 619
// 479: aload_0
// 480: aload 14
// 482: putfield 100 mq:d [Lmq$a;
// 485: aload_0
// 486: iconst_0
// 487: putfield 101 mq:f I
// 490: iconst_0
// 491: istore_3
// 492: goto -317 -> 175
// 495: astore 12
// 497: aload_0
// 498: iconst_0
// 499: putfield 101 mq:f I
// 502: aload 12
// 504: athrow
// 505: aload_0
// 506: getfield 101 mq:f I
// 509: ifne +84 -> 593
// 512: aload_0
// 513: getfield 100 mq:d [Lmq$a;
// 516: aload 13
// 518: if_acmpne +75 -> 593
// 521: aload_0
// 522: invokevirtual 107 mq:c ()Z
// 525: ifeq +68 -> 593
// 528: iconst_0
// 529: istore 5
// 531: aload_0
// 532: getfield 100 mq:d [Lmq$a;
// 535: aload 13
// 537: if_acmpne +33 -> 570
// 540: iconst_2
// 541: anewarray 81 mq$a
// 544: astore 13
// 546: aload 13
// 548: iload 4
// 550: iconst_1
// 551: iand
// 552: new 81 mq$a
// 555: dup
// 556: lload_1
// 557: invokespecial 103 mq$a:<init> (J)V
// 560: aastore
// 561: aload_0
// 562: aload 13
// 564: putfield 100 mq:d [Lmq$a;
// 567: iconst_1
// 568: istore 5
// 570: aload_0
// 571: iconst_0
// 572: putfield 101 mq:f I
// 575: iload 5
// 577: ifne -260 -> 317
// 580: goto -405 -> 175
// 583: astore 12
// 585: aload_0
// 586: iconst_0
// 587: putfield 101 mq:f I
// 590: aload 12
// 592: athrow
// 593: aload_0
// 594: getfield 112 mq:e J
// 597: lstore 8
// 599: aload_0
// 600: lload 8
// 602: aload_0
// 603: lload 8
// 605: lload_1
// 606: invokevirtual 109 mq:a (JJ)J
// 609: invokevirtual 113 mq:b (JJ)Z
// 612: ifeq -437 -> 175
// 615: return
// 616: goto -278 -> 338
// 619: iload_3
// 620: iload 5
// 622: if_icmpge -143 -> 479
// 625: aload 14
// 627: iload_3
// 628: aload 13
// 630: iload_3
// 631: aaload
// 632: aastore
// 633: iload_3
// 634: iconst_1
// 635: iadd
// 636: istore_3
// 637: goto -18 -> 619
// Local variable table:
// start length slot name signature
// 0 640 0 this mp
// 0 640 1 paramLong long
// 65 572 3 i int
// 149 403 4 j int
// 167 456 5 k int
// 245 41 6 m int
// 265 35 7 n int
// 15 589 8 l long
// 46 337 10 bool1 boolean
// 31 57 11 bool2 boolean
// 42 277 12 arrayOfInt int[]
// 326 42 12 localObject1 Object
// 495 8 12 localObject2 Object
// 583 8 12 localObject3 Object
// 4 625 13 localObject4 Object
// 206 420 14 arrayOfa mq.a[]
// Exception table:
// from to target type
// 247 253 326 finally
// 262 267 326 finally
// 456 474 495 finally
// 479 485 495 finally
// 531 567 583 finally
}
public final long b()
{
long l1 = this.e;
mq.a[] arrayOfa = this.d;
long l2 = l1;
if (arrayOfa != null)
{
int j = arrayOfa.length;
int i = 0;
for (;;)
{
l2 = l1;
if (i >= j) {
break;
}
mq.a locala = arrayOfa[i];
l2 = l1;
if (locala != null) {
l2 = l1 + locala.a;
}
i += 1;
l1 = l2;
}
}
return l2;
}
public final double doubleValue()
{
return b();
}
public final float floatValue()
{
return (float)b();
}
public final int intValue()
{
return (int)b();
}
public final long longValue()
{
return b();
}
public final String toString()
{
return Long.toString(b());
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/mp.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/