final class io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber<T, R> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber
super_class: java.util.concurrent.atomic.AtomicInteger
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -3491074160481096299
final org.reactivestreams.Subscriber<? super R> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TR;>;
final io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<? extends R>> mapper;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;
final int bufferSize;
descriptor: I
flags: (0x0010) ACC_FINAL
final boolean delayErrors;
descriptor: Z
flags: (0x0010) ACC_FINAL
volatile boolean done;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
final io.reactivex.internal.util.AtomicThrowable error;
descriptor: Lio/reactivex/internal/util/AtomicThrowable;
flags: (0x0010) ACC_FINAL
volatile boolean cancelled;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
org.reactivestreams.Subscription upstream;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0000)
final java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber<T, R>> active;
descriptor: Ljava/util/concurrent/atomic/AtomicReference;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;>;
final java.util.concurrent.atomic.AtomicLong requested;
descriptor: Ljava/util/concurrent/atomic/AtomicLong;
flags: (0x0010) ACC_FINAL
static final io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber<java.lang.Object, java.lang.Object> CANCELLED;
descriptor: Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
flags: (0x0018) ACC_STATIC, ACC_FINAL
Signature: Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<Ljava/lang/Object;Ljava/lang/Object;>;
volatile long unique;
descriptor: J
flags: (0x0040) ACC_VOLATILE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=0, args_size=0
0: new io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
dup
aconst_null
ldc -1
iconst_1
invokespecial io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.<init>:(Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;JI)V
putstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
1: getstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.cancel:()V
2: return
LocalVariableTable:
Start End Slot Name Signature
void <init>(org.reactivestreams.Subscriber<? super R>, io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<? extends R>>, int, );
descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;IZ)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
1: aload 0
new java.util.concurrent.atomic.AtomicReference
dup
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
2: aload 0
new java.util.concurrent.atomic.AtomicLong
dup
invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
3: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.downstream:Lorg/reactivestreams/Subscriber;
4: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.mapper:Lio/reactivex/functions/Function;
5: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.bufferSize:I
6: aload 0
iload 4
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
7: aload 0
new io.reactivex.internal.util.AtomicThrowable
dup
invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
8: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
0 9 1 actual Lorg/reactivestreams/Subscriber<-TR;>;
0 9 2 mapper Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;
0 9 3 bufferSize I
0 9 4 delayErrors Z
Signature: (Lorg/reactivestreams/Subscriber<-TR;>;Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<+TR;>;>;IZ)V
MethodParameters:
Name Flags
actual
mapper
bufferSize
delayErrors
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
ifeq 3
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
0 4 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
lconst_1
ladd
lstore 2
start local 2 3: aload 0
lload 2
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
checkcast io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
astore 4
start local 4 5: aload 4
ifnull 7
6: aload 4
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.cancel:()V
7: StackMap locals: long io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.mapper:Lio/reactivex/functions/Function;
aload 1
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
ldc "The publisher returned is null"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
astore 5
start local 5 8: goto 14
end local 5 StackMap locals:
StackMap stack: java.lang.Throwable
9: astore 6
start local 6 10: aload 6
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
11: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
12: aload 0
aload 6
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.onError:(Ljava/lang/Throwable;)V
13: return
end local 6 start local 5 14: StackMap locals: org.reactivestreams.Publisher
StackMap stack:
new io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
dup
aload 0
lload 2
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.bufferSize:I
invokespecial io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.<init>:(Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;JI)V
astore 6
start local 6 15: StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
checkcast io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
astore 4
16: aload 4
getstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
if_acmpne 18
17: goto 20
18: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
aload 4
aload 6
invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 15
19: aload 5
aload 6
invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
20: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
0 21 1 t TT;
3 21 2 c J
5 21 4 inner Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
8 9 5 p Lorg/reactivestreams/Publisher<+TR;>;
14 21 5 p Lorg/reactivestreams/Publisher<+TR;>;
10 14 6 e Ljava/lang/Throwable;
15 21 6 nextInner Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
Exception table:
from to target type
7 8 9 Class java.lang.Throwable
Signature: (TT;)V
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
ifne 6
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
aload 1
invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
ifeq 6
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
ifne 3
2: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.disposeInner:()V
3: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
4: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
5: goto 7
6: StackMap locals:
StackMap stack:
aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
0 8 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
3: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: lload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
ifeq 6
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
lload 1
invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
pop2
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
lconst_0
lcmp
ifne 5
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
ldc 9223372036854775807
invokeinterface org.reactivestreams.Subscription.request:(J)V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
0 7 1 n J
MethodParameters:
Name Flags
n
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.cancelled:Z
ifne 4
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.cancelled:Z
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
3: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.disposeInner:()V
4: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
void disposeInner();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
checkcast io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
astore 1
start local 1 1: aload 1
getstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
if_acmpeq 5
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
getstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
astore 1
3: aload 1
getstatic io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.CANCELLED:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber;
if_acmpeq 5
aload 1
ifnull 5
4: aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.cancel:()V
5: StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
1 6 1 a Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
void drain();
descriptor: ()V
flags: (0x0000)
Code:
stack=4, locals=14, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.getAndIncrement:()I
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.downstream:Lorg/reactivestreams/Subscriber;
astore 1
start local 1 3: iconst_1
istore 2
start local 2 4: StackMap locals: org.reactivestreams.Subscriber int
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.cancelled:Z
ifeq 7
5: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
aconst_null
invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
6: return
7: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.done:Z
ifeq 24
8: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
ifeq 16
9: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
ifnonnull 24
10: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
checkcast java.lang.Throwable
astore 3
start local 3 11: aload 3
ifnull 14
12: aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
13: goto 15
14: StackMap locals: java.lang.Throwable
StackMap stack:
aload 1
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
15: StackMap locals:
StackMap stack:
return
end local 3 16: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
checkcast java.lang.Throwable
astore 3
start local 3 17: aload 3
ifnull 21
18: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.disposeInner:()V
19: aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
20: return
21: StackMap locals: java.lang.Throwable
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
ifnonnull 24
22: aload 1
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
23: return
end local 3 24: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
checkcast io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
astore 3
start local 3 25: aload 3
ifnull 26
aload 3
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
goto 27
StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
StackMap stack:
26: aconst_null
StackMap locals:
StackMap stack: io.reactivex.internal.fuseable.SimpleQueue
27: astore 4
start local 4 28: aload 4
ifnull 89
29: aload 3
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.done:Z
ifeq 42
30: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
ifne 39
31: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
checkcast java.lang.Throwable
astore 5
start local 5 32: aload 5
ifnull 36
33: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.disposeInner:()V
34: aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
35: return
36: StackMap locals: io.reactivex.internal.fuseable.SimpleQueue java.lang.Throwable
StackMap stack:
aload 4
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.isEmpty:()Z
ifeq 42
37: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
aload 3
aconst_null
invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
pop
38: goto 4
end local 5 39: StackMap locals:
StackMap stack:
aload 4
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.isEmpty:()Z
ifeq 42
40: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
aload 3
aconst_null
invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
pop
41: goto 4
42: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
lstore 5
start local 5 43: lconst_0
lstore 7
start local 7 44: iconst_0
istore 9
start local 9 45: goto 81
46: StackMap locals: long long int
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.cancelled:Z
ifeq 48
47: return
48: StackMap locals:
StackMap stack:
aload 3
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.done:Z
istore 10
start local 10 49: aload 4
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.poll:()Ljava/lang/Object;
astore 11
start local 11 50: goto 57
end local 11 StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber org.reactivestreams.Subscriber int io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber io.reactivex.internal.fuseable.SimpleQueue long long int int
StackMap stack: java.lang.Throwable
51: astore 12
start local 12 52: aload 12
invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
53: aload 3
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.cancel:()V
54: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
aload 12
invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
pop
55: iconst_1
istore 10
56: aconst_null
astore 11
end local 12 start local 11 57: StackMap locals: java.lang.Object
StackMap stack:
aload 11
ifnonnull 58
iconst_1
goto 59
StackMap locals:
StackMap stack:
58: iconst_0
StackMap locals:
StackMap stack: int
59: istore 12
start local 12 60: aload 3
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
if_acmpeq 63
61: iconst_1
istore 9
62: goto 82
63: StackMap locals: int
StackMap stack:
iload 10
ifeq 77
64: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
ifne 73
65: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
checkcast java.lang.Throwable
astore 13
start local 13 66: aload 13
ifnull 69
67: aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
68: return
69: StackMap locals: java.lang.Throwable
StackMap stack:
iload 12
ifeq 77
70: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
aload 3
aconst_null
invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
pop
71: iconst_1
istore 9
72: goto 82
end local 13 73: StackMap locals:
StackMap stack:
iload 12
ifeq 77
74: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.active:Ljava/util/concurrent/atomic/AtomicReference;
aload 3
aconst_null
invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
pop
75: iconst_1
istore 9
76: goto 82
77: StackMap locals:
StackMap stack:
iload 12
ifeq 79
78: goto 82
79: StackMap locals:
StackMap stack:
aload 1
aload 11
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
80: lload 7
lconst_1
ladd
lstore 7
end local 12 end local 11 end local 10 81: StackMap locals:
StackMap stack:
lload 7
lload 5
lcmp
ifne 46
82: StackMap locals:
StackMap stack:
lload 7
lconst_0
lcmp
ifeq 87
83: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.cancelled:Z
ifne 87
84: lload 5
ldc 9223372036854775807
lcmp
ifeq 86
85: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
lload 7
lneg
invokevirtual java.util.concurrent.atomic.AtomicLong.addAndGet:(J)J
pop2
86: StackMap locals:
StackMap stack:
aload 3
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.get:()Ljava/lang/Object;
checkcast org.reactivestreams.Subscription
lload 7
invokeinterface org.reactivestreams.Subscription.request:(J)V
87: StackMap locals:
StackMap stack:
iload 9
ifeq 89
88: goto 4
end local 9 end local 7 end local 5 89: StackMap locals:
StackMap stack:
aload 0
iload 2
ineg
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.addAndGet:(I)I
istore 2
90: iload 2
ifne 4
end local 4 end local 3 91: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 92 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
3 92 1 a Lorg/reactivestreams/Subscriber<-TR;>;
4 92 2 missing I
11 16 3 err Ljava/lang/Throwable;
17 24 3 err Ljava/lang/Throwable;
25 91 3 inner Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
28 91 4 q Lio/reactivex/internal/fuseable/SimpleQueue<TR;>;
32 39 5 err Ljava/lang/Throwable;
43 89 5 r J
44 89 7 e J
45 89 9 retry Z
49 81 10 d Z
50 51 11 v TR;
57 81 11 v TR;
52 57 12 ex Ljava/lang/Throwable;
60 81 12 empty Z
66 73 13 err Ljava/lang/Throwable;
Exception table:
from to target type
49 50 51 Class java.lang.Throwable
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableSwitchMap.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableSwitchMap
InnerClasses:
final SwitchMapInnerSubscriber = io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber of io.reactivex.internal.operators.flowable.FlowableSwitchMap
final SwitchMapSubscriber = io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber of io.reactivex.internal.operators.flowable.FlowableSwitchMap