public final class jdk.tools.jaotc.aarch64.AArch64InstructionDecoder extends jdk.tools.jaotc.InstructionDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.tools.jaotc.aarch64.AArch64InstructionDecoder
  super_class: jdk.tools.jaotc.InstructionDecoder
{
  private int currentEndOfInstruction;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(jdk.vm.ci.code.TargetDescription);
    descriptor: (Ljdk/vm/ci/code/TargetDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.tools.jaotc.aarch64.AArch64InstructionDecoder this
        start local 1 // jdk.vm.ci.code.TargetDescription target
         0: .line 35
            aload 0 /* this */
            invokespecial jdk.tools.jaotc.InstructionDecoder.<init>:()V
         1: .line 36
            return
        end local 1 // jdk.vm.ci.code.TargetDescription target
        end local 0 // jdk.tools.jaotc.aarch64.AArch64InstructionDecoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljdk/tools/jaotc/aarch64/AArch64InstructionDecoder;
            0    2     1  target  Ljdk/vm/ci/code/TargetDescription;
    MethodParameters:
        Name  Flags
      target  

  public int currentEndOfInstruction();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.tools.jaotc.aarch64.AArch64InstructionDecoder this
         0: .line 40
            aload 0 /* this */
            getfield jdk.tools.jaotc.aarch64.AArch64InstructionDecoder.currentEndOfInstruction:I
            ireturn
        end local 0 // jdk.tools.jaotc.aarch64.AArch64InstructionDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/tools/jaotc/aarch64/AArch64InstructionDecoder;

  public void decodePosition(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.tools.jaotc.aarch64.AArch64InstructionDecoder this
        start local 1 // byte[] code
        start local 2 // int pcOffset
         0: .line 45
            aload 0 /* this */
            iload 2 /* pcOffset */
            iconst_4
            iadd
            putfield jdk.tools.jaotc.aarch64.AArch64InstructionDecoder.currentEndOfInstruction:I
         1: .line 46
            return
        end local 2 // int pcOffset
        end local 1 // byte[] code
        end local 0 // jdk.tools.jaotc.aarch64.AArch64InstructionDecoder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljdk/tools/jaotc/aarch64/AArch64InstructionDecoder;
            0    2     1      code  [B
            0    2     2  pcOffset  I
    MethodParameters:
          Name  Flags
      code      final
      pcOffset  
}
SourceFile: "AArch64InstructionDecoder.java"