OperatorPublish$PublishSubscriber.smali
.class final Lrx/internal/operators/OperatorPublish$PublishSubscriber;
.super Lrx/Subscriber;
.source "OperatorPublish.java"
# interfaces
.implements Lrx/Subscription;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lrx/internal/operators/OperatorPublish;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x18
name = "PublishSubscriber"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Lrx/Subscriber<",
"TT;>;",
"Lrx/Subscription;"
}
.end annotation
# static fields
.field static final EMPTY:[Lrx/internal/operators/OperatorPublish$InnerProducer;
.field static final TERMINATED:[Lrx/internal/operators/OperatorPublish$InnerProducer;
# instance fields
.field final current:Ljava/util/concurrent/atomic/AtomicReference;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/concurrent/atomic/AtomicReference<",
"Lrx/internal/operators/OperatorPublish$PublishSubscriber<",
"TT;>;>;"
}
.end annotation
.end field
.field emitting:Z
.field missed:Z
.field final producers:Ljava/util/concurrent/atomic/AtomicReference;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/concurrent/atomic/AtomicReference<",
"[",
"Lrx/internal/operators/OperatorPublish$InnerProducer;",
">;"
}
.end annotation
.end field
.field final queue:Ljava/util/Queue;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Queue<",
"Ljava/lang/Object;",
">;"
}
.end annotation
.end field
.field final shouldConnect:Ljava/util/concurrent/atomic/AtomicBoolean;
.field volatile terminalEvent:Ljava/lang/Object;
# direct methods
.method static constructor <clinit>()V
.registers 2
const/4 v0, 0x0
.line 1
new-array v1, v0, [Lrx/internal/operators/OperatorPublish$InnerProducer;
sput-object v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->EMPTY:[Lrx/internal/operators/OperatorPublish$InnerProducer;
.line 2
new-array v0, v0, [Lrx/internal/operators/OperatorPublish$InnerProducer;
sput-object v0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->TERMINATED:[Lrx/internal/operators/OperatorPublish$InnerProducer;
return-void
.end method
.method public constructor <init>(Ljava/util/concurrent/atomic/AtomicReference;)V
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/concurrent/atomic/AtomicReference<",
"Lrx/internal/operators/OperatorPublish$PublishSubscriber<",
"TT;>;>;)V"
}
.end annotation
.line 1
invoke-direct {p0}, Lrx/Subscriber;-><init>()V
.line 2
invoke-static {}, Lrx/internal/util/unsafe/UnsafeAccess;->isUnsafeAvailable()Z
move-result v0
if-eqz v0, :cond_11
new-instance v0, Lrx/internal/util/unsafe/SpscArrayQueue;
sget v1, Lrx/internal/util/RxRingBuffer;->SIZE:I
invoke-direct {v0, v1}, Lrx/internal/util/unsafe/SpscArrayQueue;-><init>(I)V
goto :goto_18
:cond_11
new-instance v0, Lrx/internal/util/atomic/SpscAtomicArrayQueue;
sget v1, Lrx/internal/util/RxRingBuffer;->SIZE:I
invoke-direct {v0, v1}, Lrx/internal/util/atomic/SpscAtomicArrayQueue;-><init>(I)V
:goto_18
iput-object v0, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->queue:Ljava/util/Queue;
.line 3
new-instance v0, Ljava/util/concurrent/atomic/AtomicReference;
sget-object v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->EMPTY:[Lrx/internal/operators/OperatorPublish$InnerProducer;
invoke-direct {v0, v1}, Ljava/util/concurrent/atomic/AtomicReference;-><init>(Ljava/lang/Object;)V
iput-object v0, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->producers:Ljava/util/concurrent/atomic/AtomicReference;
.line 4
iput-object p1, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->current:Ljava/util/concurrent/atomic/AtomicReference;
.line 5
new-instance p1, Ljava/util/concurrent/atomic/AtomicBoolean;
invoke-direct {p1}, Ljava/util/concurrent/atomic/AtomicBoolean;-><init>()V
iput-object p1, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->shouldConnect:Ljava/util/concurrent/atomic/AtomicBoolean;
return-void
.end method
# virtual methods
.method add(Lrx/internal/operators/OperatorPublish$InnerProducer;)Z
.registers 6
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/internal/operators/OperatorPublish$InnerProducer<",
"TT;>;)Z"
}
.end annotation
if-eqz p1, :cond_24
.line 1
:cond_2
iget-object v0, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->producers:Ljava/util/concurrent/atomic/AtomicReference;
invoke-virtual {v0}, Ljava/util/concurrent/atomic/AtomicReference;->get()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lrx/internal/operators/OperatorPublish$InnerProducer;
.line 2
sget-object v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->TERMINATED:[Lrx/internal/operators/OperatorPublish$InnerProducer;
const/4 v2, 0x0
if-ne v0, v1, :cond_10
return v2
.line 3
:cond_10
array-length v1, v0
add-int/lit8 v3, v1, 0x1
.line 4
new-array v3, v3, [Lrx/internal/operators/OperatorPublish$InnerProducer;
.line 5
invoke-static {v0, v2, v3, v2, v1}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
.line 6
aput-object p1, v3, v1
.line 7
iget-object v1, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->producers:Ljava/util/concurrent/atomic/AtomicReference;
invoke-virtual {v1, v0, v3}, Ljava/util/concurrent/atomic/AtomicReference;->compareAndSet(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_2
const/4 p1, 0x1
return p1
.line 8
:cond_24
new-instance p1, Ljava/lang/NullPointerException;
invoke-direct {p1}, Ljava/lang/NullPointerException;-><init>()V
goto :goto_2b
:goto_2a
throw p1
:goto_2b
goto :goto_2a
.end method
.method checkTerminated(Ljava/lang/Object;Z)Z
.registers 7
const/4 v0, 0x0
if-eqz p1, :cond_5b
.line 1
invoke-static {p1}, Lrx/internal/operators/NotificationLite;->isCompleted(Ljava/lang/Object;)Z
move-result v1
const/4 v2, 0x0
const/4 v3, 0x1
if-eqz v1, :cond_32
if-eqz p2, :cond_5b
.line 2
iget-object p1, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->current:Ljava/util/concurrent/atomic/AtomicReference;
invoke-virtual {p1, p0, v2}, Ljava/util/concurrent/atomic/AtomicReference;->compareAndSet(Ljava/lang/Object;Ljava/lang/Object;)Z
.line 3
:try_start_12
iget-object p1, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->producers:Ljava/util/concurrent/atomic/AtomicReference;
sget-object p2, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->TERMINATED:[Lrx/internal/operators/OperatorPublish$InnerProducer;
invoke-virtual {p1, p2}, Ljava/util/concurrent/atomic/AtomicReference;->getAndSet(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
check-cast p1, [Lrx/internal/operators/OperatorPublish$InnerProducer;
array-length p2, p1
:goto_1d
if-ge v0, p2, :cond_29
aget-object v1, p1, v0
.line 4
iget-object v1, v1, Lrx/internal/operators/OperatorPublish$InnerProducer;->child:Lrx/Subscriber;
invoke-interface {v1}, Lrx/Observer;->onCompleted()V
:try_end_26
.catchall {:try_start_12 .. :try_end_26} :catchall_2d
add-int/lit8 v0, v0, 0x1
goto :goto_1d
.line 5
:cond_29
invoke-virtual {p0}, Lrx/Subscriber;->unsubscribe()V
return v3
:catchall_2d
move-exception p1
invoke-virtual {p0}, Lrx/Subscriber;->unsubscribe()V
throw p1
.line 6
:cond_32
invoke-static {p1}, Lrx/internal/operators/NotificationLite;->getError(Ljava/lang/Object;)Ljava/lang/Throwable;
move-result-object p1
.line 7
iget-object p2, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->current:Ljava/util/concurrent/atomic/AtomicReference;
invoke-virtual {p2, p0, v2}, Ljava/util/concurrent/atomic/AtomicReference;->compareAndSet(Ljava/lang/Object;Ljava/lang/Object;)Z
.line 8
:try_start_3b
iget-object p2, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->producers:Ljava/util/concurrent/atomic/AtomicReference;
sget-object v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->TERMINATED:[Lrx/internal/operators/OperatorPublish$InnerProducer;
invoke-virtual {p2, v1}, Ljava/util/concurrent/atomic/AtomicReference;->getAndSet(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p2
check-cast p2, [Lrx/internal/operators/OperatorPublish$InnerProducer;
array-length v1, p2
:goto_46
if-ge v0, v1, :cond_52
aget-object v2, p2, v0
.line 9
iget-object v2, v2, Lrx/internal/operators/OperatorPublish$InnerProducer;->child:Lrx/Subscriber;
invoke-interface {v2, p1}, Lrx/Observer;->onError(Ljava/lang/Throwable;)V
:try_end_4f
.catchall {:try_start_3b .. :try_end_4f} :catchall_56
add-int/lit8 v0, v0, 0x1
goto :goto_46
.line 10
:cond_52
invoke-virtual {p0}, Lrx/Subscriber;->unsubscribe()V
return v3
:catchall_56
move-exception p1
invoke-virtual {p0}, Lrx/Subscriber;->unsubscribe()V
throw p1
:cond_5b
return v0
.end method
.method dispatch()V
.registers 19
move-object/from16 v1, p0
.line 1
monitor-enter p0
.line 2
:try_start_3
iget-boolean v0, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->emitting:Z
const/4 v2, 0x1
if-eqz v0, :cond_c
.line 3
iput-boolean v2, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->missed:Z
.line 4
monitor-exit p0
return-void
.line 5
:cond_c
iput-boolean v2, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->emitting:Z
const/4 v3, 0x0
.line 6
iput-boolean v3, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->missed:Z
.line 7
monitor-exit p0
:try_end_12
.catchall {:try_start_3 .. :try_end_12} :catchall_ef
.line 8
:goto_12
:try_start_12
iget-object v0, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->terminalEvent:Ljava/lang/Object;
.line 9
iget-object v4, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->queue:Ljava/util/Queue;
invoke-interface {v4}, Ljava/util/Queue;->isEmpty()Z
move-result v4
.line 10
invoke-virtual {v1, v0, v4}, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->checkTerminated(Ljava/lang/Object;Z)Z
move-result v0
if-eqz v0, :cond_21
return-void
:cond_21
if-nez v4, :cond_c8
.line 11
iget-object v0, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->producers:Ljava/util/concurrent/atomic/AtomicReference;
invoke-virtual {v0}, Ljava/util/concurrent/atomic/AtomicReference;->get()Ljava/lang/Object;
move-result-object v0
move-object v5, v0
check-cast v5, [Lrx/internal/operators/OperatorPublish$InnerProducer;
.line 12
array-length v0, v5
const-wide v6, 0x7fffffffffffffffL
.line 13
array-length v8, v5
move-wide v9, v6
const/4 v6, 0x0
const/4 v7, 0x0
:goto_36
const-wide/16 v11, 0x0
if-ge v6, v8, :cond_54
aget-object v13, v5, v6
.line 14
invoke-virtual {v13}, Ljava/util/concurrent/atomic/AtomicLong;->get()J
move-result-wide v13
cmp-long v15, v13, v11
if-ltz v15, :cond_49
.line 15
invoke-static {v9, v10, v13, v14}, Ljava/lang/Math;->min(JJ)J
move-result-wide v9
goto :goto_51
:cond_49
const-wide/high16 v11, -0x8000000000000000L
cmp-long v15, v13, v11
if-nez v15, :cond_51
add-int/lit8 v7, v7, 0x1
:cond_51
:goto_51
add-int/lit8 v6, v6, 0x1
goto :goto_36
:cond_54
const-wide/16 v13, 0x1
if-ne v0, v7, :cond_70
.line 16
iget-object v0, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->terminalEvent:Ljava/lang/Object;
.line 17
iget-object v4, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->queue:Ljava/util/Queue;
invoke-interface {v4}, Ljava/util/Queue;->poll()Ljava/lang/Object;
move-result-object v4
if-nez v4, :cond_64
const/4 v4, 0x1
goto :goto_65
:cond_64
const/4 v4, 0x0
.line 18
:goto_65
invoke-virtual {v1, v0, v4}, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->checkTerminated(Ljava/lang/Object;Z)Z
move-result v0
if-eqz v0, :cond_6c
return-void
.line 19
:cond_6c
invoke-virtual {v1, v13, v14}, Lrx/Subscriber;->request(J)V
goto :goto_12
:cond_70
move v0, v4
const/4 v4, 0x0
:goto_72
int-to-long v6, v4
cmp-long v8, v6, v9
if-gez v8, :cond_bb
.line 20
iget-object v0, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->terminalEvent:Ljava/lang/Object;
.line 21
iget-object v8, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->queue:Ljava/util/Queue;
invoke-interface {v8}, Ljava/util/Queue;->poll()Ljava/lang/Object;
move-result-object v8
if-nez v8, :cond_83
const/4 v15, 0x1
goto :goto_84
:cond_83
const/4 v15, 0x0
.line 22
:goto_84
invoke-virtual {v1, v0, v15}, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->checkTerminated(Ljava/lang/Object;Z)Z
move-result v0
if-eqz v0, :cond_8b
return-void
:cond_8b
if-eqz v15, :cond_8e
goto :goto_bc
.line 23
:cond_8e
invoke-static {v8}, Lrx/internal/operators/NotificationLite;->getValue(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v6
.line 24
array-length v7, v5
const/4 v8, 0x0
:goto_94
if-ge v8, v7, :cond_b6
aget-object v2, v5, v8
.line 25
invoke-virtual {v2}, Ljava/util/concurrent/atomic/AtomicLong;->get()J
move-result-wide v16
:try_end_9c
.catchall {:try_start_12 .. :try_end_9c} :catchall_e2
cmp-long v0, v16, v11
if-lez v0, :cond_b2
.line 26
:try_start_a0
iget-object v0, v2, Lrx/internal/operators/OperatorPublish$InnerProducer;->child:Lrx/Subscriber;
invoke-interface {v0, v6}, Lrx/Observer;->onNext(Ljava/lang/Object;)V
:try_end_a5
.catch Ljava/lang/Throwable; {:try_start_a0 .. :try_end_a5} :catch_a9
.catchall {:try_start_a0 .. :try_end_a5} :catchall_e2
.line 27
:try_start_a5
invoke-virtual {v2, v13, v14}, Lrx/internal/operators/OperatorPublish$InnerProducer;->produced(J)J
goto :goto_b2
:catch_a9
move-exception v0
.line 28
invoke-virtual {v2}, Lrx/internal/operators/OperatorPublish$InnerProducer;->unsubscribe()V
.line 29
iget-object v2, v2, Lrx/internal/operators/OperatorPublish$InnerProducer;->child:Lrx/Subscriber;
invoke-static {v0, v2, v6}, Lrx/exceptions/Exceptions;->throwOrReport(Ljava/lang/Throwable;Lrx/Observer;Ljava/lang/Object;)V
:cond_b2
:goto_b2
add-int/lit8 v8, v8, 0x1
const/4 v2, 0x1
goto :goto_94
:cond_b6
add-int/lit8 v4, v4, 0x1
move v0, v15
const/4 v2, 0x1
goto :goto_72
:cond_bb
move v15, v0
:goto_bc
if-lez v4, :cond_c1
.line 30
invoke-virtual {v1, v6, v7}, Lrx/Subscriber;->request(J)V
:cond_c1
cmp-long v0, v9, v11
if-eqz v0, :cond_c8
if-nez v15, :cond_c8
goto :goto_d7
.line 31
:cond_c8
monitor-enter p0
:try_end_c9
.catchall {:try_start_a5 .. :try_end_c9} :catchall_e2
.line 32
:try_start_c9
iget-boolean v0, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->missed:Z
if-nez v0, :cond_d4
.line 33
iput-boolean v3, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->emitting:Z
:try_end_cf
.catchall {:try_start_c9 .. :try_end_cf} :catchall_da
.line 34
:try_start_cf
monitor-exit p0
:try_end_d0
.catchall {:try_start_cf .. :try_end_d0} :catchall_d1
return-void
:catchall_d1
move-exception v0
const/4 v2, 0x1
goto :goto_dc
.line 35
:cond_d4
:try_start_d4
iput-boolean v3, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->missed:Z
.line 36
monitor-exit p0
:try_end_d7
.catchall {:try_start_d4 .. :try_end_d7} :catchall_da
:goto_d7
const/4 v2, 0x1
goto/16 :goto_12
:catchall_da
move-exception v0
const/4 v2, 0x0
:goto_dc
:try_start_dc
monitor-exit p0
:try_end_dd
.catchall {:try_start_dc .. :try_end_dd} :catchall_e0
:try_start_dd
throw v0
:try_end_de
.catchall {:try_start_dd .. :try_end_de} :catchall_de
:catchall_de
move-exception v0
goto :goto_e4
:catchall_e0
move-exception v0
goto :goto_dc
:catchall_e2
move-exception v0
const/4 v2, 0x0
:goto_e4
if-nez v2, :cond_ee
.line 37
monitor-enter p0
.line 38
:try_start_e7
iput-boolean v3, v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->emitting:Z
.line 39
monitor-exit p0
goto :goto_ee
:catchall_eb
move-exception v0
monitor-exit p0
:try_end_ed
.catchall {:try_start_e7 .. :try_end_ed} :catchall_eb
throw v0
:cond_ee
:goto_ee
throw v0
:catchall_ef
move-exception v0
.line 40
:try_start_f0
monitor-exit p0
:try_end_f1
.catchall {:try_start_f0 .. :try_end_f1} :catchall_ef
goto :goto_f3
:goto_f2
throw v0
:goto_f3
goto :goto_f2
.end method
.method init()V
.registers 2
.line 1
new-instance v0, Lrx/internal/operators/OperatorPublish$PublishSubscriber$1;
invoke-direct {v0, p0}, Lrx/internal/operators/OperatorPublish$PublishSubscriber$1;-><init>(Lrx/internal/operators/OperatorPublish$PublishSubscriber;)V
invoke-static {v0}, Lrx/subscriptions/Subscriptions;->create(Lrx/functions/Action0;)Lrx/Subscription;
move-result-object v0
invoke-virtual {p0, v0}, Lrx/Subscriber;->add(Lrx/Subscription;)V
return-void
.end method
.method public onCompleted()V
.registers 2
.line 1
iget-object v0, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->terminalEvent:Ljava/lang/Object;
if-nez v0, :cond_d
.line 2
invoke-static {}, Lrx/internal/operators/NotificationLite;->completed()Ljava/lang/Object;
move-result-object v0
iput-object v0, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->terminalEvent:Ljava/lang/Object;
.line 3
invoke-virtual {p0}, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->dispatch()V
:cond_d
return-void
.end method
.method public onError(Ljava/lang/Throwable;)V
.registers 3
.line 1
iget-object v0, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->terminalEvent:Ljava/lang/Object;
if-nez v0, :cond_d
.line 2
invoke-static {p1}, Lrx/internal/operators/NotificationLite;->error(Ljava/lang/Throwable;)Ljava/lang/Object;
move-result-object p1
iput-object p1, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->terminalEvent:Ljava/lang/Object;
.line 3
invoke-virtual {p0}, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->dispatch()V
:cond_d
return-void
.end method
.method public onNext(Ljava/lang/Object;)V
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(TT;)V"
}
.end annotation
.line 1
iget-object v0, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->queue:Ljava/util/Queue;
invoke-static {p1}, Lrx/internal/operators/NotificationLite;->next(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
invoke-interface {v0, p1}, Ljava/util/Queue;->offer(Ljava/lang/Object;)Z
move-result p1
if-nez p1, :cond_15
.line 2
new-instance p1, Lrx/exceptions/MissingBackpressureException;
invoke-direct {p1}, Lrx/exceptions/MissingBackpressureException;-><init>()V
invoke-virtual {p0, p1}, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->onError(Ljava/lang/Throwable;)V
goto :goto_18
.line 3
:cond_15
invoke-virtual {p0}, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->dispatch()V
:goto_18
return-void
.end method
.method public onStart()V
.registers 3
.line 1
sget v0, Lrx/internal/util/RxRingBuffer;->SIZE:I
int-to-long v0, v0
invoke-virtual {p0, v0, v1}, Lrx/Subscriber;->request(J)V
return-void
.end method
.method remove(Lrx/internal/operators/OperatorPublish$InnerProducer;)V
.registers 8
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lrx/internal/operators/OperatorPublish$InnerProducer<",
"TT;>;)V"
}
.end annotation
.line 1
:cond_0
iget-object v0, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->producers:Ljava/util/concurrent/atomic/AtomicReference;
invoke-virtual {v0}, Ljava/util/concurrent/atomic/AtomicReference;->get()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lrx/internal/operators/OperatorPublish$InnerProducer;
.line 2
sget-object v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->EMPTY:[Lrx/internal/operators/OperatorPublish$InnerProducer;
if-eq v0, v1, :cond_44
sget-object v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->TERMINATED:[Lrx/internal/operators/OperatorPublish$InnerProducer;
if-ne v0, v1, :cond_11
goto :goto_44
:cond_11
const/4 v1, -0x1
.line 3
array-length v2, v0
const/4 v3, 0x0
const/4 v4, 0x0
:goto_15
if-ge v4, v2, :cond_24
.line 4
aget-object v5, v0, v4
invoke-virtual {v5, p1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v5
if-eqz v5, :cond_21
move v1, v4
goto :goto_24
:cond_21
add-int/lit8 v4, v4, 0x1
goto :goto_15
:cond_24
:goto_24
if-gez v1, :cond_27
return-void
:cond_27
const/4 v4, 0x1
if-ne v2, v4, :cond_2d
.line 5
sget-object v1, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->EMPTY:[Lrx/internal/operators/OperatorPublish$InnerProducer;
goto :goto_3c
:cond_2d
add-int/lit8 v5, v2, -0x1
.line 6
new-array v5, v5, [Lrx/internal/operators/OperatorPublish$InnerProducer;
.line 7
invoke-static {v0, v3, v5, v3, v1}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
add-int/lit8 v3, v1, 0x1
sub-int/2addr v2, v1
sub-int/2addr v2, v4
.line 8
invoke-static {v0, v3, v5, v1, v2}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
move-object v1, v5
.line 9
:goto_3c
iget-object v2, p0, Lrx/internal/operators/OperatorPublish$PublishSubscriber;->producers:Ljava/util/concurrent/atomic/AtomicReference;
invoke-virtual {v2, v0, v1}, Ljava/util/concurrent/atomic/AtomicReference;->compareAndSet(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_0
:cond_44
:goto_44
return-void
.end method