final class io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber<T, R> extends java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> 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.FlowableZip$ZipSubscriber
super_class: java.util.concurrent.atomic.AtomicReference
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -4627193790118206028
final io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator<T, R> parent;
descriptor: Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;
final int prefetch;
descriptor: I
flags: (0x0010) ACC_FINAL
final int limit;
descriptor: I
flags: (0x0010) ACC_FINAL
io.reactivex.internal.fuseable.SimpleQueue<T> queue;
descriptor: Lio/reactivex/internal/fuseable/SimpleQueue;
flags: (0x0000)
Signature: Lio/reactivex/internal/fuseable/SimpleQueue<TT;>;
long produced;
descriptor: J
flags: (0x0000)
volatile boolean done;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
int sourceMode;
descriptor: I
flags: (0x0000)
void <init>(io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator<T, R>, );
descriptor: (Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;I)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
2: aload 0
iload 2
putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.prefetch:I
3: aload 0
iload 2
iload 2
iconst_2
ishr
isub
putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.limit:I
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
0 5 1 parent Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;
0 5 2 prefetch I
Signature: (Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;I)V
MethodParameters:
Name Flags
parent
prefetch
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.FlowableZip$ZipSubscriber.sourceMode:I
6: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
7: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.done:Z
8: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.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.FlowableZip$ZipSubscriber.sourceMode:I
12: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
13: aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.prefetch: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.FlowableZip$ZipSubscriber.prefetch:I
invokespecial io.reactivex.internal.queue.SpscArrayQueue.<init>:(I)V
putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
16: aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.prefetch: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/FlowableZip$ZipSubscriber<TT;TR;>;
0 18 1 s Lorg/reactivestreams/Subscription;
3 15 2 f Lio/reactivex/internal/fuseable/QueueSubscription<TT;>;
4 15 3 m I
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)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.FlowableZip$ZipSubscriber.sourceMode:I
iconst_2
if_icmpeq 2
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
aload 1
invokeinterface io.reactivex.internal.fuseable.SimpleQueue.offer:(Ljava/lang/Object;)Z
pop
2: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.drain:()V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
0 4 1 t TT;
Signature: (TT;)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.flowable.FlowableZip$ZipSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
aload 0
aload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.error:(Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber;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/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
0 2 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
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.done:Z
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;
invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.drain:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<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/FlowableZip$ZipSubscriber<TT;TR;>;
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.sourceMode:I
iconst_1
if_icmpeq 7
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.produced:J
lload 1
ladd
lstore 3
start local 3 2: lload 3
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.limit:I
i2l
lcmp
iflt 6
3: aload 0
lconst_0
putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.produced:J
4: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.get:()Ljava/lang/Object;
checkcast org.reactivestreams.Subscription
lload 3
invokeinterface org.reactivestreams.Subscription.request:(J)V
5: goto 7
6: StackMap locals: long
StackMap stack:
aload 0
lload 3
putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.produced:J
end local 3 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/FlowableZip$ZipSubscriber<TT;TR;>;
0 8 1 n J
2 7 3 p J
MethodParameters:
Name Flags
n
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableZip.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableZip
InnerClasses:
final ZipCoordinator = io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator of io.reactivex.internal.operators.flowable.FlowableZip
final ZipSubscriber = io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber of io.reactivex.internal.operators.flowable.FlowableZip