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>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial jdk.tools.jaotc.InstructionDecoder.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/tools/jaotc/aarch64/AArch64InstructionDecoder;
public int currentEndOfInstruction();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.tools.jaotc.aarch64.AArch64InstructionDecoder.currentEndOfInstruction:I
ireturn
end local 0 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 start local 1 start local 2 0: aload 0
iload 2
iconst_4
iadd
putfield jdk.tools.jaotc.aarch64.AArch64InstructionDecoder.currentEndOfInstruction:I
1: return
end local 2 end local 1 end local 0 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"