145 lines
3.4 KiB
Smali
145 lines
3.4 KiB
Smali
|
.class public final Lrx/internal/producers/SingleProducer;
|
||
|
.super Ljava/util/concurrent/atomic/AtomicBoolean;
|
||
|
.source "SingleProducer.java"
|
||
|
|
||
|
# interfaces
|
||
|
.implements Lrx/Producer;
|
||
|
|
||
|
|
||
|
# annotations
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"<T:",
|
||
|
"Ljava/lang/Object;",
|
||
|
">",
|
||
|
"Ljava/util/concurrent/atomic/AtomicBoolean;",
|
||
|
"Lrx/Producer;"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
|
||
|
# static fields
|
||
|
.field private static final serialVersionUID:J = -0x2e8a53b866dafe2cL
|
||
|
|
||
|
|
||
|
# instance fields
|
||
|
.field final child:Lrx/Subscriber;
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"Lrx/Subscriber",
|
||
|
"<-TT;>;"
|
||
|
}
|
||
|
.end annotation
|
||
|
.end field
|
||
|
|
||
|
.field final value:Ljava/lang/Object;
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"TT;"
|
||
|
}
|
||
|
.end annotation
|
||
|
.end field
|
||
|
|
||
|
|
||
|
# direct methods
|
||
|
.method public constructor <init>(Lrx/Subscriber;Ljava/lang/Object;)V
|
||
|
.locals 0
|
||
|
.annotation system Ldalvik/annotation/Signature;
|
||
|
value = {
|
||
|
"(",
|
||
|
"Lrx/Subscriber",
|
||
|
"<-TT;>;TT;)V"
|
||
|
}
|
||
|
.end annotation
|
||
|
|
||
|
.prologue
|
||
|
.local p0, "this":Lrx/internal/producers/SingleProducer;, "Lrx/internal/producers/SingleProducer<TT;>;"
|
||
|
.local p1, "child":Lrx/Subscriber;, "Lrx/Subscriber<-TT;>;"
|
||
|
.local p2, "value":Ljava/lang/Object;, "TT;"
|
||
|
invoke-direct {p0}, Ljava/util/concurrent/atomic/AtomicBoolean;-><init>()V
|
||
|
|
||
|
iput-object p1, p0, Lrx/internal/producers/SingleProducer;->child:Lrx/Subscriber;
|
||
|
|
||
|
iput-object p2, p0, Lrx/internal/producers/SingleProducer;->value:Ljava/lang/Object;
|
||
|
|
||
|
return-void
|
||
|
.end method
|
||
|
|
||
|
|
||
|
# virtual methods
|
||
|
.method public request(J)V
|
||
|
.locals 7
|
||
|
.param p1, "n" # J
|
||
|
|
||
|
.prologue
|
||
|
.local p0, "this":Lrx/internal/producers/SingleProducer;, "Lrx/internal/producers/SingleProducer<TT;>;"
|
||
|
const-wide/16 v4, 0x0
|
||
|
|
||
|
cmp-long v3, p1, v4
|
||
|
|
||
|
if-gez v3, :cond_0
|
||
|
|
||
|
new-instance v3, Ljava/lang/IllegalArgumentException;
|
||
|
|
||
|
const-string v4, "n >= 0 required"
|
||
|
|
||
|
invoke-direct {v3, v4}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
|
||
|
|
||
|
throw v3
|
||
|
|
||
|
:cond_0
|
||
|
cmp-long v3, p1, v4
|
||
|
|
||
|
if-nez v3, :cond_2
|
||
|
|
||
|
:cond_1
|
||
|
:goto_0
|
||
|
return-void
|
||
|
|
||
|
:cond_2
|
||
|
const/4 v3, 0x0
|
||
|
|
||
|
const/4 v4, 0x1
|
||
|
|
||
|
invoke-virtual {p0, v3, v4}, Lrx/internal/producers/SingleProducer;->compareAndSet(ZZ)Z
|
||
|
|
||
|
move-result v3
|
||
|
|
||
|
if-eqz v3, :cond_1
|
||
|
|
||
|
iget-object v0, p0, Lrx/internal/producers/SingleProducer;->child:Lrx/Subscriber;
|
||
|
|
||
|
.local v0, "c":Lrx/Subscriber;, "Lrx/Subscriber<-TT;>;"
|
||
|
iget-object v2, p0, Lrx/internal/producers/SingleProducer;->value:Ljava/lang/Object;
|
||
|
|
||
|
.local v2, "v":Ljava/lang/Object;, "TT;"
|
||
|
invoke-virtual {v0}, Lrx/Subscriber;->isUnsubscribed()Z
|
||
|
|
||
|
move-result v3
|
||
|
|
||
|
if-nez v3, :cond_1
|
||
|
|
||
|
:try_start_0
|
||
|
invoke-virtual {v0, v2}, Lrx/Subscriber;->onNext(Ljava/lang/Object;)V
|
||
|
:try_end_0
|
||
|
.catch Ljava/lang/Throwable; {:try_start_0 .. :try_end_0} :catch_0
|
||
|
|
||
|
invoke-virtual {v0}, Lrx/Subscriber;->isUnsubscribed()Z
|
||
|
|
||
|
move-result v3
|
||
|
|
||
|
if-nez v3, :cond_1
|
||
|
|
||
|
invoke-virtual {v0}, Lrx/Subscriber;->onCompleted()V
|
||
|
|
||
|
goto :goto_0
|
||
|
|
||
|
:catch_0
|
||
|
move-exception v1
|
||
|
|
||
|
.local v1, "e":Ljava/lang/Throwable;
|
||
|
invoke-static {v1, v0, v2}, Lrx/exceptions/Exceptions;->throwOrReport(Ljava/lang/Throwable;Lrx/Observer;Ljava/lang/Object;)V
|
||
|
|
||
|
goto :goto_0
|
||
|
.end method
|