public class org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction extends org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatchableCodeAnnotation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction
  super_class: org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatchableCodeAnnotation
{
  public final int srcSize;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction this
        start local 1 // int position
        start local 2 // int srcSize
         0: .line 2408
            aload 0 /* this */
            iload 1 /* position */
            invokespecial org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatchableCodeAnnotation.<init>:(I)V
         1: .line 2409
            aload 0 /* this */
            iload 2 /* srcSize */
            putfield org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction.srcSize:I
         2: .line 2410
            return
        end local 2 // int srcSize
        end local 1 // int position
        end local 0 // org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/graalvm/compiler/asm/aarch64/AArch64MacroAssembler$AdrpLdrMacroInstruction;
            0    3     1  position  I
            0    3     2   srcSize  I
    MethodParameters:
          Name  Flags
      position  
      srcSize   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction this
         0: .line 2414
            ldc "ADRP_LDR"
            areturn
        end local 0 // org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/AArch64MacroAssembler$AdrpLdrMacroInstruction;

  public void patch(int, int, byte[]);
    descriptor: (II[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction this
        start local 1 // int codePos
        start local 2 // int relative
        start local 3 // byte[] code
         0: .line 2419
            aload 0 /* this */
            getfield org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction.instructionPosition:I
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 2420
            iload 4 /* pos */
            i2l
            iload 2 /* relative */
            i2l
            ladd
            lstore 5 /* targetAddress */
        start local 5 // long targetAddress
         2: .line 2421
            lload 5 /* targetAddress */
            iload 4 /* pos */
            i2l
            sipush 4096
            invokestatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatcherUtil.computeRelativePageDifference:(JJI)I
            istore 7 /* relativePageDifference */
        start local 7 // int relativePageDifference
         3: .line 2422
            aload 3 /* code */
            iload 4 /* pos */
            invokestatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatcherUtil.readInstruction:([BI)I
            istore 8 /* originalInst */
        start local 8 // int originalInst
         4: .line 2423
            iload 8 /* originalInst */
            iload 7 /* relativePageDifference */
            ldc 2097151
            iand
            invokestatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatcherUtil.patchAdrpHi21:(II)I
            istore 9 /* newInst */
        start local 9 // int newInst
         5: .line 2424
            aload 3 /* code */
            iload 4 /* pos */
            iload 9 /* newInst */
            invokestatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatcherUtil.writeInstruction:([BII)V
         6: .line 2425
            aload 3 /* code */
            iload 4 /* pos */
            iconst_4
            iadd
            invokestatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatcherUtil.readInstruction:([BI)I
            istore 8 /* originalInst */
         7: .line 2426
            iload 8 /* originalInst */
            lload 5 /* targetAddress */
            l2i
            sipush 4095
            iand
            aload 0 /* this */
            getfield org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction.srcSize:I
            invokestatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatcherUtil.patchLdrLo12:(III)I
            istore 9 /* newInst */
         8: .line 2427
            aload 3 /* code */
            iload 4 /* pos */
            iconst_4
            iadd
            iload 9 /* newInst */
            invokestatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatcherUtil.writeInstruction:([BII)V
         9: .line 2428
            return
        end local 9 // int newInst
        end local 8 // int originalInst
        end local 7 // int relativePageDifference
        end local 5 // long targetAddress
        end local 4 // int pos
        end local 3 // byte[] code
        end local 2 // int relative
        end local 1 // int codePos
        end local 0 // org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   10     0                    this  Lorg/graalvm/compiler/asm/aarch64/AArch64MacroAssembler$AdrpLdrMacroInstruction;
            0   10     1                 codePos  I
            0   10     2                relative  I
            0   10     3                    code  [B
            1   10     4                     pos  I
            2   10     5           targetAddress  J
            3   10     7  relativePageDifference  I
            4   10     8            originalInst  I
            5   10     9                 newInst  I
    MethodParameters:
          Name  Flags
      codePos   
      relative  
      code      
}
SourceFile: "AArch64MacroAssembler.java"
NestHost: org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler
InnerClasses:
  public abstract PatchableCodeAnnotation = org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatchableCodeAnnotation of org.graalvm.compiler.asm.aarch64.AArch64Assembler
  public PatcherUtil = org.graalvm.compiler.asm.aarch64.AArch64Assembler$PatcherUtil of org.graalvm.compiler.asm.aarch64.AArch64Assembler
  public AdrpLdrMacroInstruction = org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpLdrMacroInstruction of org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler