final class io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver<T, R> extends java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> implements io.reactivex.Observer<R>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver
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.observable.ObservableSwitchMap$SwitchMapObserver<T, R> parent;
descriptor: Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver<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
void <init>(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver<T, R>, long, );
descriptor: (Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;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.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
2: aload 0
lload 2
putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.index:J
3: aload 0
iload 4
putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.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/observable/ObservableSwitchMap$SwitchMapInnerObserver<TT;TR;>;
0 5 1 parent Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver<TT;TR;>;
0 5 2 index J
0 5 4 bufferSize I
Signature: (Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver<TT;TR;>;JI)V
MethodParameters:
Name Flags
parent
index
bufferSize
public void onSubscribe(io.reactivex.disposables.Disposable);
descriptor: (Lio/reactivex/disposables/Disposable;)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.disposables.DisposableHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
ifeq 13
1: aload 1
instanceof io.reactivex.internal.fuseable.QueueDisposable
ifeq 12
2: aload 1
checkcast io.reactivex.internal.fuseable.QueueDisposable
astore 2
start local 2 3: aload 2
bipush 7
invokeinterface io.reactivex.internal.fuseable.QueueDisposable.requestFusion:(I)I
istore 3
start local 3 4: iload 3
iconst_1
if_icmpne 9
5: aload 0
aload 2
putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
6: aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.done:Z
7: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
invokevirtual io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.drain:()V
8: return
9: StackMap locals: io.reactivex.internal.fuseable.QueueDisposable int
StackMap stack:
iload 3
iconst_2
if_icmpne 12
10: aload 0
aload 2
putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
11: return
end local 3 end local 2 12: StackMap locals:
StackMap stack:
aload 0
new io.reactivex.internal.queue.SpscLinkedArrayQueue
dup
aload 0
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.bufferSize:I
invokespecial io.reactivex.internal.queue.SpscLinkedArrayQueue.<init>:(I)V
putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
13: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver<TT;TR;>;
0 14 1 d Lio/reactivex/disposables/Disposable;
3 12 2 qd Lio/reactivex/internal/fuseable/QueueDisposable<TR;>;
4 12 3 m I
MethodParameters:
Name Flags
d
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.index:J
aload 0
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.unique:J
lcmp
ifne 4
1: aload 1
ifnull 3
2: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
aload 1
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.offer:(Ljava/lang/Object;)Z
pop
3: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
invokevirtual io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.drain:()V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver<TT;TR;>;
0 5 1 t 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=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
aload 0
aload 1
invokevirtual io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.innerError:(Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver;Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver<TT;TR;>;
0 2 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.index:J
aload 0
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.unique:J
lcmp
ifne 3
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.done:Z
2: aload 0
getfield io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapObserver;
invokevirtual io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver.drain:()V
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/observable/ObservableSwitchMap$SwitchMapInnerObserver<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.disposables.DisposableHelper.dispose:(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/observable/ObservableSwitchMap$SwitchMapInnerObserver<TT;TR;>;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/Observer<TR;>;
SourceFile: "ObservableSwitchMap.java"
NestHost: io.reactivex.internal.operators.observable.ObservableSwitchMap
InnerClasses:
final SwitchMapInnerObserver = io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver of io.reactivex.internal.operators.observable.ObservableSwitchMap
final SwitchMapObserver = io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver of io.reactivex.internal.operators.observable.ObservableSwitchMap