SerializedProcessor.smali
.class final Lio/reactivex/processors/SerializedProcessor;
.super Lio/reactivex/processors/FlowableProcessor;
.source "SerializedProcessor.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Lio/reactivex/processors/FlowableProcessor<",
"TT;>;"
}
.end annotation
# instance fields
.field final actual:Lio/reactivex/processors/FlowableProcessor;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/processors/FlowableProcessor<",
"TT;>;"
}
.end annotation
.end field
.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
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method constructor <init>(Lio/reactivex/processors/FlowableProcessor;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/processors/FlowableProcessor<",
"TT;>;)V"
}
.end annotation
.line 41
.local p0, "this":Lio/reactivex/processors/SerializedProcessor;, "Lio/reactivex/processors/SerializedProcessor<TT;>;"
.local p1, "actual":Lio/reactivex/processors/FlowableProcessor;, "Lio/reactivex/processors/FlowableProcessor<TT;>;"
invoke-direct {p0}, Lio/reactivex/processors/FlowableProcessor;-><init>()V
.line 42
iput-object p1, p0, Lio/reactivex/processors/SerializedProcessor;->actual:Lio/reactivex/processors/FlowableProcessor;
.line 43
return-void
.end method
# virtual methods
.method emitLoop()V
.registers 3
.line 166
.local p0, "this":Lio/reactivex/processors/SerializedProcessor;, "Lio/reactivex/processors/SerializedProcessor<TT;>;"
:goto_0
monitor-enter p0
.line 167
:try_start_1
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 168
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_a
.line 169
const/4 v1, 0x0
iput-boolean v1, p0, Lio/reactivex/processors/SerializedProcessor;->emitting:Z
.line 170
monitor-exit p0
return-void
.line 172
:cond_a
const/4 v1, 0x0
iput-object v1, p0, Lio/reactivex/processors/SerializedProcessor;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 173
monitor-exit p0
:try_end_e
.catchall {:try_start_1 .. :try_end_e} :catchall_14
.line 175
iget-object v1, p0, Lio/reactivex/processors/SerializedProcessor;->actual:Lio/reactivex/processors/FlowableProcessor;
invoke-virtual {v0, v1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->accept(Lorg/reactivestreams/Subscriber;)Z
.line 176
.end local v0 # "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
goto :goto_0
.line 173
:catchall_14
move-exception v0
:try_start_15
monitor-exit p0
:try_end_16
.catchall {:try_start_15 .. :try_end_16} :catchall_14
goto :goto_18
:goto_17
throw v0
:goto_18
goto :goto_17
.end method
.method public getThrowable()Ljava/lang/Throwable;
.registers 2
.line 191
.local p0, "this":Lio/reactivex/processors/SerializedProcessor;, "Lio/reactivex/processors/SerializedProcessor<TT;>;"
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->actual:Lio/reactivex/processors/FlowableProcessor;
invoke-virtual {v0}, Lio/reactivex/processors/FlowableProcessor;->getThrowable()Ljava/lang/Throwable;
move-result-object v0
return-object v0
.end method
.method public hasComplete()Z
.registers 2
.line 196
.local p0, "this":Lio/reactivex/processors/SerializedProcessor;, "Lio/reactivex/processors/SerializedProcessor<TT;>;"
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->actual:Lio/reactivex/processors/FlowableProcessor;
invoke-virtual {v0}, Lio/reactivex/processors/FlowableProcessor;->hasComplete()Z
move-result v0
return v0
.end method
.method public hasSubscribers()Z
.registers 2
.line 181
.local p0, "this":Lio/reactivex/processors/SerializedProcessor;, "Lio/reactivex/processors/SerializedProcessor<TT;>;"
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->actual:Lio/reactivex/processors/FlowableProcessor;
invoke-virtual {v0}, Lio/reactivex/processors/FlowableProcessor;->hasSubscribers()Z
move-result v0
return v0
.end method
.method public hasThrowable()Z
.registers 2
.line 186
.local p0, "this":Lio/reactivex/processors/SerializedProcessor;, "Lio/reactivex/processors/SerializedProcessor<TT;>;"
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->actual:Lio/reactivex/processors/FlowableProcessor;
invoke-virtual {v0}, Lio/reactivex/processors/FlowableProcessor;->hasThrowable()Z
move-result v0
return v0
.end method
.method public onComplete()V
.registers 4
.line 140
.local p0, "this":Lio/reactivex/processors/SerializedProcessor;, "Lio/reactivex/processors/SerializedProcessor<TT;>;"
iget-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->done:Z
if-eqz v0, :cond_5
.line 141
return-void
.line 143
:cond_5
monitor-enter p0
.line 144
:try_start_6
iget-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->done:Z
if-eqz v0, :cond_c
.line 145
monitor-exit p0
return-void
.line 147
:cond_c
const/4 v0, 0x1
iput-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->done:Z
.line 148
iget-boolean v1, p0, Lio/reactivex/processors/SerializedProcessor;->emitting:Z
if-eqz v1, :cond_29
.line 149
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 150
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_20
.line 151
new-instance v1, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
const/4 v2, 0x4
invoke-direct {v1, v2}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;-><init>(I)V
move-object v0, v1
.line 152
iput-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 154
:cond_20
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 155
monitor-exit p0
return-void
.line 157
.end local v0 # "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
:cond_29
iput-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->emitting:Z
.line 158
monitor-exit p0
:try_end_2c
.catchall {:try_start_6 .. :try_end_2c} :catchall_32
.line 159
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->actual:Lio/reactivex/processors/FlowableProcessor;
invoke-virtual {v0}, Lio/reactivex/processors/FlowableProcessor;->onComplete()V
.line 160
return-void
.line 158
:catchall_32
move-exception v0
:try_start_33
monitor-exit p0
:try_end_34
.catchall {:try_start_33 .. :try_end_34} :catchall_32
throw v0
.end method
.method public onError(Ljava/lang/Throwable;)V
.registers 5
.param p1, "t" # Ljava/lang/Throwable;
.line 108
.local p0, "this":Lio/reactivex/processors/SerializedProcessor;, "Lio/reactivex/processors/SerializedProcessor<TT;>;"
iget-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->done:Z
if-eqz v0, :cond_8
.line 109
invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 110
return-void
.line 113
:cond_8
monitor-enter p0
.line 114
:try_start_9
iget-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->done:Z
if-eqz v0, :cond_f
.line 115
const/4 v0, 0x1
.local v0, "reportError":Z
goto :goto_30
.line 117
.end local v0 # "reportError":Z
:cond_f
const/4 v0, 0x1
iput-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->done:Z
.line 118
iget-boolean v1, p0, Lio/reactivex/processors/SerializedProcessor;->emitting:Z
if-eqz v1, :cond_2c
.line 119
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 120
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_23
.line 121
new-instance v1, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
const/4 v2, 0x4
invoke-direct {v1, v2}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;-><init>(I)V
move-object v0, v1
.line 122
iput-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 124
:cond_23
invoke-static {p1}, Lio/reactivex/internal/util/NotificationLite;->error(Ljava/lang/Throwable;)Ljava/lang/Object;
move-result-object v1
invoke-virtual {v0, v1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->setFirst(Ljava/lang/Object;)V
.line 125
monitor-exit p0
return-void
.line 127
.end local v0 # "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
:cond_2c
const/4 v1, 0x0
.line 128
.local v1, "reportError":Z
iput-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->emitting:Z
move v0, v1
.line 130
.end local v1 # "reportError":Z
.local v0, "reportError":Z
:goto_30
monitor-exit p0
:try_end_31
.catchall {:try_start_9 .. :try_end_31} :catchall_3d
.line 131
if-eqz v0, :cond_37
.line 132
invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 133
return-void
.line 135
:cond_37
iget-object v1, p0, Lio/reactivex/processors/SerializedProcessor;->actual:Lio/reactivex/processors/FlowableProcessor;
invoke-virtual {v1, p1}, Lio/reactivex/processors/FlowableProcessor;->onError(Ljava/lang/Throwable;)V
.line 136
return-void
.line 130
.end local v0 # "reportError":Z
:catchall_3d
move-exception v0
:try_start_3e
monitor-exit p0
:try_end_3f
.catchall {:try_start_3e .. :try_end_3f} :catchall_3d
throw v0
.end method
.method public onNext(Ljava/lang/Object;)V
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
.line 84
.local p0, "this":Lio/reactivex/processors/SerializedProcessor;, "Lio/reactivex/processors/SerializedProcessor<TT;>;"
.local p1, "t":Ljava/lang/Object;, "TT;"
iget-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->done:Z
if-eqz v0, :cond_5
.line 85
return-void
.line 87
:cond_5
monitor-enter p0
.line 88
:try_start_6
iget-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->done:Z
if-eqz v0, :cond_c
.line 89
monitor-exit p0
return-void
.line 91
:cond_c
iget-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->emitting:Z
if-eqz v0, :cond_26
.line 92
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 93
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_1d
.line 94
new-instance v1, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
const/4 v2, 0x4
invoke-direct {v1, v2}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;-><init>(I)V
move-object v0, v1
.line 95
iput-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 97
:cond_1d
invoke-static {p1}, Lio/reactivex/internal/util/NotificationLite;->next(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v1
invoke-virtual {v0, v1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->add(Ljava/lang/Object;)V
.line 98
monitor-exit p0
return-void
.line 100
.end local v0 # "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
:cond_26
const/4 v0, 0x1
iput-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->emitting:Z
.line 101
monitor-exit p0
:try_end_2a
.catchall {:try_start_6 .. :try_end_2a} :catchall_33
.line 102
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->actual:Lio/reactivex/processors/FlowableProcessor;
invoke-virtual {v0, p1}, Lio/reactivex/processors/FlowableProcessor;->onNext(Ljava/lang/Object;)V
.line 103
invoke-virtual {p0}, Lio/reactivex/processors/SerializedProcessor;->emitLoop()V
.line 104
return-void
.line 101
:catchall_33
move-exception v0
:try_start_34
monitor-exit p0
:try_end_35
.catchall {:try_start_34 .. :try_end_35} :catchall_33
throw v0
.end method
.method public onSubscribe(Lorg/reactivestreams/Subscription;)V
.registers 5
.param p1, "s" # Lorg/reactivestreams/Subscription;
.line 53
.local p0, "this":Lio/reactivex/processors/SerializedProcessor;, "Lio/reactivex/processors/SerializedProcessor<TT;>;"
iget-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->done:Z
if-nez v0, :cond_2e
.line 54
monitor-enter p0
.line 55
:try_start_5
iget-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->done:Z
if-eqz v0, :cond_b
.line 56
const/4 v0, 0x1
.local v0, "cancel":Z
goto :goto_29
.line 58
.end local v0 # "cancel":Z
:cond_b
iget-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->emitting:Z
if-eqz v0, :cond_25
.line 59
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 60
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_1c
.line 61
new-instance v1, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
const/4 v2, 0x4
invoke-direct {v1, v2}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;-><init>(I)V
move-object v0, v1
.line 62
iput-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 64
:cond_1c
invoke-static {p1}, Lio/reactivex/internal/util/NotificationLite;->subscription(Lorg/reactivestreams/Subscription;)Ljava/lang/Object;
move-result-object v1
invoke-virtual {v0, v1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->add(Ljava/lang/Object;)V
.line 65
monitor-exit p0
return-void
.line 67
.end local v0 # "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
:cond_25
const/4 v0, 0x1
iput-boolean v0, p0, Lio/reactivex/processors/SerializedProcessor;->emitting:Z
.line 68
const/4 v0, 0x0
.line 70
.local v0, "cancel":Z
:goto_29
monitor-exit p0
goto :goto_2f
.end local v0 # "cancel":Z
:catchall_2b
move-exception v0
monitor-exit p0
:try_end_2d
.catchall {:try_start_5 .. :try_end_2d} :catchall_2b
throw v0
.line 72
:cond_2e
const/4 v0, 0x1
.line 74
.restart local v0 # "cancel":Z
:goto_2f
if-eqz v0, :cond_35
.line 75
invoke-interface {p1}, Lorg/reactivestreams/Subscription;->cancel()V
goto :goto_3d
.line 77
:cond_35
iget-object v1, p0, Lio/reactivex/processors/SerializedProcessor;->actual:Lio/reactivex/processors/FlowableProcessor;
invoke-virtual {v1, p1}, Lio/reactivex/processors/FlowableProcessor;->onSubscribe(Lorg/reactivestreams/Subscription;)V
.line 78
invoke-virtual {p0}, Lio/reactivex/processors/SerializedProcessor;->emitLoop()V
.line 80
:goto_3d
return-void
.end method
.method protected subscribeActual(Lorg/reactivestreams/Subscriber;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lorg/reactivestreams/Subscriber<",
"-TT;>;)V"
}
.end annotation
.line 47
.local p0, "this":Lio/reactivex/processors/SerializedProcessor;, "Lio/reactivex/processors/SerializedProcessor<TT;>;"
.local p1, "s":Lorg/reactivestreams/Subscriber;, "Lorg/reactivestreams/Subscriber<-TT;>;"
iget-object v0, p0, Lio/reactivex/processors/SerializedProcessor;->actual:Lio/reactivex/processors/FlowableProcessor;
invoke-virtual {v0, p1}, Lio/reactivex/processors/FlowableProcessor;->subscribe(Lorg/reactivestreams/Subscriber;)V
.line 48
return-void
.end method