public class org.graalvm.compiler.replacements.aarch64.AArch64IntegerSubstitutions
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.replacements.aarch64.AArch64IntegerSubstitutions
super_class: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
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 Lorg/graalvm/compiler/replacements/aarch64/AArch64IntegerSubstitutions;
public static int bitCount(int);
descriptor: (I)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: iload 0
istore 1
start local 1 1: iload 1
iload 1
ldc -1431655766
iand
iconst_1
iushr
isub
istore 1
2: iload 1
ldc 858993459
iand
iload 1
ldc -858993460
iand
iconst_2
iushr
iadd
istore 1
3: iload 1
iload 1
iconst_4
iushr
iadd
ldc 252645135
iand
istore 1
4: iload 1
iload 1
bipush 8
iushr
iadd
istore 1
5: iload 1
iload 1
bipush 16
iushr
iadd
istore 1
6: iload 1
bipush 63
iand
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 value I
1 7 1 x I
RuntimeVisibleAnnotations:
org.graalvm.compiler.api.replacements.MethodSubstitution()
MethodParameters:
Name Flags
value
}
SourceFile: "AArch64IntegerSubstitutions.java"
RuntimeVisibleAnnotations:
org.graalvm.compiler.api.replacements.ClassSubstitution(value = Ljava/lang/Integer;)