final class io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber<T> 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.FlowableSkipLastTimed$SkipLastTimedSubscriber
super_class: java.util.concurrent.atomic.AtomicInteger
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -5677354903406201275
final org.reactivestreams.Subscriber<? super T> downstream;
descriptor: Lorg/reactivestreams/Subscriber;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Subscriber<-TT;>;
final long time;
descriptor: J
flags: (0x0010) ACC_FINAL
final java.util.concurrent.TimeUnit unit;
descriptor: Ljava/util/concurrent/TimeUnit;
flags: (0x0010) ACC_FINAL
final io.reactivex.Scheduler scheduler;
descriptor: Lio/reactivex/Scheduler;
flags: (0x0010) ACC_FINAL
final io.reactivex.internal.queue.SpscLinkedArrayQueue<java.lang.Object> queue;
descriptor: Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
flags: (0x0010) ACC_FINAL
Signature: Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
final boolean delayError;
descriptor: Z
flags: (0x0010) ACC_FINAL
org.reactivestreams.Subscription upstream;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0000)
final java.util.concurrent.atomic.AtomicLong requested;
descriptor: Ljava/util/concurrent/atomic/AtomicLong;
flags: (0x0010) ACC_FINAL
volatile boolean cancelled;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
volatile boolean done;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
java.lang.Throwable error;
descriptor: Ljava/lang/Throwable;
flags: (0x0000)
void <init>(org.reactivestreams.Subscriber<? super T>, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler, int, );
descriptor: (Lorg/reactivestreams/Subscriber;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
flags: (0x0000)
Code:
stack=4, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 4 start local 5 start local 6 start local 7 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
1: aload 0
new java.util.concurrent.atomic.AtomicLong
dup
invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
2: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
3: aload 0
lload 2
putfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.time:J
4: aload 0
aload 4
putfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
5: aload 0
aload 5
putfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.scheduler:Lio/reactivex/Scheduler;
6: aload 0
new io.reactivex.internal.queue.SpscLinkedArrayQueue
dup
iload 6
invokespecial io.reactivex.internal.queue.SpscLinkedArrayQueue.<init>:(I)V
putfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
7: aload 0
iload 7
putfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.delayError:Z
8: return
end local 7 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 9 0 this Lio/reactivex/internal/operators/flowable/FlowableSkipLastTimed$SkipLastTimedSubscriber<TT;>;
0 9 1 actual Lorg/reactivestreams/Subscriber<-TT;>;
0 9 2 time J
0 9 4 unit Ljava/util/concurrent/TimeUnit;
0 9 5 scheduler Lio/reactivex/Scheduler;
0 9 6 bufferSize I
0 9 7 delayError Z
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
MethodParameters:
Name Flags
actual
time
unit
scheduler
bufferSize
delayError
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)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.FlowableSkipLastTimed$SkipLastTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
ifeq 4
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 0
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
3: aload 1
ldc 9223372036854775807
invokeinterface org.reactivestreams.Subscription.request:(J)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/flowable/FlowableSkipLastTimed$SkipLastTimedSubscriber<TT;>;
0 5 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.scheduler:Lio/reactivex/Scheduler;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
lstore 2
start local 2 1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
lload 2
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
aload 1
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.offer:(Ljava/lang/Object;Ljava/lang/Object;)Z
pop
2: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.drain:()V
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableSkipLastTimed$SkipLastTimedSubscriber<TT;>;
0 4 1 t TT;
1 4 2 now J
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
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.error:Ljava/lang/Throwable;
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.done:Z
2: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.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/FlowableSkipLastTimed$SkipLastTimedSubscriber<TT;>;
0 4 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.FlowableSkipLastTimed$SkipLastTimedSubscriber.done:Z
1: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.drain:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/reactivex/internal/operators/flowable/FlowableSkipLastTimed$SkipLastTimedSubscriber<TT;>;
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: lload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
ifeq 3
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.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
invokevirtual io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.drain:()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/FlowableSkipLastTimed$SkipLastTimedSubscriber<TT;>;
0 4 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.FlowableSkipLastTimed$SkipLastTimedSubscriber.cancelled:Z
ifne 5
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.cancelled:Z
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
3: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.getAndIncrement:()I
ifne 5
4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
5: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableSkipLastTimed$SkipLastTimedSubscriber<TT;>;
void drain();
descriptor: ()V
flags: (0x0000)
Code:
stack=6, locals=19, args_size=1
start local 0 0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.getAndIncrement:()I
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
iconst_1
istore 1
start local 1 3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
astore 2
start local 2 4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
astore 3
start local 3 5: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.delayError:Z
istore 4
start local 4 6: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
astore 5
start local 5 7: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.scheduler:Lio/reactivex/Scheduler;
astore 6
start local 6 8: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.time:J
lstore 7
start local 7 9: StackMap locals: io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber int org.reactivestreams.Subscriber io.reactivex.internal.queue.SpscLinkedArrayQueue int java.util.concurrent.TimeUnit io.reactivex.Scheduler long
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
lstore 9
start local 9 10: lconst_0
lstore 11
start local 11 11: goto 28
12: StackMap locals: long long
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.done:Z
istore 13
start local 13 13: aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.peek:()Ljava/lang/Object;
checkcast java.lang.Long
astore 14
start local 14 14: aload 14
ifnonnull 15
iconst_1
goto 16
StackMap locals: int java.lang.Long
StackMap stack:
15: iconst_0
StackMap locals:
StackMap stack: int
16: istore 15
start local 15 17: aload 6
aload 5
invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
lstore 16
start local 16 18: iload 15
ifne 20
aload 14
invokevirtual java.lang.Long.longValue:()J
lload 16
lload 7
lsub
lcmp
ifle 20
19: iconst_1
istore 15
20: StackMap locals: int long
StackMap stack:
aload 0
iload 13
iload 15
aload 2
iload 4
invokevirtual io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;Z)Z
ifeq 22
21: return
22: StackMap locals:
StackMap stack:
iload 15
ifeq 24
23: goto 29
24: StackMap locals:
StackMap stack:
aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
pop
25: aload 3
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
astore 18
start local 18 26: aload 2
aload 18
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
27: lload 11
lconst_1
ladd
lstore 11
end local 18 end local 16 end local 15 end local 14 end local 13 28: StackMap locals: io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber int org.reactivestreams.Subscriber io.reactivex.internal.queue.SpscLinkedArrayQueue int java.util.concurrent.TimeUnit io.reactivex.Scheduler long long long
StackMap stack:
lload 11
lload 9
lcmp
ifne 12
29: StackMap locals:
StackMap stack:
lload 11
lconst_0
lcmp
ifeq 31
30: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
lload 11
invokestatic io.reactivex.internal.util.BackpressureHelper.produced:(Ljava/util/concurrent/atomic/AtomicLong;J)J
pop2
31: StackMap locals:
StackMap stack:
aload 0
iload 1
ineg
invokevirtual io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.addAndGet:(I)I
istore 1
32: iload 1
ifne 9
end local 11 end local 9 33: return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 34 0 this Lio/reactivex/internal/operators/flowable/FlowableSkipLastTimed$SkipLastTimedSubscriber<TT;>;
3 34 1 missed I
4 34 2 a Lorg/reactivestreams/Subscriber<-TT;>;
5 34 3 q Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
6 34 4 delayError Z
7 34 5 unit Ljava/util/concurrent/TimeUnit;
8 34 6 scheduler Lio/reactivex/Scheduler;
9 34 7 time J
10 33 9 r J
11 33 11 e J
13 28 13 d Z
14 28 14 ts Ljava/lang/Long;
17 28 15 empty Z
18 28 16 now J
26 28 18 v TT;
boolean checkTerminated(boolean, boolean, org.reactivestreams.Subscriber<? super T>, );
descriptor: (ZZLorg/reactivestreams/Subscriber;Z)Z
flags: (0x0000)
Code:
stack=2, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.cancelled:Z
ifeq 3
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
iload 1
ifeq 20
4: iload 4
ifeq 12
5: iload 2
ifeq 20
6: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.error:Ljava/lang/Throwable;
astore 5
start local 5 7: aload 5
ifnull 10
8: aload 3
aload 5
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
9: goto 11
10: StackMap locals: java.lang.Throwable
StackMap stack:
aload 3
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
11: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 5 12: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.error:Ljava/lang/Throwable;
astore 5
start local 5 13: aload 5
ifnull 17
14: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
15: aload 3
aload 5
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
16: iconst_1
ireturn
17: StackMap locals: java.lang.Throwable
StackMap stack:
iload 2
ifeq 20
18: aload 3
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
19: iconst_1
ireturn
end local 5 20: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lio/reactivex/internal/operators/flowable/FlowableSkipLastTimed$SkipLastTimedSubscriber<TT;>;
0 21 1 d Z
0 21 2 empty Z
0 21 3 a Lorg/reactivestreams/Subscriber<-TT;>;
0 21 4 delayError Z
7 12 5 e Ljava/lang/Throwable;
13 20 5 e Ljava/lang/Throwable;
Signature: (ZZLorg/reactivestreams/Subscriber<-TT;>;Z)Z
MethodParameters:
Name Flags
d
empty
a
delayError
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableSkipLastTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableSkipLastTimed
InnerClasses:
final SkipLastTimedSubscriber = io.reactivex.internal.operators.flowable.FlowableSkipLastTimed$SkipLastTimedSubscriber of io.reactivex.internal.operators.flowable.FlowableSkipLastTimed