class org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen extends org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreCodeGen
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen
  super_class: org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreCodeGen
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen this
         0: .line 119
            aload 0 /* this */
            invokespecial org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreCodeGen.<init>:()V
         1: .line 120
            return
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen;

  void checkAssembly();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen this
         0: .line 124
            aload 0 /* this */
            getfield org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen.masm1:Lorg/graalvm/compiler/asm/aarch64/AArch64MacroAssembler;
            iconst_0
            invokevirtual org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler.close:(Z)[B
            astore 1 /* expected */
        start local 1 // byte[] expected
         1: .line 125
            aload 0 /* this */
            getfield org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen.masm2:Lorg/graalvm/compiler/asm/aarch64/AArch64MacroAssembler;
            iconst_0
            invokevirtual org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler.close:(Z)[B
            astore 2 /* actual */
        start local 2 // byte[] actual
         2: .line 126
            aload 1 /* expected */
            aload 2 /* actual */
            invokestatic org.junit.Assert.assertArrayEquals:([B[B)V
         3: .line 127
            return
        end local 2 // byte[] actual
        end local 1 // byte[] expected
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64LoadStoreMergingAssemblerTest$AArch64LoadStoreMergingCodeGen;
            1    4     1  expected  [B
            2    4     2    actual  [B
}
SourceFile: "AArch64LoadStoreMergingAssemblerTest.java"
NestHost: org.graalvm.compiler.asm.aarch64.test.AArch64LoadStoreMergingAssemblerTest
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