final class jdk.nashorn.internal.runtime.regexp.joni.BitStatus
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: jdk.nashorn.internal.runtime.regexp.joni.BitStatus
super_class: java.lang.Object
{
public static final int BIT_STATUS_BITS_NUM;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 32
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/runtime/regexp/joni/BitStatus;
public static int bsClear();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: iconst_0
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static int bsAll();
descriptor: ()I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: iconst_m1
ireturn
LocalVariableTable:
Start End Slot Name Signature
public static boolean bsAt(int, int);
descriptor: (II)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: iload 1
bipush 32
if_icmpge 1
iload 0
iconst_1
iload 1
ishl
iand
goto 2
StackMap locals:
StackMap stack:
1: iload 0
iconst_1
iand
StackMap locals:
StackMap stack: int
2: ifeq 3
iconst_1
ireturn
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 stats I
0 4 1 n I
MethodParameters:
Name Flags
stats final
n final
public static int bsOnAt(int, int);
descriptor: (II)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iload 0
istore 2
start local 2 1: iload 1
bipush 32
if_icmpge 4
2: iload 2
iconst_1
iload 1
ishl
ior
istore 2
3: goto 5
4: StackMap locals: int
StackMap stack:
iload 2
iconst_1
ior
istore 2
5: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 statsp I
0 6 1 n I
1 6 2 stats I
MethodParameters:
Name Flags
statsp final
n final
public static int bsOnOff(int, int, boolean);
descriptor: (IIZ)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: iload 2
ifeq 1
iload 0
iload 1
iconst_m1
ixor
iand
goto 2
StackMap locals:
StackMap stack:
1: iload 0
iload 1
ior
StackMap locals:
StackMap stack: int
2: ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 v I
0 3 1 f I
0 3 2 negative Z
MethodParameters:
Name Flags
v final
f final
negative final
}
SourceFile: "BitStatus.java"