public class com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImplX86_64 extends com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImplX86_64
super_class: com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl
{
private static final int DW_CFA_RSP_IDX;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 7
private static final int DW_CFA_RIP_IDX;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 16
public void <init>(com.oracle.objectfile.elf.dwarf.DwarfDebugInfo);
descriptor: (Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImpl.<init>:(Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImplX86_64;
0 2 1 dwarfSections Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
MethodParameters:
Name Flags
dwarfSections
public int getReturnPCIdx();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: bipush 16
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImplX86_64;
public int getSPIdx();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: bipush 7
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImplX86_64;
public int writeInitialInstructions(byte[], int);
descriptor: ([BI)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iload 2
istore 3
start local 3 1: aload 0
bipush 7
bipush 8
aload 1
iload 3
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImplX86_64.writeDefCFA:(II[BI)I
istore 3
2: aload 0
bipush 16
iconst_1
aload 1
iload 3
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImplX86_64.writeOffset:(II[BI)I
istore 3
3: iload 3
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImplX86_64;
0 4 1 buffer [B
0 4 2 p I
1 4 3 pos I
MethodParameters:
Name Flags
buffer
p
protected int writeFDEs(int, java.util.List<com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugFrameSizeChange>, byte[], );
descriptor: (ILjava/util/List;[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=10, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: iload 4
istore 5
start local 5 1: iconst_0
istore 6
start local 6 2: aload 2
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 8
goto 11
StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImplX86_64 int java.util.List byte[] int int int top java.util.Iterator
StackMap stack:
3: aload 8
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugFrameSizeChange
astore 7
start local 7 4: aload 7
invokeinterface com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugFrameSizeChange.getOffset:()I
iload 6
isub
istore 9
start local 9 5: iload 6
iload 9
iadd
istore 6
6: aload 0
iload 9
aload 3
iload 5
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImplX86_64.writeAdvanceLoc:(I[BI)I
istore 5
7: aload 7
invokeinterface com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugFrameSizeChange.getType:()Lcom/oracle/objectfile/debuginfo/DebugInfoProvider$DebugFrameSizeChange$Type;
getstatic com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugFrameSizeChange$Type.EXTEND:Lcom/oracle/objectfile/debuginfo/DebugInfoProvider$DebugFrameSizeChange$Type;
if_acmpne 10
8: aload 0
iload 1
aload 3
iload 5
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImplX86_64.writeDefCFAOffset:(I[BI)I
istore 5
9: goto 11
10: StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImplX86_64 int java.util.List byte[] int int int com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugFrameSizeChange java.util.Iterator int
StackMap stack:
aload 0
bipush 8
aload 3
iload 5
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImplX86_64.writeDefCFAOffset:(I[BI)I
istore 5
end local 9 end local 7 11: StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfFrameSectionImplX86_64 int java.util.List byte[] int int int top java.util.Iterator
StackMap stack:
aload 8
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
12: iload 5
ireturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfFrameSectionImplX86_64;
0 13 1 frameSize I
0 13 2 frameSizeInfos Ljava/util/List<Lcom/oracle/objectfile/debuginfo/DebugInfoProvider$DebugFrameSizeChange;>;
0 13 3 buffer [B
0 13 4 p I
1 13 5 pos I
2 13 6 currentOffset I
4 11 7 debugFrameSizeInfo Lcom/oracle/objectfile/debuginfo/DebugInfoProvider$DebugFrameSizeChange;
5 11 9 advance I
Signature: (ILjava/util/List<Lcom/oracle/objectfile/debuginfo/DebugInfoProvider$DebugFrameSizeChange;>;[BI)I
MethodParameters:
Name Flags
frameSize
frameSizeInfos
buffer
p
}
SourceFile: "DwarfFrameSectionImplX86_64.java"
InnerClasses:
public abstract DebugFrameSizeChange = com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugFrameSizeChange of com.oracle.objectfile.debuginfo.DebugInfoProvider
public final Type = com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugFrameSizeChange$Type of com.oracle.objectfile.debuginfo.DebugInfoProvider$DebugFrameSizeChange