SerializedSubscriber.smali
12.7 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
.class public final Lio/reactivex/subscribers/SerializedSubscriber;
.super Ljava/lang/Object;
.source "SerializedSubscriber.java"
# interfaces
.implements Lio/reactivex/FlowableSubscriber;
.implements Lorg/reactivestreams/Subscription;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lio/reactivex/FlowableSubscriber<",
"TT;>;",
"Lorg/reactivestreams/Subscription;"
}
.end annotation
# static fields
.field static final QUEUE_LINK_SIZE:I = 0x4
# instance fields
.field final actual:Lorg/reactivestreams/Subscriber;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lorg/reactivestreams/Subscriber<",
"-TT;>;"
}
.end annotation
.end field
.field final delayError:Z
.field volatile done:Z
.field emitting:Z
.field queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<",
"Ljava/lang/Object;",
">;"
}
.end annotation
.end field
.field subscription:Lorg/reactivestreams/Subscription;
# direct methods
.method public constructor <init>(Lorg/reactivestreams/Subscriber;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lorg/reactivestreams/Subscriber<",
"-TT;>;)V"
}
.end annotation
const/4 v0, 0x0
.line 51
invoke-direct {p0, p1, v0}, Lio/reactivex/subscribers/SerializedSubscriber;-><init>(Lorg/reactivestreams/Subscriber;Z)V
return-void
.end method
.method public constructor <init>(Lorg/reactivestreams/Subscriber;Z)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lorg/reactivestreams/Subscriber<",
"-TT;>;Z)V"
}
.end annotation
.line 61
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 62
iput-object p1, p0, Lio/reactivex/subscribers/SerializedSubscriber;->actual:Lorg/reactivestreams/Subscriber;
.line 63
iput-boolean p2, p0, Lio/reactivex/subscribers/SerializedSubscriber;->delayError:Z
return-void
.end method
# virtual methods
.method public cancel()V
.locals 1
.line 197
iget-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->subscription:Lorg/reactivestreams/Subscription;
invoke-interface {v0}, Lorg/reactivestreams/Subscription;->cancel()V
return-void
.end method
.method emitLoop()V
.locals 2
.line 175
:cond_0
monitor-enter p0
.line 176
:try_start_0
iget-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
if-nez v0, :cond_1
const/4 v0, 0x0
.line 178
iput-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->emitting:Z
.line 179
monitor-exit p0
return-void
:cond_1
const/4 v1, 0x0
.line 181
iput-object v1, p0, Lio/reactivex/subscribers/SerializedSubscriber;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 182
monitor-exit p0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 184
iget-object v1, p0, Lio/reactivex/subscribers/SerializedSubscriber;->actual:Lorg/reactivestreams/Subscriber;
invoke-virtual {v0, v1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->accept(Lorg/reactivestreams/Subscriber;)Z
move-result v0
if-eqz v0, :cond_0
return-void
:catchall_0
move-exception v0
.line 182
:try_start_1
monitor-exit p0
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
throw v0
.end method
.method public onComplete()V
.locals 2
.line 148
iget-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->done:Z
if-eqz v0, :cond_0
return-void
.line 151
:cond_0
monitor-enter p0
.line 152
:try_start_0
iget-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->done:Z
if-eqz v0, :cond_1
.line 153
monitor-exit p0
return-void
.line 155
:cond_1
iget-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->emitting:Z
if-eqz v0, :cond_3
.line 156
iget-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
if-nez v0, :cond_2
.line 158
new-instance v0, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
const/4 v1, 0x4
invoke-direct {v0, v1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;-><init>(I)V
.line 159
iput-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 161
:cond_2
invoke-static {}, Lio/reactivex/internal/util/NotificationLite;->complete()Ljava/lang/Object;
move-result-object v1
invoke-virtual {v0, v1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->add(Ljava/lang/Object;)V
.line 162
monitor-exit p0
return-void
:cond_3
const/4 v0, 0x1
.line 164
iput-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->done:Z
.line 165
iput-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->emitting:Z
.line 166
monitor-exit p0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 168
iget-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->actual:Lorg/reactivestreams/Subscriber;
invoke-interface {v0}, Lorg/reactivestreams/Subscriber;->onComplete()V
return-void
:catchall_0
move-exception v0
.line 166
:try_start_1
monitor-exit p0
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
throw v0
.end method
.method public onError(Ljava/lang/Throwable;)V
.locals 2
.line 107
iget-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->done:Z
if-eqz v0, :cond_0
.line 108
invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
return-void
.line 112
:cond_0
monitor-enter p0
.line 113
:try_start_0
iget-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->done:Z
const/4 v1, 0x1
if-eqz v0, :cond_1
goto :goto_1
.line 116
:cond_1
iget-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->emitting:Z
if-eqz v0, :cond_4
.line 117
iput-boolean v1, p0, Lio/reactivex/subscribers/SerializedSubscriber;->done:Z
.line 118
iget-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
if-nez v0, :cond_2
.line 120
new-instance v0, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
const/4 v1, 0x4
invoke-direct {v0, v1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;-><init>(I)V
.line 121
iput-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 123
:cond_2
invoke-static {p1}, Lio/reactivex/internal/util/NotificationLite;->error(Ljava/lang/Throwable;)Ljava/lang/Object;
move-result-object p1
.line 124
iget-boolean v1, p0, Lio/reactivex/subscribers/SerializedSubscriber;->delayError:Z
if-eqz v1, :cond_3
.line 125
invoke-virtual {v0, p1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->add(Ljava/lang/Object;)V
goto :goto_0
.line 127
:cond_3
invoke-virtual {v0, p1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->setFirst(Ljava/lang/Object;)V
.line 129
:goto_0
monitor-exit p0
return-void
.line 131
:cond_4
iput-boolean v1, p0, Lio/reactivex/subscribers/SerializedSubscriber;->done:Z
.line 132
iput-boolean v1, p0, Lio/reactivex/subscribers/SerializedSubscriber;->emitting:Z
const/4 v1, 0x0
.line 135
:goto_1
monitor-exit p0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
if-eqz v1, :cond_5
.line 138
invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
return-void
.line 142
:cond_5
iget-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->actual:Lorg/reactivestreams/Subscriber;
invoke-interface {v0, p1}, Lorg/reactivestreams/Subscriber;->onError(Ljava/lang/Throwable;)V
return-void
:catchall_0
move-exception p1
.line 135
:try_start_1
monitor-exit p0
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
throw p1
.end method
.method public onNext(Ljava/lang/Object;)V
.locals 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
.line 76
iget-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->done:Z
if-eqz v0, :cond_0
return-void
:cond_0
if-nez p1, :cond_1
.line 80
iget-object p1, p0, Lio/reactivex/subscribers/SerializedSubscriber;->subscription:Lorg/reactivestreams/Subscription;
invoke-interface {p1}, Lorg/reactivestreams/Subscription;->cancel()V
.line 81
new-instance p1, Ljava/lang/NullPointerException;
const-string v0, "onNext called with null. Null values are generally not allowed in 2.x operators and sources."
invoke-direct {p1, v0}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
invoke-virtual {p0, p1}, Lio/reactivex/subscribers/SerializedSubscriber;->onError(Ljava/lang/Throwable;)V
return-void
.line 84
:cond_1
monitor-enter p0
.line 85
:try_start_0
iget-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->done:Z
if-eqz v0, :cond_2
.line 86
monitor-exit p0
return-void
.line 88
:cond_2
iget-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->emitting:Z
if-eqz v0, :cond_4
.line 89
iget-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
if-nez v0, :cond_3
.line 91
new-instance v0, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
const/4 v1, 0x4
invoke-direct {v0, v1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;-><init>(I)V
.line 92
iput-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 94
:cond_3
invoke-static {p1}, Lio/reactivex/internal/util/NotificationLite;->next(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
invoke-virtual {v0, p1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->add(Ljava/lang/Object;)V
.line 95
monitor-exit p0
return-void
:cond_4
const/4 v0, 0x1
.line 97
iput-boolean v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->emitting:Z
.line 98
monitor-exit p0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 100
iget-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->actual:Lorg/reactivestreams/Subscriber;
invoke-interface {v0, p1}, Lorg/reactivestreams/Subscriber;->onNext(Ljava/lang/Object;)V
.line 102
invoke-virtual {p0}, Lio/reactivex/subscribers/SerializedSubscriber;->emitLoop()V
return-void
:catchall_0
move-exception p1
.line 98
:try_start_1
monitor-exit p0
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
throw p1
.end method
.method public onSubscribe(Lorg/reactivestreams/Subscription;)V
.locals 1
.line 68
iget-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->subscription:Lorg/reactivestreams/Subscription;
invoke-static {v0, p1}, Lio/reactivex/internal/subscriptions/SubscriptionHelper;->validate(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
move-result v0
if-eqz v0, :cond_0
.line 69
iput-object p1, p0, Lio/reactivex/subscribers/SerializedSubscriber;->subscription:Lorg/reactivestreams/Subscription;
.line 70
iget-object p1, p0, Lio/reactivex/subscribers/SerializedSubscriber;->actual:Lorg/reactivestreams/Subscriber;
invoke-interface {p1, p0}, Lorg/reactivestreams/Subscriber;->onSubscribe(Lorg/reactivestreams/Subscription;)V
:cond_0
return-void
.end method
.method public request(J)V
.locals 1
.line 192
iget-object v0, p0, Lio/reactivex/subscribers/SerializedSubscriber;->subscription:Lorg/reactivestreams/Subscription;
invoke-interface {v0, p1, p2}, Lorg/reactivestreams/Subscription;->request(J)V
return-void
.end method