Buffer$UnsafeCursor.smali
16.3 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
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
.class public final Lokio/Buffer$UnsafeCursor;
.super Ljava/lang/Object;
.source "Buffer.java"
# interfaces
.implements Ljava/io/Closeable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokio/Buffer;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "UnsafeCursor"
.end annotation
# instance fields
.field public buffer:Lokio/Buffer;
.field public data:[B
.field public end:I
.field public offset:J
.field public readWrite:Z
.field private segment:Lokio/Segment;
.field public start:I
# direct methods
.method public constructor <init>()V
.locals 2
.line 1980
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const-wide/16 v0, -0x1
.line 1985
iput-wide v0, p0, Lokio/Buffer$UnsafeCursor;->offset:J
const/4 v0, -0x1
.line 1987
iput v0, p0, Lokio/Buffer$UnsafeCursor;->start:I
.line 1988
iput v0, p0, Lokio/Buffer$UnsafeCursor;->end:I
return-void
.end method
# virtual methods
.method public close()V
.locals 3
.line 2208
iget-object v0, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
if-eqz v0, :cond_0
const/4 v0, 0x0
.line 2212
iput-object v0, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
.line 2213
iput-object v0, p0, Lokio/Buffer$UnsafeCursor;->segment:Lokio/Segment;
const-wide/16 v1, -0x1
.line 2214
iput-wide v1, p0, Lokio/Buffer$UnsafeCursor;->offset:J
.line 2215
iput-object v0, p0, Lokio/Buffer$UnsafeCursor;->data:[B
const/4 v0, -0x1
.line 2216
iput v0, p0, Lokio/Buffer$UnsafeCursor;->start:I
.line 2217
iput v0, p0, Lokio/Buffer$UnsafeCursor;->end:I
return-void
.line 2209
:cond_0
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "not attached to a buffer"
invoke-direct {v0, v1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public expandBuffer(I)J
.locals 9
if-lez p1, :cond_3
const/16 v0, 0x2000
if-gt p1, v0, :cond_2
.line 2183
iget-object v1, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
if-eqz v1, :cond_1
.line 2186
iget-boolean v2, p0, Lokio/Buffer$UnsafeCursor;->readWrite:Z
if-eqz v2, :cond_0
.line 2190
iget-wide v1, v1, Lokio/Buffer;->size:J
.line 2191
iget-object v3, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
invoke-virtual {v3, p1}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object p1
.line 2192
iget v3, p1, Lokio/Segment;->limit:I
rsub-int v3, v3, 0x2000
.line 2193
iput v0, p1, Lokio/Segment;->limit:I
.line 2194
iget-object v4, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
int-to-long v5, v3
add-long v7, v1, v5
iput-wide v7, v4, Lokio/Buffer;->size:J
.line 2197
iput-object p1, p0, Lokio/Buffer$UnsafeCursor;->segment:Lokio/Segment;
.line 2198
iput-wide v1, p0, Lokio/Buffer$UnsafeCursor;->offset:J
.line 2199
iget-object p1, p1, Lokio/Segment;->data:[B
iput-object p1, p0, Lokio/Buffer$UnsafeCursor;->data:[B
rsub-int p1, v3, 0x2000
.line 2200
iput p1, p0, Lokio/Buffer$UnsafeCursor;->start:I
.line 2201
iput v0, p0, Lokio/Buffer$UnsafeCursor;->end:I
return-wide v5
.line 2187
:cond_0
new-instance p1, Ljava/lang/IllegalStateException;
const-string v0, "expandBuffer() only permitted for read/write buffers"
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.line 2184
:cond_1
new-instance p1, Ljava/lang/IllegalStateException;
const-string v0, "not attached to a buffer"
invoke-direct {p1, v0}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.line 2181
:cond_2
new-instance v0, Ljava/lang/IllegalArgumentException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "minByteCount > Segment.SIZE: "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {v0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.line 2178
:cond_3
new-instance v0, Ljava/lang/IllegalArgumentException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "minByteCount <= 0: "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1, p1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {v0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.end method
.method public next()I
.locals 4
.line 1996
iget-wide v0, p0, Lokio/Buffer$UnsafeCursor;->offset:J
iget-object v2, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
iget-wide v2, v2, Lokio/Buffer;->size:J
cmp-long v0, v0, v2
if-eqz v0, :cond_1
.line 1997
iget-wide v0, p0, Lokio/Buffer$UnsafeCursor;->offset:J
const-wide/16 v2, -0x1
cmp-long v2, v0, v2
if-nez v2, :cond_0
const-wide/16 v0, 0x0
invoke-virtual {p0, v0, v1}, Lokio/Buffer$UnsafeCursor;->seek(J)I
move-result v0
return v0
.line 1998
:cond_0
iget v2, p0, Lokio/Buffer$UnsafeCursor;->end:I
iget v3, p0, Lokio/Buffer$UnsafeCursor;->start:I
sub-int/2addr v2, v3
int-to-long v2, v2
add-long/2addr v0, v2
invoke-virtual {p0, v0, v1}, Lokio/Buffer$UnsafeCursor;->seek(J)I
move-result v0
return v0
.line 1996
:cond_1
new-instance v0, Ljava/lang/IllegalStateException;
invoke-direct {v0}, Ljava/lang/IllegalStateException;-><init>()V
throw v0
.end method
.method public resizeBuffer(J)J
.locals 12
.line 2096
iget-object v0, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
if-eqz v0, :cond_7
.line 2099
iget-boolean v1, p0, Lokio/Buffer$UnsafeCursor;->readWrite:Z
if-eqz v1, :cond_6
.line 2103
iget-wide v0, v0, Lokio/Buffer;->size:J
cmp-long v2, p1, v0
const-wide/16 v3, 0x0
if-gtz v2, :cond_3
cmp-long v2, p1, v3
if-ltz v2, :cond_2
sub-long v5, v0, p1
:goto_0
cmp-long v2, v5, v3
if-lez v2, :cond_1
.line 2110
iget-object v2, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
iget-object v2, v2, Lokio/Buffer;->head:Lokio/Segment;
iget-object v2, v2, Lokio/Segment;->prev:Lokio/Segment;
.line 2111
iget v7, v2, Lokio/Segment;->limit:I
iget v8, v2, Lokio/Segment;->pos:I
sub-int/2addr v7, v8
int-to-long v7, v7
cmp-long v9, v7, v5
if-gtz v9, :cond_0
.line 2113
iget-object v9, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
invoke-virtual {v2}, Lokio/Segment;->pop()Lokio/Segment;
move-result-object v10
iput-object v10, v9, Lokio/Buffer;->head:Lokio/Segment;
.line 2114
invoke-static {v2}, Lokio/SegmentPool;->recycle(Lokio/Segment;)V
sub-long/2addr v5, v7
goto :goto_0
.line 2117
:cond_0
iget v3, v2, Lokio/Segment;->limit:I
int-to-long v3, v3
sub-long/2addr v3, v5
long-to-int v3, v3
iput v3, v2, Lokio/Segment;->limit:I
:cond_1
const/4 v2, 0x0
.line 2122
iput-object v2, p0, Lokio/Buffer$UnsafeCursor;->segment:Lokio/Segment;
.line 2123
iput-wide p1, p0, Lokio/Buffer$UnsafeCursor;->offset:J
.line 2124
iput-object v2, p0, Lokio/Buffer$UnsafeCursor;->data:[B
const/4 v2, -0x1
.line 2125
iput v2, p0, Lokio/Buffer$UnsafeCursor;->start:I
.line 2126
iput v2, p0, Lokio/Buffer$UnsafeCursor;->end:I
goto :goto_2
.line 2106
:cond_2
new-instance v0, Ljava/lang/IllegalArgumentException;
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
const-string v2, "newSize < 0: "
invoke-virtual {v1, v2}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
invoke-virtual {v1, p1, p2}, Ljava/lang/StringBuilder;->append(J)Ljava/lang/StringBuilder;
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object p1
invoke-direct {v0, p1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
:cond_3
if-lez v2, :cond_5
sub-long v5, p1, v0
const/4 v2, 0x1
move v7, v2
:cond_4
:goto_1
cmp-long v8, v5, v3
if-lez v8, :cond_5
.line 2131
iget-object v8, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
invoke-virtual {v8, v2}, Lokio/Buffer;->writableSegment(I)Lokio/Segment;
move-result-object v8
.line 2132
iget v9, v8, Lokio/Segment;->limit:I
rsub-int v9, v9, 0x2000
int-to-long v9, v9
invoke-static {v5, v6, v9, v10}, Ljava/lang/Math;->min(JJ)J
move-result-wide v9
long-to-int v9, v9
.line 2133
iget v10, v8, Lokio/Segment;->limit:I
add-int/2addr v10, v9
iput v10, v8, Lokio/Segment;->limit:I
int-to-long v10, v9
sub-long/2addr v5, v10
if-eqz v7, :cond_4
.line 2138
iput-object v8, p0, Lokio/Buffer$UnsafeCursor;->segment:Lokio/Segment;
.line 2139
iput-wide v0, p0, Lokio/Buffer$UnsafeCursor;->offset:J
.line 2140
iget-object v7, v8, Lokio/Segment;->data:[B
iput-object v7, p0, Lokio/Buffer$UnsafeCursor;->data:[B
.line 2141
iget v7, v8, Lokio/Segment;->limit:I
sub-int/2addr v7, v9
iput v7, p0, Lokio/Buffer$UnsafeCursor;->start:I
.line 2142
iget v7, v8, Lokio/Segment;->limit:I
iput v7, p0, Lokio/Buffer$UnsafeCursor;->end:I
const/4 v7, 0x0
goto :goto_1
.line 2148
:cond_5
:goto_2
iget-object v2, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
iput-wide p1, v2, Lokio/Buffer;->size:J
return-wide v0
.line 2100
:cond_6
new-instance p1, Ljava/lang/IllegalStateException;
const-string p2, "resizeBuffer() only permitted for read/write buffers"
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.line 2097
:cond_7
new-instance p1, Ljava/lang/IllegalStateException;
const-string p2, "not attached to a buffer"
invoke-direct {p1, p2}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;)V
throw p1
.end method
.method public seek(J)I
.locals 11
const-wide/16 v0, -0x1
cmp-long v0, p1, v0
if-ltz v0, :cond_8
.line 2007
iget-object v1, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
iget-wide v1, v1, Lokio/Buffer;->size:J
cmp-long v1, p1, v1
if-gtz v1, :cond_8
if-eqz v0, :cond_7
.line 2012
iget-object v0, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
iget-wide v0, v0, Lokio/Buffer;->size:J
cmp-long v0, p1, v0
if-nez v0, :cond_0
goto/16 :goto_3
:cond_0
const-wide/16 v0, 0x0
.line 2023
iget-object v2, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
iget-wide v2, v2, Lokio/Buffer;->size:J
.line 2024
iget-object v4, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
iget-object v4, v4, Lokio/Buffer;->head:Lokio/Segment;
.line 2025
iget-object v5, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
iget-object v5, v5, Lokio/Buffer;->head:Lokio/Segment;
.line 2026
iget-object v6, p0, Lokio/Buffer$UnsafeCursor;->segment:Lokio/Segment;
if-eqz v6, :cond_2
.line 2027
iget-wide v7, p0, Lokio/Buffer$UnsafeCursor;->offset:J
iget v9, p0, Lokio/Buffer$UnsafeCursor;->start:I
iget v6, v6, Lokio/Segment;->pos:I
sub-int/2addr v9, v6
int-to-long v9, v9
sub-long v6, v7, v9
cmp-long v8, v6, p1
if-lez v8, :cond_1
.line 2031
iget-object v5, p0, Lokio/Buffer$UnsafeCursor;->segment:Lokio/Segment;
move-wide v2, v6
goto :goto_0
.line 2035
:cond_1
iget-object v4, p0, Lokio/Buffer$UnsafeCursor;->segment:Lokio/Segment;
move-wide v0, v6
:cond_2
:goto_0
sub-long v6, v2, p1
sub-long v8, p1, v0
cmp-long v6, v6, v8
if-lez v6, :cond_3
.line 2045
:goto_1
iget v2, v4, Lokio/Segment;->limit:I
iget v3, v4, Lokio/Segment;->pos:I
sub-int/2addr v2, v3
int-to-long v2, v2
add-long/2addr v2, v0
cmp-long v2, p1, v2
if-ltz v2, :cond_4
.line 2046
iget v2, v4, Lokio/Segment;->limit:I
iget v3, v4, Lokio/Segment;->pos:I
sub-int/2addr v2, v3
int-to-long v2, v2
add-long/2addr v0, v2
.line 2047
iget-object v4, v4, Lokio/Segment;->next:Lokio/Segment;
goto :goto_1
:cond_3
move-wide v0, v2
move-object v4, v5
:goto_2
cmp-long v2, v0, p1
if-lez v2, :cond_4
.line 2054
iget-object v4, v4, Lokio/Segment;->prev:Lokio/Segment;
.line 2055
iget v2, v4, Lokio/Segment;->limit:I
iget v3, v4, Lokio/Segment;->pos:I
sub-int/2addr v2, v3
int-to-long v2, v2
sub-long/2addr v0, v2
goto :goto_2
.line 2060
:cond_4
iget-boolean v2, p0, Lokio/Buffer$UnsafeCursor;->readWrite:Z
if-eqz v2, :cond_6
iget-boolean v2, v4, Lokio/Segment;->shared:Z
if-eqz v2, :cond_6
.line 2061
invoke-virtual {v4}, Lokio/Segment;->unsharedCopy()Lokio/Segment;
move-result-object v2
.line 2062
iget-object v3, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
iget-object v3, v3, Lokio/Buffer;->head:Lokio/Segment;
if-ne v3, v4, :cond_5
.line 2063
iget-object v3, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
iput-object v2, v3, Lokio/Buffer;->head:Lokio/Segment;
.line 2065
:cond_5
invoke-virtual {v4, v2}, Lokio/Segment;->push(Lokio/Segment;)Lokio/Segment;
move-result-object v4
.line 2066
iget-object v2, v4, Lokio/Segment;->prev:Lokio/Segment;
invoke-virtual {v2}, Lokio/Segment;->pop()Lokio/Segment;
.line 2070
:cond_6
iput-object v4, p0, Lokio/Buffer$UnsafeCursor;->segment:Lokio/Segment;
.line 2071
iput-wide p1, p0, Lokio/Buffer$UnsafeCursor;->offset:J
.line 2072
iget-object v2, v4, Lokio/Segment;->data:[B
iput-object v2, p0, Lokio/Buffer$UnsafeCursor;->data:[B
.line 2073
iget v2, v4, Lokio/Segment;->pos:I
sub-long/2addr p1, v0
long-to-int p1, p1
add-int/2addr v2, p1
iput v2, p0, Lokio/Buffer$UnsafeCursor;->start:I
.line 2074
iget p1, v4, Lokio/Segment;->limit:I
iput p1, p0, Lokio/Buffer$UnsafeCursor;->end:I
.line 2075
iget p1, p0, Lokio/Buffer$UnsafeCursor;->end:I
iget p2, p0, Lokio/Buffer$UnsafeCursor;->start:I
sub-int/2addr p1, p2
return p1
:cond_7
:goto_3
const/4 v0, 0x0
.line 2013
iput-object v0, p0, Lokio/Buffer$UnsafeCursor;->segment:Lokio/Segment;
.line 2014
iput-wide p1, p0, Lokio/Buffer$UnsafeCursor;->offset:J
.line 2015
iput-object v0, p0, Lokio/Buffer$UnsafeCursor;->data:[B
const/4 p1, -0x1
.line 2016
iput p1, p0, Lokio/Buffer$UnsafeCursor;->start:I
.line 2017
iput p1, p0, Lokio/Buffer$UnsafeCursor;->end:I
return p1
.line 2008
:cond_8
new-instance v0, Ljava/lang/ArrayIndexOutOfBoundsException;
const/4 v1, 0x2
new-array v1, v1, [Ljava/lang/Object;
const/4 v2, 0x0
.line 2009
invoke-static {p1, p2}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p1
aput-object p1, v1, v2
const/4 p1, 0x1
iget-object p2, p0, Lokio/Buffer$UnsafeCursor;->buffer:Lokio/Buffer;
iget-wide v2, p2, Lokio/Buffer;->size:J
invoke-static {v2, v3}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p2
aput-object p2, v1, p1
const-string p1, "offset=%s > size=%s"
invoke-static {p1, v1}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
invoke-direct {v0, p1}, Ljava/lang/ArrayIndexOutOfBoundsException;-><init>(Ljava/lang/String;)V
throw v0
.end method