abstract class io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription extends io.reactivex.internal.subscriptions.BasicQueueSubscription<java.lang.Integer>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription
super_class: io.reactivex.internal.subscriptions.BasicQueueSubscription
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -2252972430506210021
final int end;
descriptor: I
flags: (0x0010) ACC_FINAL
int index;
descriptor: I
flags: (0x0000)
volatile boolean cancelled;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
void <init>(int, int);
descriptor: (II)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial io.reactivex.internal.subscriptions.BasicQueueSubscription.<init>:()V
1: aload 0
iload 1
putfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.index:I
2: aload 0
iload 2
putfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.end:I
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/FlowableRange$BaseRangeSubscription;
0 4 1 index I
0 4 2 end I
MethodParameters:
Name Flags
index
end
public final int requestFusion(int);
descriptor: (I)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
iconst_1
iand
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;
0 1 1 mode I
MethodParameters:
Name Flags
mode
public final java.lang.Integer poll();
descriptor: ()Ljava/lang/Integer;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.index:I
istore 1
start local 1 1: iload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.end:I
if_icmpne 3
2: aconst_null
areturn
3: StackMap locals: int
StackMap stack:
aload 0
iload 1
iconst_1
iadd
putfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.index:I
4: iload 1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;
1 5 1 i I
RuntimeInvisibleAnnotations:
io.reactivex.annotations.Nullable()
public final boolean isEmpty();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.index:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.end:I
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;
public final void clear();
descriptor: ()V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.end:I
putfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.index:I
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;
public final void request(long);
descriptor: (J)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: lload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
ifeq 6
1: aload 0
lload 1
invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
lconst_0
lcmp
ifne 6
2: lload 1
ldc 9223372036854775807
lcmp
ifne 5
3: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.fastPath:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
lload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.slowPath:(J)V
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;
0 7 1 n J
MethodParameters:
Name Flags
n
public final void cancel();
descriptor: ()V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.cancelled:Z
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableRange$BaseRangeSubscription;
abstract void fastPath();
descriptor: ()V
flags: (0x0400) ACC_ABSTRACT
abstract void slowPath(long);
descriptor: (J)V
flags: (0x0400) ACC_ABSTRACT
MethodParameters:
Name Flags
r
public java.lang.Object poll();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription.poll:()Ljava/lang/Integer;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Lio/reactivex/internal/subscriptions/BasicQueueSubscription<Ljava/lang/Integer;>;
SourceFile: "FlowableRange.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableRange
InnerClasses:
abstract BaseRangeSubscription = io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription of io.reactivex.internal.operators.flowable.FlowableRange