public class org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest extends org.graalvm.compiler.asm.test.AssemblerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest
  super_class: org.graalvm.compiler.asm.test.AssemblerTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest this
         0: .line 46
            aload 0 /* this */
            invokespecial org.graalvm.compiler.asm.test.AssemblerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64BitCountAssemblerTest;

  public void checkAArch64();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBefore cannot be resolved to a type\n\tThe method assumeTrue(String, boolean) is undefined for the type AArch64BitCountAssemblerTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64BitCountAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Before()

  public void testBitCount();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest this
         0: .line 99
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64BitCountAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int intStub(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int x
         0: .line 117
            iconst_0
            ireturn
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  I
    MethodParameters:
      Name  Flags
      x     

  public static int longStub(long);
    descriptor: (J)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // long x
         0: .line 122
            iconst_0
            ireturn
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  J
    MethodParameters:
      Name  Flags
      x     
}
SourceFile: "AArch64BitCountAssemblerTest.java"
NestMembers:
  org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest$AArch64BitCountCodeGenTestCase  org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest$AArch64CodeGenTestCase
InnerClasses:
  private AArch64BitCountCodeGenTestCase = org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest$AArch64BitCountCodeGenTestCase of org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest
  public abstract AArch64CodeGenTestCase = org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest$AArch64CodeGenTestCase of org.graalvm.compiler.asm.aarch64.test.AArch64BitCountAssemblerTest