public class org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest extends org.graalvm.compiler.test.GraalTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest
  super_class: org.graalvm.compiler.test.GraalTest
{
  private jdk.vm.ci.code.Register base;
    descriptor: Ljdk/vm/ci/code/Register;
    flags: (0x0002) ACC_PRIVATE

  private jdk.vm.ci.code.Register rt1;
    descriptor: Ljdk/vm/ci/code/Register;
    flags: (0x0002) ACC_PRIVATE

  private jdk.vm.ci.code.Register rt2;
    descriptor: Ljdk/vm/ci/code/Register;
    flags: (0x0002) ACC_PRIVATE

  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.AArch64LoadStoreMergingAssemblerTest this
         0: .line 42
            aload 0 /* this */
            invokespecial org.graalvm.compiler.test.GraalTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;

  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.AArch64LoadStoreMergingAssemblerTest 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 AArch64LoadStoreMergingAssemblerTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Before()

  public void setupEnvironment();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBefore 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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Before()

  public void testLoad64BitsScaledImmAddress();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 126
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testLoad32BitsScaledImmAddress();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 135
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testStore64BitsScaledImmAddress();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 144
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testStore32BitsScaledImmAddress();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 153
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testLoad64BitsUnscaledImmAddress();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 162
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testLoad32BitsUnscaledImmAddress();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 171
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testStore64BitsUnscaledImmAddress();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 180
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testStore32BitsUnscaledImmAddress();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 189
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testLoadUnscaledScaledImmAddress();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 198
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testLoadScaledUnscaledImmAddress();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 207
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testLoadMaxAlignedOffset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 216
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testStoreMinAlignedOffest();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 225
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testDifferentBase();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 248
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testDifferentSize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 256
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testSameRt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 264
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testDependencyLdrs();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 272
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testUnalignedOffset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 280
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testUncontinuousOffset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 288
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testGreaterThanMaxOffset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 296
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testLdrStr();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest this
         0: .line 304
            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.AArch64LoadStoreMergingAssemblerTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "AArch64LoadStoreMergingAssemblerTest.java"
NestMembers:
  org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreCodeGen  org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen  org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen
InnerClasses:
  private abstract AArch64LoadStoreCodeGen = org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreCodeGen of org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest
  private AArch64LoadStoreMergingCodeGen = org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen of org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest
  private AArch64LoadStoreNotMergingCodeGen = org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreNotMergingCodeGen of org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest