BehaviorSubject$BehaviorDisposable.smali
.class final Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;
.super Ljava/lang/Object;
.source "BehaviorSubject.java"
# interfaces
.implements Lio/reactivex/disposables/Disposable;
.implements Lio/reactivex/internal/util/AppendOnlyLinkedArrayList$NonThrowingPredicate;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/reactivex/subjects/BehaviorSubject;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x18
name = "BehaviorDisposable"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lio/reactivex/disposables/Disposable;",
"Lio/reactivex/internal/util/AppendOnlyLinkedArrayList$NonThrowingPredicate<",
"Ljava/lang/Object;",
">;"
}
.end annotation
# instance fields
.field final actual:Lio/reactivex/Observer;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/Observer<",
"-TT;>;"
}
.end annotation
.end field
.field volatile cancelled:Z
.field emitting:Z
.field fastPath:Z
.field index:J
.field next: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 final state:Lio/reactivex/subjects/BehaviorSubject;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lio/reactivex/subjects/BehaviorSubject<",
"TT;>;"
}
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
.method constructor <init>(Lio/reactivex/Observer;Lio/reactivex/subjects/BehaviorSubject;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lio/reactivex/Observer<",
"-TT;>;",
"Lio/reactivex/subjects/BehaviorSubject<",
"TT;>;)V"
}
.end annotation
.line 404
.local p0, "this":Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;, "Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable<TT;>;"
.local p1, "actual":Lio/reactivex/Observer;, "Lio/reactivex/Observer<-TT;>;"
.local p2, "state":Lio/reactivex/subjects/BehaviorSubject;, "Lio/reactivex/subjects/BehaviorSubject<TT;>;"
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 405
iput-object p1, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->actual:Lio/reactivex/Observer;
.line 406
iput-object p2, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->state:Lio/reactivex/subjects/BehaviorSubject;
.line 407
return-void
.end method
# virtual methods
.method public dispose()V
.registers 2
.line 411
.local p0, "this":Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;, "Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable<TT;>;"
iget-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->cancelled:Z
if-nez v0, :cond_c
.line 412
const/4 v0, 0x1
iput-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->cancelled:Z
.line 414
iget-object v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->state:Lio/reactivex/subjects/BehaviorSubject;
invoke-virtual {v0, p0}, Lio/reactivex/subjects/BehaviorSubject;->remove(Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;)V
.line 416
:cond_c
return-void
.end method
.method emitFirst()V
.registers 6
.line 424
.local p0, "this":Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;, "Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable<TT;>;"
iget-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->cancelled:Z
if-eqz v0, :cond_5
.line 425
return-void
.line 428
:cond_5
monitor-enter p0
.line 429
:try_start_6
iget-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->cancelled:Z
if-eqz v0, :cond_c
.line 430
monitor-exit p0
return-void
.line 432
:cond_c
iget-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->next:Z
if-eqz v0, :cond_12
.line 433
monitor-exit p0
return-void
.line 436
:cond_12
iget-object v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->state:Lio/reactivex/subjects/BehaviorSubject;
.line 437
.local v0, "s":Lio/reactivex/subjects/BehaviorSubject;, "Lio/reactivex/subjects/BehaviorSubject<TT;>;"
iget-object v1, v0, Lio/reactivex/subjects/BehaviorSubject;->readLock:Ljava/util/concurrent/locks/Lock;
.line 439
.local v1, "lock":Ljava/util/concurrent/locks/Lock;
invoke-interface {v1}, Ljava/util/concurrent/locks/Lock;->lock()V
.line 440
iget-wide v2, v0, Lio/reactivex/subjects/BehaviorSubject;->index:J
iput-wide v2, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->index:J
.line 441
iget-object v2, v0, Lio/reactivex/subjects/BehaviorSubject;->value:Ljava/util/concurrent/atomic/AtomicReference;
invoke-virtual {v2}, Ljava/util/concurrent/atomic/AtomicReference;->get()Ljava/lang/Object;
move-result-object v2
.line 442
.local v2, "o":Ljava/lang/Object;
invoke-interface {v1}, Ljava/util/concurrent/locks/Lock;->unlock()V
.line 444
const/4 v3, 0x1
if-eqz v2, :cond_2b
const/4 v4, 0x1
goto :goto_2c
:cond_2b
const/4 v4, 0x0
:goto_2c
iput-boolean v4, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->emitting:Z
.line 445
iput-boolean v3, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->next:Z
.line 446
.end local v0 # "s":Lio/reactivex/subjects/BehaviorSubject;, "Lio/reactivex/subjects/BehaviorSubject<TT;>;"
.end local v1 # "lock":Ljava/util/concurrent/locks/Lock;
monitor-exit p0
:try_end_31
.catchall {:try_start_6 .. :try_end_31} :catchall_3e
.line 448
if-eqz v2, :cond_3d
.line 449
invoke-virtual {p0, v2}, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->test(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_3a
.line 450
return-void
.line 453
:cond_3a
invoke-virtual {p0}, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->emitLoop()V
.line 455
:cond_3d
return-void
.line 446
.end local v2 # "o":Ljava/lang/Object;
:catchall_3e
move-exception v0
:try_start_3f
monitor-exit p0
:try_end_40
.catchall {:try_start_3f .. :try_end_40} :catchall_3e
throw v0
.end method
.method emitLoop()V
.registers 3
.line 493
.local p0, "this":Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;, "Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable<TT;>;"
:goto_0
iget-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->cancelled:Z
if-eqz v0, :cond_5
.line 494
return-void
.line 497
:cond_5
monitor-enter p0
.line 498
:try_start_6
iget-object v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 499
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_f
.line 500
const/4 v1, 0x0
iput-boolean v1, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->emitting:Z
.line 501
monitor-exit p0
return-void
.line 503
:cond_f
const/4 v1, 0x0
iput-object v1, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 504
monitor-exit p0
:try_end_13
.catchall {:try_start_6 .. :try_end_13} :catchall_17
.line 506
invoke-virtual {v0, p0}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->forEachWhile(Lio/reactivex/internal/util/AppendOnlyLinkedArrayList$NonThrowingPredicate;)V
.line 507
.end local v0 # "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
goto :goto_0
.line 504
:catchall_17
move-exception v0
:try_start_18
monitor-exit p0
:try_end_19
.catchall {:try_start_18 .. :try_end_19} :catchall_17
goto :goto_1b
:goto_1a
throw v0
:goto_1b
goto :goto_1a
.end method
.method emitNext(Ljava/lang/Object;J)V
.registers 7
.param p1, "value" # Ljava/lang/Object;
.param p2, "stateIndex" # J
.line 458
.local p0, "this":Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;, "Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable<TT;>;"
iget-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->cancelled:Z
if-eqz v0, :cond_5
.line 459
return-void
.line 461
:cond_5
iget-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->fastPath:Z
if-nez v0, :cond_38
.line 462
monitor-enter p0
.line 463
:try_start_a
iget-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->cancelled:Z
if-eqz v0, :cond_10
.line 464
monitor-exit p0
return-void
.line 466
:cond_10
iget-wide v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->index:J
cmp-long v2, v0, p2
if-nez v2, :cond_18
.line 467
monitor-exit p0
return-void
.line 469
:cond_18
iget-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->emitting:Z
if-eqz v0, :cond_2e
.line 470
iget-object v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 471
.local v0, "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
if-nez v0, :cond_29
.line 472
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 473
iput-object v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->queue:Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;
.line 475
:cond_29
invoke-virtual {v0, p1}, Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;->add(Ljava/lang/Object;)V
.line 476
monitor-exit p0
return-void
.line 478
.end local v0 # "q":Lio/reactivex/internal/util/AppendOnlyLinkedArrayList;, "Lio/reactivex/internal/util/AppendOnlyLinkedArrayList<Ljava/lang/Object;>;"
:cond_2e
const/4 v0, 0x1
iput-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->next:Z
.line 479
monitor-exit p0
:try_end_32
.catchall {:try_start_a .. :try_end_32} :catchall_35
.line 480
iput-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->fastPath:Z
goto :goto_38
.line 479
:catchall_35
move-exception v0
:try_start_36
monitor-exit p0
:try_end_37
.catchall {:try_start_36 .. :try_end_37} :catchall_35
throw v0
.line 483
:cond_38
:goto_38
invoke-virtual {p0, p1}, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->test(Ljava/lang/Object;)Z
.line 484
return-void
.end method
.method public isDisposed()Z
.registers 2
.line 420
.local p0, "this":Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;, "Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable<TT;>;"
iget-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->cancelled:Z
return v0
.end method
.method public test(Ljava/lang/Object;)Z
.registers 3
.param p1, "o" # Ljava/lang/Object;
.line 488
.local p0, "this":Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;, "Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable<TT;>;"
iget-boolean v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->cancelled:Z
if-nez v0, :cond_f
iget-object v0, p0, Lio/reactivex/subjects/BehaviorSubject$BehaviorDisposable;->actual:Lio/reactivex/Observer;
invoke-static {p1, v0}, Lio/reactivex/internal/util/NotificationLite;->accept(Ljava/lang/Object;Lio/reactivex/Observer;)Z
move-result v0
if-eqz v0, :cond_d
goto :goto_f
:cond_d
const/4 v0, 0x0
goto :goto_10
:cond_f
:goto_f
const/4 v0, 0x1
:goto_10
return v0
.end method