SerializedSubject.smali
.class final Lio/reactivex/subjects/SerializedSubject;
.super Lio/reactivex/subjects/Subject;
.source "SerializedSubject.java"
# interfaces
.implements Lio/reactivex/internal/util/AppendOnlyLinkedArrayList$NonThrowingPredicate;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Lio/reactivex/subjects/Subject<",
"TT;>;",
"Lio/reactivex/internal/util/AppendOnlyLinkedArrayList$NonThrowingPredicate<",
"Ljava/lang/Object;",
">;"
}
.end annotation
# instance fields
.field final actual:Lio/reactivex/subjects/Subject;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/subjects/Subject<",
"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/subjects/Subject;)V
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/subjects/Subject<",
"TT;>;)V"
}
.end annotation
.line 42
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
.local p1, "actual":Lio/reactivex/subjects/Subject;, "Lio/reactivex/subjects/Subject<TT;>;"
invoke-direct {p0}, Lio/reactivex/subjects/Subject;-><init>()V
.line 43
iput-object p1, p0, Lio/reactivex/subjects/SerializedSubject;->actual:Lio/reactivex/subjects/Subject;
.line 44
return-void
.end method
# virtual methods
.method emitLoop()V
.registers 3
.line 168
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
:goto_0
monitor-enter p0
.line 169
:try_start_1
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 170
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_a
.line 171
const/4 v1, 0x0
iput-boolean v1, p0, Lio/reactivex/subjects/SerializedSubject;->emitting:Z
.line 172
monitor-exit p0
return-void
.line 174
:cond_a
const/4 v1, 0x0
iput-object v1, p0, Lio/reactivex/subjects/SerializedSubject;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 175
monitor-exit p0
:try_end_e
.catchall {:try_start_1 .. :try_end_e} :catchall_12
.line 176
invoke-virtual {v0, p0}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->forEachWhile(Lio/reactivex/internal/util/AppendOnlyLinkedArrayList$NonThrowingPredicate;)V
.line 177
.end local v0 # "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
goto :goto_0
.line 175
:catchall_12
move-exception v0
:try_start_13
monitor-exit p0
:try_end_14
.catchall {:try_start_13 .. :try_end_14} :catchall_12
goto :goto_16
:goto_15
throw v0
:goto_16
goto :goto_15
.end method
.method public getThrowable()Ljava/lang/Throwable;
.registers 2
.line 197
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->actual:Lio/reactivex/subjects/Subject;
invoke-virtual {v0}, Lio/reactivex/subjects/Subject;->getThrowable()Ljava/lang/Throwable;
move-result-object v0
return-object v0
.end method
.method public hasComplete()Z
.registers 2
.line 202
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->actual:Lio/reactivex/subjects/Subject;
invoke-virtual {v0}, Lio/reactivex/subjects/Subject;->hasComplete()Z
move-result v0
return v0
.end method
.method public hasObservers()Z
.registers 2
.line 187
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->actual:Lio/reactivex/subjects/Subject;
invoke-virtual {v0}, Lio/reactivex/subjects/Subject;->hasObservers()Z
move-result v0
return v0
.end method
.method public hasThrowable()Z
.registers 2
.line 192
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->actual:Lio/reactivex/subjects/Subject;
invoke-virtual {v0}, Lio/reactivex/subjects/Subject;->hasThrowable()Z
move-result v0
return v0
.end method
.method public onComplete()V
.registers 4
.line 142
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
iget-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->done:Z
if-eqz v0, :cond_5
.line 143
return-void
.line 145
:cond_5
monitor-enter p0
.line 146
:try_start_6
iget-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->done:Z
if-eqz v0, :cond_c
.line 147
monitor-exit p0
return-void
.line 149
:cond_c
const/4 v0, 0x1
iput-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->done:Z
.line 150
iget-boolean v1, p0, Lio/reactivex/subjects/SerializedSubject;->emitting:Z
if-eqz v1, :cond_29
.line 151
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 152
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_20
.line 153
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 154
iput-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 156
: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 157
monitor-exit p0
return-void
.line 159
.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/subjects/SerializedSubject;->emitting:Z
.line 160
monitor-exit p0
:try_end_2c
.catchall {:try_start_6 .. :try_end_2c} :catchall_32
.line 161
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->actual:Lio/reactivex/subjects/Subject;
invoke-virtual {v0}, Lio/reactivex/subjects/Subject;->onComplete()V
.line 162
return-void
.line 160
: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 110
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
iget-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->done:Z
if-eqz v0, :cond_8
.line 111
invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 112
return-void
.line 115
:cond_8
monitor-enter p0
.line 116
:try_start_9
iget-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->done:Z
if-eqz v0, :cond_f
.line 117
const/4 v0, 0x1
.local v0, "reportError":Z
goto :goto_30
.line 119
.end local v0 # "reportError":Z
:cond_f
const/4 v0, 0x1
iput-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->done:Z
.line 120
iget-boolean v1, p0, Lio/reactivex/subjects/SerializedSubject;->emitting:Z
if-eqz v1, :cond_2c
.line 121
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 122
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_23
.line 123
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 124
iput-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 126
: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 127
monitor-exit p0
return-void
.line 129
.end local v0 # "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
:cond_2c
const/4 v1, 0x0
.line 130
.local v1, "reportError":Z
iput-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->emitting:Z
move v0, v1
.line 132
.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 133
if-eqz v0, :cond_37
.line 134
invoke-static {p1}, Lio/reactivex/plugins/RxJavaPlugins;->onError(Ljava/lang/Throwable;)V
.line 135
return-void
.line 137
:cond_37
iget-object v1, p0, Lio/reactivex/subjects/SerializedSubject;->actual:Lio/reactivex/subjects/Subject;
invoke-virtual {v1, p1}, Lio/reactivex/subjects/Subject;->onError(Ljava/lang/Throwable;)V
.line 138
return-void
.line 132
.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 86
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
.local p1, "t":Ljava/lang/Object;, "TT;"
iget-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->done:Z
if-eqz v0, :cond_5
.line 87
return-void
.line 89
:cond_5
monitor-enter p0
.line 90
:try_start_6
iget-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->done:Z
if-eqz v0, :cond_c
.line 91
monitor-exit p0
return-void
.line 93
:cond_c
iget-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->emitting:Z
if-eqz v0, :cond_26
.line 94
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 95
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_1d
.line 96
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 97
iput-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 99
: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 100
monitor-exit p0
return-void
.line 102
.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/subjects/SerializedSubject;->emitting:Z
.line 103
monitor-exit p0
:try_end_2a
.catchall {:try_start_6 .. :try_end_2a} :catchall_33
.line 104
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->actual:Lio/reactivex/subjects/Subject;
invoke-virtual {v0, p1}, Lio/reactivex/subjects/Subject;->onNext(Ljava/lang/Object;)V
.line 105
invoke-virtual {p0}, Lio/reactivex/subjects/SerializedSubject;->emitLoop()V
.line 106
return-void
.line 103
: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(Lio/reactivex/disposables/Disposable;)V
.registers 5
.param p1, "s" # Lio/reactivex/disposables/Disposable;
.line 55
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
iget-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->done:Z
if-nez v0, :cond_2e
.line 56
monitor-enter p0
.line 57
:try_start_5
iget-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->done:Z
if-eqz v0, :cond_b
.line 58
const/4 v0, 0x1
.local v0, "cancel":Z
goto :goto_29
.line 60
.end local v0 # "cancel":Z
:cond_b
iget-boolean v0, p0, Lio/reactivex/subjects/SerializedSubject;->emitting:Z
if-eqz v0, :cond_25
.line 61
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 62
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_1c
.line 63
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 64
iput-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 66
:cond_1c
invoke-static {p1}, Lio/reactivex/internal/util/NotificationLite;->disposable(Lio/reactivex/disposables/Disposable;)Ljava/lang/Object;
move-result-object v1
invoke-virtual {v0, v1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->add(Ljava/lang/Object;)V
.line 67
monitor-exit p0
return-void
.line 69
.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/subjects/SerializedSubject;->emitting:Z
.line 70
const/4 v0, 0x0
.line 72
.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 74
:cond_2e
const/4 v0, 0x1
.line 76
.restart local v0 # "cancel":Z
:goto_2f
if-eqz v0, :cond_35
.line 77
invoke-interface {p1}, Lio/reactivex/disposables/Disposable;->dispose()V
goto :goto_3d
.line 79
:cond_35
iget-object v1, p0, Lio/reactivex/subjects/SerializedSubject;->actual:Lio/reactivex/subjects/Subject;
invoke-virtual {v1, p1}, Lio/reactivex/subjects/Subject;->onSubscribe(Lio/reactivex/disposables/Disposable;)V
.line 80
invoke-virtual {p0}, Lio/reactivex/subjects/SerializedSubject;->emitLoop()V
.line 82
:goto_3d
return-void
.end method
.method protected subscribeActual(Lio/reactivex/Observer;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/Observer<",
"-TT;>;)V"
}
.end annotation
.line 48
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
.local p1, "observer":Lio/reactivex/Observer;, "Lio/reactivex/Observer<-TT;>;"
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->actual:Lio/reactivex/subjects/Subject;
invoke-virtual {v0, p1}, Lio/reactivex/subjects/Subject;->subscribe(Lio/reactivex/Observer;)V
.line 49
return-void
.end method
.method public test(Ljava/lang/Object;)Z
.registers 3
.param p1, "o" # Ljava/lang/Object;
.line 182
.local p0, "this":Lio/reactivex/subjects/SerializedSubject;, "Lio/reactivex/subjects/SerializedSubject<TT;>;"
iget-object v0, p0, Lio/reactivex/subjects/SerializedSubject;->actual:Lio/reactivex/subjects/Subject;
invoke-static {p1, v0}, Lio/reactivex/internal/util/NotificationLite;->acceptFull(Ljava/lang/Object;Lio/reactivex/Observer;)Z
move-result v0
return v0
.end method