final class io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber<T, R> extends java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> implements io.reactivex.FlowableSubscriber<R>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber
super_class: java.util.concurrent.atomic.AtomicReference
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 3837284832786408377
final io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber<T, R> parent;
descriptor: Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
final long index;
descriptor: J
flags: (0x0010) ACC_FINAL
final int bufferSize;
descriptor: I
flags: (0x0010) ACC_FINAL
volatile io.reactivex.internal.fuseable.SimpleQueue<R> queue;
descriptor: Lio/reactivex/internal/fuseable/SimpleQueue;
flags: (0x0040) ACC_VOLATILE
Signature: Lio/reactivex/internal/fuseable/SimpleQueue<TR;>;
volatile boolean done;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
int fusionMode;
descriptor: I
flags: (0x0000)
void <init>(io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber<T, R>, long, );
descriptor: (Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;JI)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;
2: aload 0
lload 2
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.index:J
3: aload 0
iload 4
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.bufferSize:I
4: return
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
0 5 1 parent Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
0 5 2 index J
0 5 4 bufferSize I
Signature: (Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;JI)V
MethodParameters:
Name Flags
parent
index
bufferSize
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;)Z
ifeq 17
1: aload 1
instanceof io.reactivex.internal.fuseable.QueueSubscription
ifeq 15
2: aload 1
checkcast io.reactivex.internal.fuseable.QueueSubscription
astore 2
start local 2 3: aload 2
bipush 7
invokeinterface io.reactivex.internal.fuseable.QueueSubscription.requestFusion:(I)I
istore 3
start local 3 4: iload 3
iconst_1
if_icmpne 10
5: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.fusionMode:I
6: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
7: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.done:Z
8: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
9: return
10: StackMap locals: io.reactivex.internal.fuseable.QueueSubscription int
StackMap stack:
iload 3
iconst_2
if_icmpne 15
11: aload 0
iload 3
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.fusionMode:I
12: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
13: aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.bufferSize:I
i2l
invokeinterface org.reactivestreams.Subscription.request:(J)V
14: return
end local 3 end local 2 15: StackMap locals:
StackMap stack:
aload 0
new io.reactivex.internal.queue.SpscArrayQueue
dup
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.bufferSize:I
invokespecial io.reactivex.internal.queue.SpscArrayQueue.<init>:(I)V
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
16: aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.bufferSize:I
i2l
invokeinterface org.reactivestreams.Subscription.request:(J)V
17: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
0 18 1 s Lorg/reactivestreams/Subscription;
3 15 2 qs Lio/reactivex/internal/fuseable/QueueSubscription<TR;>;
4 15 3 m I
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;
astore 2
start local 2 1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.index:J
aload 2
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
lcmp
ifne 6
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.fusionMode:I
ifne 5
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
aload 1
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.offer:(Ljava/lang/Object;)Z
ifne 5
3: aload 0
new io.reactivex.exceptions.MissingBackpressureException
dup
ldc "Queue full?!"
invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.onError:(Ljava/lang/Throwable;)V
4: return
5: StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber
StackMap stack:
aload 2
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
0 7 1 t TR;
1 7 2 p Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
Signature: (TR;)V
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;
astore 2
start local 2 1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.index:J
aload 2
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
lcmp
ifne 7
aload 2
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 7
2: aload 2
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
ifne 4
3: aload 2
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
4: StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.done:Z
5: aload 2
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
6: goto 8
7: StackMap locals:
StackMap stack:
aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
8: StackMap locals:
StackMap stack:
return
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$SwitchMapInnerSubscriber<TT;TR;>;
0 9 1 t Ljava/lang/Throwable;
1 9 2 p Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;
astore 1
start local 1 1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.index:J
aload 1
getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
lcmp
ifne 4
2: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.done:Z
3: aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
4: StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
1 5 1 p Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber<TT;TR;>;
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapInnerSubscriber<TT;TR;>;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;Lio/reactivex/FlowableSubscriber<TR;>;
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