final class io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber<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.FlowableTakeLastTimed$TakeLastTimedSubscriber
  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 count;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  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, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler, int, );
    descriptor: (Lorg/reactivestreams/Subscriber;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=8
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // long count
        start local 4 // long time
        start local 6 // java.util.concurrent.TimeUnit unit
        start local 7 // io.reactivex.Scheduler scheduler
        start local 8 // int bufferSize
        start local 9 // boolean delayError
         0: .line 71
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 64
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
         2: .line 72
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         3: .line 73
            aload 0 /* this */
            lload 2 /* count */
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.count:J
         4: .line 74
            aload 0 /* this */
            lload 4 /* time */
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.time:J
         5: .line 75
            aload 0 /* this */
            aload 6 /* unit */
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
         6: .line 76
            aload 0 /* this */
            aload 7 /* scheduler */
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.scheduler:Lio/reactivex/Scheduler;
         7: .line 77
            aload 0 /* this */
            new io.reactivex.internal.queue.SpscLinkedArrayQueue
            dup
            iload 8 /* bufferSize */
            invokespecial io.reactivex.internal.queue.SpscLinkedArrayQueue.<init>:(I)V
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
         8: .line 78
            aload 0 /* this */
            iload 9 /* delayError */
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.delayError:Z
         9: .line 79
            return
        end local 9 // boolean delayError
        end local 8 // int bufferSize
        end local 7 // io.reactivex.Scheduler scheduler
        end local 6 // java.util.concurrent.TimeUnit unit
        end local 4 // long time
        end local 2 // long count
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
            0   10     1      actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0   10     2       count  J
            0   10     4        time  J
            0   10     6        unit  Ljava/util/concurrent/TimeUnit;
            0   10     7   scheduler  Lio/reactivex/Scheduler;
            0   10     8  bufferSize  I
            0   10     9  delayError  Z
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
    MethodParameters:
            Name  Flags
      actual      
      count       
      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 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 83
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 4
         1: .line 84
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 85
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 86
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 88
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<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=4, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
        start local 1 // java.lang.Object t
         0: .line 92
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            astore 2 /* q */
        start local 2 // io.reactivex.internal.queue.SpscLinkedArrayQueue q
         1: .line 94
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.scheduler:Lio/reactivex/Scheduler;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
            lstore 3 /* now */
        start local 3 // long now
         2: .line 96
            aload 2 /* q */
            lload 3 /* now */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aload 1 /* t */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.offer:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
         3: .line 98
            aload 0 /* this */
            lload 3 /* now */
            aload 2 /* q */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.trim:(JLio/reactivex/internal/queue/SpscLinkedArrayQueue;)V
         4: .line 99
            return
        end local 3 // long now
        end local 2 // io.reactivex.internal.queue.SpscLinkedArrayQueue q
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
            0    5     1     t  TT;
            1    5     2     q  Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
            2    5     3   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=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 103
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.delayError:Z
            ifeq 2
         1: .line 104
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.scheduler:Lio/reactivex/Scheduler;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.trim:(JLio/reactivex/internal/queue/SpscLinkedArrayQueue;)V
         2: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* t */
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.error:Ljava/lang/Throwable;
         3: .line 107
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.done:Z
         4: .line 108
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.drain:()V
         5: .line 109
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
            0    6     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 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
         0: .line 113
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.scheduler:Lio/reactivex/Scheduler;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler.now:(Ljava/util/concurrent/TimeUnit;)J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.trim:(JLio/reactivex/internal/queue/SpscLinkedArrayQueue;)V
         1: .line 114
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.done:Z
         2: .line 115
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.drain:()V
         3: .line 116
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;

  void trim(long, io.reactivex.internal.queue.SpscLinkedArrayQueue<java.lang.Object>);
    descriptor: (JLio/reactivex/internal/queue/SpscLinkedArrayQueue;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
        start local 1 // long now
        start local 3 // io.reactivex.internal.queue.SpscLinkedArrayQueue q
         0: .line 119
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.time:J
            lstore 4 /* time */
        start local 4 // long time
         1: .line 120
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.count:J
            lstore 6 /* c */
        start local 6 // long c
         2: .line 121
            lload 6 /* c */
            ldc 9223372036854775807
            lcmp
            ifne 3
            iconst_1
            goto 4
      StackMap locals: long long
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 8 /* unbounded */
        start local 8 // boolean unbounded
         5: .line 123
            goto 10
         6: .line 124
      StackMap locals: int
      StackMap stack:
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.peek:()Ljava/lang/Object;
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lstore 9 /* ts */
        start local 9 // long ts
         7: .line 125
            lload 9 /* ts */
            lload 1 /* now */
            lload 4 /* time */
            lsub
            lcmp
            iflt 8
            iload 8 /* unbounded */
            ifne 11
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.size:()I
            iconst_1
            ishr
            i2l
            lload 6 /* c */
            lcmp
            ifle 11
         8: .line 126
      StackMap locals: long
      StackMap stack:
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
            pop
         9: .line 127
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
            pop
        end local 9 // long ts
        10: .line 123
      StackMap locals:
      StackMap stack:
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.isEmpty:()Z
            ifeq 6
        11: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean unbounded
        end local 6 // long c
        end local 4 // long time
        end local 3 // io.reactivex.internal.queue.SpscLinkedArrayQueue q
        end local 1 // long now
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
            0   12     1        now  J
            0   12     3          q  Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
            1   12     4       time  J
            2   12     6          c  J
            5   12     8  unbounded  Z
            7   10     9         ts  J
    Signature: (JLio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;)V
    MethodParameters:
      Name  Flags
      now   
      q     

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
        start local 1 // long n
         0: .line 136
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 3
         1: .line 137
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         2: .line 138
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.drain:()V
         3: .line 140
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<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 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
         0: .line 144
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.cancelled:Z
            ifne 5
         1: .line 145
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.cancelled:Z
         2: .line 146
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         3: .line 148
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.getAndIncrement:()I
            ifne 5
         4: .line 149
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
         5: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=12, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
         0: .line 155
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.getAndIncrement:()I
            ifeq 2
         1: .line 156
            return
         2: .line 159
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         3: .line 161
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Subscriber a
         4: .line 162
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            astore 3 /* q */
        start local 3 // io.reactivex.internal.queue.SpscLinkedArrayQueue q
         5: .line 163
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.delayError:Z
            istore 4 /* delayError */
        start local 4 // boolean delayError
         6: .line 167
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber int org.reactivestreams.Subscriber io.reactivex.internal.queue.SpscLinkedArrayQueue int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.done:Z
            ifeq 27
         7: .line 168
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.isEmpty:()Z
            istore 5 /* empty */
        start local 5 // boolean empty
         8: .line 170
            aload 0 /* this */
            iload 5 /* empty */
            aload 2 /* a */
            iload 4 /* delayError */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.checkTerminated:(ZLorg/reactivestreams/Subscriber;Z)Z
            ifeq 10
         9: .line 171
            return
        10: .line 174
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lstore 6 /* r */
        start local 6 // long r
        11: .line 175
            lconst_0
            lstore 8 /* e */
        start local 8 // long e
        12: .line 178
      StackMap locals: long long
      StackMap stack:
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.peek:()Ljava/lang/Object;
            astore 10 /* ts */
        start local 10 // java.lang.Object ts
        13: .line 179
            aload 10 /* ts */
            ifnonnull 14
            iconst_1
            goto 15
      StackMap locals: java.lang.Object
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: istore 5 /* empty */
        16: .line 181
            aload 0 /* this */
            iload 5 /* empty */
            aload 2 /* a */
            iload 4 /* delayError */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.checkTerminated:(ZLorg/reactivestreams/Subscriber;Z)Z
            ifeq 18
        17: .line 182
            return
        18: .line 185
      StackMap locals:
      StackMap stack:
            lload 6 /* r */
            lload 8 /* e */
            lcmp
            ifne 20
        19: .line 186
            goto 25
        20: .line 189
      StackMap locals:
      StackMap stack:
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
            pop
        21: .line 191
            aload 3 /* q */
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
            astore 11 /* o */
        start local 11 // java.lang.Object o
        22: .line 193
            aload 2 /* a */
            aload 11 /* o */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        23: .line 195
            lload 8 /* e */
            lconst_1
            ladd
            lstore 8 /* e */
        end local 11 // java.lang.Object o
        end local 10 // java.lang.Object ts
        24: .line 177
            goto 12
        25: .line 198
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lconst_0
            lcmp
            ifeq 27
        26: .line 199
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 8 /* e */
            invokestatic io.reactivex.internal.util.BackpressureHelper.produced:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
        end local 8 // long e
        end local 6 // long r
        end local 5 // boolean empty
        27: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.addAndGet:(I)I
            istore 1 /* missed */
        28: .line 204
            iload 1 /* missed */
            ifne 6
        29: .line 208
            return
        end local 4 // boolean delayError
        end local 3 // io.reactivex.internal.queue.SpscLinkedArrayQueue q
        end local 2 // org.reactivestreams.Subscriber a
        end local 1 // int missed
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   30     0        this  Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
            3   30     1      missed  I
            4   30     2           a  Lorg/reactivestreams/Subscriber<-TT;>;
            5   30     3           q  Lio/reactivex/internal/queue/SpscLinkedArrayQueue<Ljava/lang/Object;>;
            6   30     4  delayError  Z
            8   27     5       empty  Z
           11   27     6           r  J
           12   27     8           e  J
           13   24    10          ts  Ljava/lang/Object;
           22   24    11           o  TT;

  boolean checkTerminated(boolean, org.reactivestreams.Subscriber<? super T>, );
    descriptor: (ZLorg/reactivestreams/Subscriber;Z)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
        start local 1 // boolean empty
        start local 2 // org.reactivestreams.Subscriber a
        start local 3 // boolean delayError
         0: .line 211
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.cancelled:Z
            ifeq 3
         1: .line 212
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
         2: .line 213
            iconst_1
            ireturn
         3: .line 215
      StackMap locals:
      StackMap stack:
            iload 3 /* delayError */
            ifeq 11
         4: .line 216
            iload 1 /* empty */
            ifeq 19
         5: .line 217
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.error:Ljava/lang/Throwable;
            astore 4 /* e */
        start local 4 // java.lang.Throwable e
         6: .line 218
            aload 4 /* e */
            ifnull 9
         7: .line 219
            aload 2 /* a */
            aload 4 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         8: .line 220
            goto 10
         9: .line 221
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 2 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        10: .line 223
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // java.lang.Throwable e
        11: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.error:Ljava/lang/Throwable;
            astore 4 /* e */
        start local 4 // java.lang.Throwable e
        12: .line 227
            aload 4 /* e */
            ifnull 16
        13: .line 228
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
        14: .line 229
            aload 2 /* a */
            aload 4 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        15: .line 230
            iconst_1
            ireturn
        16: .line 232
      StackMap locals: java.lang.Throwable
      StackMap stack:
            iload 1 /* empty */
            ifeq 19
        17: .line 233
            aload 2 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        18: .line 234
            iconst_1
            ireturn
        end local 4 // java.lang.Throwable e
        19: .line 237
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // boolean delayError
        end local 2 // org.reactivestreams.Subscriber a
        end local 1 // boolean empty
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed$TakeLastTimedSubscriber<TT;>;
            0   20     1       empty  Z
            0   20     2           a  Lorg/reactivestreams/Subscriber<-TT;>;
            0   20     3  delayError  Z
            6   11     4           e  Ljava/lang/Throwable;
           12   19     4           e  Ljava/lang/Throwable;
    Signature: (ZLorg/reactivestreams/Subscriber<-TT;>;Z)Z
    MethodParameters:
            Name  Flags
      empty       
      a           
      delayError  
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableTakeLastTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableTakeLastTimed
InnerClasses:
  final TakeLastTimedSubscriber = io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber of io.reactivex.internal.operators.flowable.FlowableTakeLastTimed