123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- .class public abstract Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;
- .super Ljava/util/concurrent/atomic/AtomicLong;
- .source "SinglePostCompleteSubscriber.java"
- # interfaces
- .implements Lorg/reactivestreams/Subscriber;
- .implements Lorg/reactivestreams/Subscription;
- # annotations
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "<T:",
- "Ljava/lang/Object;",
- "R:",
- "Ljava/lang/Object;",
- ">",
- "Ljava/util/concurrent/atomic/AtomicLong;",
- "Lorg/reactivestreams/Subscriber<",
- "TT;>;",
- "Lorg/reactivestreams/Subscription;"
- }
- .end annotation
- # static fields
- .field static final COMPLETE_MASK:J = -0x8000000000000000L
- .field static final REQUEST_MASK:J = 0x7fffffffffffffffL
- .field private static final serialVersionUID:J = 0x6de1ba4ffe60ebe0L
- # instance fields
- .field protected final actual:Lorg/reactivestreams/Subscriber;
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "Lorg/reactivestreams/Subscriber<",
- "-TR;>;"
- }
- .end annotation
- .end field
- .field protected produced:J
- .field protected s:Lorg/reactivestreams/Subscription;
- .field protected value:Ljava/lang/Object;
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "TR;"
- }
- .end annotation
- .end field
- # direct methods
- .method public constructor <init>(Lorg/reactivestreams/Subscriber;)V
- .locals 0
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "(",
- "Lorg/reactivestreams/Subscriber<",
- "-TR;>;)V"
- }
- .end annotation
- .line 50
- invoke-direct {p0}, Ljava/util/concurrent/atomic/AtomicLong;-><init>()V
- .line 51
- iput-object p1, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->actual:Lorg/reactivestreams/Subscriber;
- return-void
- .end method
- # virtual methods
- .method public cancel()V
- .locals 1
- .line 123
- iget-object v0, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->s:Lorg/reactivestreams/Subscription;
- invoke-interface {v0}, Lorg/reactivestreams/Subscription;->cancel()V
- return-void
- .end method
- .method protected final complete(Ljava/lang/Object;)V
- .locals 9
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "(TR;)V"
- }
- .end annotation
- .line 67
- iget-wide v0, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->produced:J
- const-wide/16 v2, 0x0
- cmp-long v4, v0, v2
- if-eqz v4, :cond_0
- .line 69
- invoke-static {p0, v0, v1}, Lio/reactivex/internal/util/BackpressureHelper;->produced(Ljava/util/concurrent/atomic/AtomicLong;J)J
- .line 73
- :cond_0
- :goto_0
- invoke-virtual {p0}, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->get()J
- move-result-wide v0
- const-wide/high16 v4, -0x8000000000000000L
- and-long v6, v0, v4
- cmp-long v8, v6, v2
- if-eqz v8, :cond_1
- .line 75
- invoke-virtual {p0, p1}, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->onDrop(Ljava/lang/Object;)V
- return-void
- :cond_1
- const-wide v6, 0x7fffffffffffffffL
- and-long/2addr v0, v6
- cmp-long v6, v0, v2
- if-eqz v6, :cond_2
- const-wide v0, -0x7fffffffffffffffL # -4.9E-324
- .line 79
- invoke-virtual {p0, v0, v1}, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->lazySet(J)V
- .line 80
- iget-object v0, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->actual:Lorg/reactivestreams/Subscriber;
- invoke-interface {v0, p1}, Lorg/reactivestreams/Subscriber;->onNext(Ljava/lang/Object;)V
- .line 81
- iget-object p1, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->actual:Lorg/reactivestreams/Subscriber;
- invoke-interface {p1}, Lorg/reactivestreams/Subscriber;->onComplete()V
- return-void
- .line 84
- :cond_2
- iput-object p1, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->value:Ljava/lang/Object;
- .line 85
- invoke-virtual {p0, v2, v3, v4, v5}, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->compareAndSet(JJ)Z
- move-result v0
- if-eqz v0, :cond_3
- return-void
- :cond_3
- const/4 v0, 0x0
- .line 88
- iput-object v0, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->value:Ljava/lang/Object;
- goto :goto_0
- .end method
- .method protected onDrop(Ljava/lang/Object;)V
- .locals 0
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "(TR;)V"
- }
- .end annotation
- return-void
- .end method
- .method public onSubscribe(Lorg/reactivestreams/Subscription;)V
- .locals 1
- .line 56
- iget-object v0, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->s: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 57
- iput-object p1, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->s:Lorg/reactivestreams/Subscription;
- .line 58
- iget-object p1, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->actual:Lorg/reactivestreams/Subscriber;
- invoke-interface {p1, p0}, Lorg/reactivestreams/Subscriber;->onSubscribe(Lorg/reactivestreams/Subscription;)V
- :cond_0
- return-void
- .end method
- .method public final request(J)V
- .locals 9
- .line 102
- invoke-static {p1, p2}, Lio/reactivex/internal/subscriptions/SubscriptionHelper;->validate(J)Z
- move-result v0
- if-eqz v0, :cond_2
- .line 104
- :cond_0
- invoke-virtual {p0}, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->get()J
- move-result-wide v0
- const-wide/high16 v2, -0x8000000000000000L
- and-long v4, v0, v2
- const-wide/16 v6, 0x0
- cmp-long v8, v4, v6
- if-eqz v8, :cond_1
- const-wide p1, -0x7fffffffffffffffL # -4.9E-324
- .line 106
- invoke-virtual {p0, v2, v3, p1, p2}, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->compareAndSet(JJ)Z
- move-result p1
- if-eqz p1, :cond_2
- .line 107
- iget-object p1, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->actual:Lorg/reactivestreams/Subscriber;
- iget-object p2, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->value:Ljava/lang/Object;
- invoke-interface {p1, p2}, Lorg/reactivestreams/Subscriber;->onNext(Ljava/lang/Object;)V
- .line 108
- iget-object p1, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->actual:Lorg/reactivestreams/Subscriber;
- invoke-interface {p1}, Lorg/reactivestreams/Subscriber;->onComplete()V
- goto :goto_0
- .line 112
- :cond_1
- invoke-static {v0, v1, p1, p2}, Lio/reactivex/internal/util/BackpressureHelper;->addCap(JJ)J
- move-result-wide v2
- .line 113
- invoke-virtual {p0, v0, v1, v2, v3}, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->compareAndSet(JJ)Z
- move-result v0
- if-eqz v0, :cond_0
- .line 114
- iget-object v0, p0, Lio/reactivex/internal/subscribers/SinglePostCompleteSubscriber;->s:Lorg/reactivestreams/Subscription;
- invoke-interface {v0, p1, p2}, Lorg/reactivestreams/Subscription;->request(J)V
- :cond_2
- :goto_0
- return-void
- .end method
|