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 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
        start local 1 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber parent
        start local 2 // long index
        start local 4 // int bufferSize
         0: .line 348
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 349
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;
         2: .line 350
            aload 0 /* this */
            lload 2 /* index */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.index:J
         3: .line 351
            aload 0 /* this */
            iload 4 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.bufferSize:I
         4: .line 352
            return
        end local 4 // int bufferSize
        end local 2 // long index
        end local 1 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber parent
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 356
            aload 0 /* this */
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;)Z
            ifeq 17
         1: .line 357
            aload 1 /* s */
            instanceof io.reactivex.internal.fuseable.QueueSubscription
            ifeq 15
         2: .line 359
            aload 1 /* s */
            checkcast io.reactivex.internal.fuseable.QueueSubscription
            astore 2 /* qs */
        start local 2 // io.reactivex.internal.fuseable.QueueSubscription qs
         3: .line 361
            aload 2 /* qs */
            bipush 7
            invokeinterface io.reactivex.internal.fuseable.QueueSubscription.requestFusion:(I)I
            istore 3 /* m */
        start local 3 // int m
         4: .line 362
            iload 3 /* m */
            iconst_1
            if_icmpne 10
         5: .line 363
            aload 0 /* this */
            iload 3 /* m */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.fusionMode:I
         6: .line 364
            aload 0 /* this */
            aload 2 /* qs */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
         7: .line 365
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.done:Z
         8: .line 366
            aload 0 /* this */
            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: .line 367
            return
        10: .line 369
      StackMap locals: io.reactivex.internal.fuseable.QueueSubscription int
      StackMap stack:
            iload 3 /* m */
            iconst_2
            if_icmpne 15
        11: .line 370
            aload 0 /* this */
            iload 3 /* m */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.fusionMode:I
        12: .line 371
            aload 0 /* this */
            aload 2 /* qs */
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
        13: .line 372
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.bufferSize:I
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        14: .line 373
            return
        end local 3 // int m
        end local 2 // io.reactivex.internal.fuseable.QueueSubscription qs
        15: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.reactivex.internal.queue.SpscArrayQueue
            dup
            aload 0 /* this */
            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: .line 379
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.bufferSize:I
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        17: .line 381
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
        start local 1 // java.lang.Object t
         0: .line 385
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;
            astore 2 /* p */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber p
         1: .line 386
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.index:J
            aload 2 /* p */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
            lcmp
            ifne 6
         2: .line 387
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.fusionMode:I
            ifne 5
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            aload 1 /* t */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.offer:(Ljava/lang/Object;)Z
            ifne 5
         3: .line 388
            aload 0 /* this */
            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: .line 389
            return
         5: .line 391
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber
      StackMap stack:
            aload 2 /* p */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
         6: .line 393
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber p
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 397
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;
            astore 2 /* p */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber p
         1: .line 398
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.index:J
            aload 2 /* p */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
            lcmp
            ifne 7
            aload 2 /* p */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            aload 1 /* t */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            ifeq 7
         2: .line 399
            aload 2 /* p */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.delayErrors:Z
            ifne 4
         3: .line 400
            aload 2 /* p */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         4: .line 402
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.done:Z
         5: .line 403
            aload 2 /* p */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
         6: .line 404
            goto 8
         7: .line 405
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         8: .line 407
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber p
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
         0: .line 411
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.parent:Lio/reactivex/internal/operators/flowable/FlowableSwitchMap$SwitchMapSubscriber;
            astore 1 /* p */
        start local 1 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber p
         1: .line 412
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.index:J
            aload 1 /* p */
            getfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.unique:J
            lcmp
            ifne 4
         2: .line 413
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber.done:Z
         3: .line 414
            aload 1 /* p */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber.drain:()V
         4: .line 416
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber
      StackMap stack:
            return
        end local 1 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapSubscriber p
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
      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 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
         0: .line 419
            aload 0 /* this */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 420
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableSwitchMap$SwitchMapInnerSubscriber this
      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