public abstract class com.oracle.objectfile.elf.dwarf.DwarfSectionImpl extends com.oracle.objectfile.BasicProgbitsSectionImpl
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.oracle.objectfile.elf.dwarf.DwarfSectionImpl
super_class: com.oracle.objectfile.BasicProgbitsSectionImpl
{
protected com.oracle.objectfile.elf.dwarf.DwarfDebugInfo dwarfSections;
descriptor: Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
flags: (0x0004) ACC_PROTECTED
protected boolean debug;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
protected long debugTextBase;
descriptor: J
flags: (0x0004) ACC_PROTECTED
protected long debugAddress;
descriptor: J
flags: (0x0004) ACC_PROTECTED
protected int debugBase;
descriptor: I
flags: (0x0004) ACC_PROTECTED
protected static final byte[] scratch;
descriptor: [B
flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.$assertionsDisabled:Z
3: bipush 10
newarray 8
putstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(com.oracle.objectfile.elf.dwarf.DwarfDebugInfo);
descriptor: (Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial com.oracle.objectfile.BasicProgbitsSectionImpl.<init>:()V
1: aload 0
iconst_0
putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debug:Z
2: aload 0
lconst_0
putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugTextBase:J
3: aload 0
lconst_0
putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugAddress:J
4: aload 0
iconst_0
putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugBase:I
5: aload 0
aload 1
putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 7 1 dwarfSections Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
MethodParameters:
Name Flags
dwarfSections
public boolean isAArch64();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
getfield com.oracle.objectfile.elf.dwarf.DwarfDebugInfo.elfMachine:Lcom/oracle/objectfile/elf/ELFMachine;
getstatic com.oracle.objectfile.elf.ELFMachine.AArch64:Lcom/oracle/objectfile/elf/ELFMachine;
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
public abstract void createContent();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void writeContent(org.graalvm.compiler.debug.DebugContext);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
debugContext
public boolean isLoadable();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
private java.lang.String debugSectionLogName();
descriptor: ()Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.$assertionsDisabled:Z
ifne 1
aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getSectionName:()Ljava/lang/String;
ldc ".debug"
invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
ifne 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
new java.lang.StringBuilder
dup
ldc "dwarf"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getSectionName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
protected void enableLog(org.graalvm.compiler.debug.DebugContext, int);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext;I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual org.graalvm.compiler.debug.DebugContext.areScopesEnabled:()Z
ifeq 4
1: aload 0
iconst_1
putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debug:Z
2: aload 0
iload 2
putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugBase:I
3: aload 0
aload 0
getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugTextBase:J
putfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugAddress:J
4: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 5 1 context Lorg/graalvm/compiler/debug/DebugContext;
0 5 2 pos I
MethodParameters:
Name Flags
context
pos
protected void log(org.graalvm.compiler.debug.DebugContext, java.lang.String, java.lang.Object[]);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debug:Z
ifeq 2
1: aload 1
iconst_2
aload 2
aload 3
invokevirtual org.graalvm.compiler.debug.DebugContext.logv:(ILjava/lang/String;[Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 context Lorg/graalvm/compiler/debug/DebugContext;
0 3 2 format Ljava/lang/String;
0 3 3 args [Ljava/lang/Object;
MethodParameters:
Name Flags
context
format
args
protected void verboseLog(org.graalvm.compiler.debug.DebugContext, java.lang.String, java.lang.Object[]);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Ljava/lang/String;[Ljava/lang/Object;)V
flags: (0x0084) ACC_PROTECTED, ACC_VARARGS
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debug:Z
ifeq 2
1: aload 1
iconst_3
aload 2
aload 3
invokevirtual org.graalvm.compiler.debug.DebugContext.logv:(ILjava/lang/String;[Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 context Lorg/graalvm/compiler/debug/DebugContext;
0 3 2 format Ljava/lang/String;
0 3 3 args [Ljava/lang/Object;
MethodParameters:
Name Flags
context
format
args
protected boolean littleEndian();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfDebugInfo.getByteOrder:()Ljava/nio/ByteOrder;
getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
protected int putByte(byte, byte[], int);
descriptor: (B[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 3
istore 4
start local 4 1: aload 2
iload 4
iinc 4 1
iload 1
bastore
2: iload 4
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 b B
0 3 2 buffer [B
0 3 3 p I
1 3 4 pos I
MethodParameters:
Name Flags
b
buffer
p
protected int putShort(short, byte[], int);
descriptor: (S[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 3
istore 4
start local 4 1: aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.littleEndian:()Z
ifeq 5
2: aload 2
iload 4
iinc 4 1
iload 1
sipush 255
iand
i2b
bastore
3: aload 2
iload 4
iinc 4 1
iload 1
bipush 8
ishr
sipush 255
iand
i2b
bastore
4: goto 7
5: StackMap locals: int
StackMap stack:
aload 2
iload 4
iinc 4 1
iload 1
bipush 8
ishr
sipush 255
iand
i2b
bastore
6: aload 2
iload 4
iinc 4 1
iload 1
sipush 255
iand
i2b
bastore
7: StackMap locals:
StackMap stack:
iload 4
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 8 1 s S
0 8 2 buffer [B
0 8 3 p I
1 8 4 pos I
MethodParameters:
Name Flags
s
buffer
p
protected int putInt(int, byte[], int);
descriptor: (I[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 3
istore 4
start local 4 1: aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.littleEndian:()Z
ifeq 7
2: aload 2
iload 4
iinc 4 1
iload 1
sipush 255
iand
i2b
bastore
3: aload 2
iload 4
iinc 4 1
iload 1
bipush 8
ishr
sipush 255
iand
i2b
bastore
4: aload 2
iload 4
iinc 4 1
iload 1
bipush 16
ishr
sipush 255
iand
i2b
bastore
5: aload 2
iload 4
iinc 4 1
iload 1
bipush 24
ishr
sipush 255
iand
i2b
bastore
6: goto 11
7: StackMap locals: int
StackMap stack:
aload 2
iload 4
iinc 4 1
iload 1
bipush 24
ishr
sipush 255
iand
i2b
bastore
8: aload 2
iload 4
iinc 4 1
iload 1
bipush 16
ishr
sipush 255
iand
i2b
bastore
9: aload 2
iload 4
iinc 4 1
iload 1
bipush 8
ishr
sipush 255
iand
i2b
bastore
10: aload 2
iload 4
iinc 4 1
iload 1
sipush 255
iand
i2b
bastore
11: StackMap locals:
StackMap stack:
iload 4
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 12 1 i I
0 12 2 buffer [B
0 12 3 p I
1 12 4 pos I
MethodParameters:
Name Flags
i
buffer
p
protected int putLong(long, byte[], int);
descriptor: (J[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=6, args_size=4
start local 0 start local 1 start local 3 start local 4 0: iload 4
istore 5
start local 5 1: aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.littleEndian:()Z
ifeq 11
2: aload 3
iload 5
iinc 5 1
lload 1
ldc 255
land
l2i
i2b
bastore
3: aload 3
iload 5
iinc 5 1
lload 1
bipush 8
lshr
ldc 255
land
l2i
i2b
bastore
4: aload 3
iload 5
iinc 5 1
lload 1
bipush 16
lshr
ldc 255
land
l2i
i2b
bastore
5: aload 3
iload 5
iinc 5 1
lload 1
bipush 24
lshr
ldc 255
land
l2i
i2b
bastore
6: aload 3
iload 5
iinc 5 1
lload 1
bipush 32
lshr
ldc 255
land
l2i
i2b
bastore
7: aload 3
iload 5
iinc 5 1
lload 1
bipush 40
lshr
ldc 255
land
l2i
i2b
bastore
8: aload 3
iload 5
iinc 5 1
lload 1
bipush 48
lshr
ldc 255
land
l2i
i2b
bastore
9: aload 3
iload 5
iinc 5 1
lload 1
bipush 56
lshr
ldc 255
land
l2i
i2b
bastore
10: goto 19
11: StackMap locals: int
StackMap stack:
aload 3
iload 5
iinc 5 1
lload 1
bipush 56
lshr
ldc 255
land
l2i
i2b
bastore
12: aload 3
iload 5
iinc 5 1
lload 1
bipush 48
lshr
ldc 255
land
l2i
i2b
bastore
13: aload 3
iload 5
iinc 5 1
lload 1
bipush 40
lshr
ldc 255
land
l2i
i2b
bastore
14: aload 3
iload 5
iinc 5 1
lload 1
bipush 32
lshr
ldc 255
land
l2i
i2b
bastore
15: aload 3
iload 5
iinc 5 1
lload 1
bipush 16
lshr
ldc 255
land
l2i
i2b
bastore
16: aload 3
iload 5
iinc 5 1
lload 1
bipush 24
lshr
ldc 255
land
l2i
i2b
bastore
17: aload 3
iload 5
iinc 5 1
lload 1
bipush 8
lshr
ldc 255
land
l2i
i2b
bastore
18: aload 3
iload 5
iinc 5 1
lload 1
ldc 255
land
l2i
i2b
bastore
19: StackMap locals:
StackMap stack:
iload 5
ireturn
end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 20 1 l J
0 20 3 buffer [B
0 20 4 p I
1 20 5 pos I
MethodParameters:
Name Flags
l
buffer
p
protected int putRelocatableCodeOffset(long, byte[], int);
descriptor: (J[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=6, args_size=4
start local 0 start local 1 start local 3 start local 4 0: iload 4
istore 5
start local 5 1: aload 0
iload 5
getstatic com.oracle.objectfile.ObjectFile$RelocationKind.DIRECT_8:Lcom/oracle/objectfile/ObjectFile$RelocationKind;
ldc ".text"
iconst_0
lload 1
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.markRelocationSite:(ILcom/oracle/objectfile/ObjectFile$RelocationKind;Ljava/lang/String;ZLjava/lang/Long;)Lcom/oracle/objectfile/ObjectFile$RelocationRecord;
pop
2: aload 0
lconst_0
aload 3
iload 5
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putLong:(J[BI)I
istore 5
3: iload 5
ireturn
end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 4 1 l J
0 4 3 buffer [B
0 4 4 p I
1 4 5 pos I
MethodParameters:
Name Flags
l
buffer
p
protected int putULEB(long, byte[], int);
descriptor: (J[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=11, args_size=4
start local 0 start local 1 start local 3 start local 4 0: lload 1
lstore 5
start local 5 1: iload 4
istore 7
start local 7 2: iconst_0
istore 8
start local 8 3: goto 15
4: StackMap locals: long int int
StackMap stack:
lload 5
ldc 127
land
l2i
i2b
istore 9
start local 9 5: lload 5
bipush 7
lushr
lstore 5
6: lload 5
lconst_0
lcmp
ifne 7
iconst_1
goto 8
StackMap locals: int
StackMap stack:
7: iconst_0
StackMap locals:
StackMap stack: int
8: istore 10
start local 10 9: iload 10
ifne 11
10: iload 9
sipush 128
ior
i2b
istore 9
11: StackMap locals: int
StackMap stack:
aload 0
iload 9
aload 3
iload 7
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
istore 7
12: iload 10
ifeq 14
13: goto 16
end local 10 end local 9 14: StackMap locals:
StackMap stack:
iinc 8 1
StackMap locals:
StackMap stack:
15: iload 8
bipush 9
if_icmplt 4
end local 8 16: StackMap locals:
StackMap stack:
iload 7
ireturn
end local 7 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 17 1 val J
0 17 3 buffer [B
0 17 4 p I
1 17 5 l J
2 17 7 pos I
3 16 8 i I
5 14 9 b B
9 14 10 done Z
MethodParameters:
Name Flags
val
buffer
p
protected int putSLEB(long, byte[], int);
descriptor: (J[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=12, args_size=4
start local 0 start local 1 start local 3 start local 4 0: lload 1
lstore 5
start local 5 1: iload 4
istore 7
start local 7 2: iconst_0
istore 8
start local 8 3: goto 20
4: StackMap locals: long int int
StackMap stack:
lload 5
ldc 127
land
l2i
i2b
istore 9
start local 9 5: lload 5
bipush 7
lshr
lstore 5
6: iload 9
bipush 64
iand
ifeq 7
iconst_1
goto 8
StackMap locals: int
StackMap stack:
7: iconst_0
StackMap locals:
StackMap stack: int
8: istore 10
start local 10 9: iload 10
ifeq 10
lload 5
ldc -1
lcmp
ifeq 12
StackMap locals: int
StackMap stack:
10: iload 10
ifne 11
lload 5
lconst_0
lcmp
ifeq 12
StackMap locals:
StackMap stack:
11: iconst_0
goto 13
StackMap locals:
StackMap stack:
12: iconst_1
StackMap locals:
StackMap stack: int
13: istore 11
start local 11 14: iload 11
ifne 16
15: iload 9
sipush 128
ior
i2b
istore 9
16: StackMap locals: int
StackMap stack:
aload 0
iload 9
aload 3
iload 7
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
istore 7
17: iload 11
ifeq 19
18: goto 21
end local 11 end local 10 end local 9 19: StackMap locals:
StackMap stack:
iinc 8 1
StackMap locals:
StackMap stack:
20: iload 8
bipush 9
if_icmplt 4
end local 8 21: StackMap locals:
StackMap stack:
iload 7
ireturn
end local 7 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 22 1 val J
0 22 3 buffer [B
0 22 4 p I
1 22 5 l J
2 22 7 pos I
3 21 8 i I
5 19 9 b B
9 19 10 bIsSigned Z
14 19 11 done Z
MethodParameters:
Name Flags
val
buffer
p
protected int putAsciiStringBytes(java.lang.String, byte[], int);
descriptor: (Ljava/lang/String;[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iconst_0
aload 2
iload 3
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putAsciiStringBytes:(Ljava/lang/String;I[BI)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 1 1 s Ljava/lang/String;
0 1 2 buffer [B
0 1 3 pos I
MethodParameters:
Name Flags
s
buffer
pos
protected int putAsciiStringBytes(java.lang.String, int, byte[], int);
descriptor: (Ljava/lang/String;I[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=8, 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: iload 2
istore 6
start local 6 2: goto 8
3: StackMap locals: int int
StackMap stack:
aload 1
iload 6
invokevirtual java.lang.String.charAt:(I)C
istore 7
start local 7 4: iload 7
bipush 127
if_icmple 6
5: new java.lang.RuntimeException
dup
new java.lang.StringBuilder
dup
ldc "oops : expected ASCII string! "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals: int
StackMap stack:
aload 3
iload 5
iinc 5 1
iload 7
i2b
bastore
end local 7 7: iinc 6 1
StackMap locals:
StackMap stack:
8: iload 6
aload 1
invokevirtual java.lang.String.length:()I
if_icmplt 3
end local 6 9: aload 3
iload 5
iinc 5 1
iconst_0
bastore
10: iload 5
ireturn
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 11 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 11 1 s Ljava/lang/String;
0 11 2 startChar I
0 11 3 buffer [B
0 11 4 p I
1 11 5 pos I
2 9 6 l I
4 7 7 c C
MethodParameters:
Name Flags
s
startChar
buffer
p
protected void patchLength(int, byte[], int);
descriptor: (I[BI)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
ifnull 3
1: iload 3
iload 1
iconst_4
iadd
isub
istore 4
start local 4 2: aload 0
iload 4
aload 2
iload 1
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putInt:(I[BI)I
pop
end local 4 3: StackMap locals:
StackMap stack:
return
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/DwarfSectionImpl;
0 4 1 lengthPos I
0 4 2 buffer [B
0 4 3 pos I
2 3 4 length I
MethodParameters:
Name Flags
lengthPos
buffer
pos
protected int writeAbbrevCode(long, byte[], int);
descriptor: (J[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=5, args_size=4
start local 0 start local 1 start local 3 start local 4 0: aload 3
ifnonnull 2
1: iload 4
aload 0
lload 1
getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
iconst_0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putSLEB:(J[BI)I
iadd
ireturn
2: StackMap locals:
StackMap stack:
aload 0
lload 1
aload 3
iload 4
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putSLEB:(J[BI)I
ireturn
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 code J
0 3 3 buffer [B
0 3 4 pos I
MethodParameters:
Name Flags
code
buffer
pos
protected int writeTag(long, byte[], int);
descriptor: (J[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=5, args_size=4
start local 0 start local 1 start local 3 start local 4 0: aload 3
ifnonnull 2
1: iload 4
aload 0
lload 1
getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
iconst_0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putSLEB:(J[BI)I
iadd
ireturn
2: StackMap locals:
StackMap stack:
aload 0
lload 1
aload 3
iload 4
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putSLEB:(J[BI)I
ireturn
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 code J
0 3 3 buffer [B
0 3 4 pos I
MethodParameters:
Name Flags
code
buffer
pos
protected int writeFlag(byte, byte[], int);
descriptor: (B[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
ifnonnull 2
1: iload 3
aload 0
iload 1
getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
iconst_0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
iadd
ireturn
2: StackMap locals:
StackMap stack:
aload 0
iload 1
aload 2
iload 3
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 flag B
0 3 2 buffer [B
0 3 3 pos I
MethodParameters:
Name Flags
flag
buffer
pos
protected int writeAttrAddress(long, byte[], int);
descriptor: (J[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 3 start local 4 0: aload 3
ifnonnull 2
1: iload 4
bipush 8
iadd
ireturn
2: StackMap locals:
StackMap stack:
aload 0
lload 1
aload 3
iload 4
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putRelocatableCodeOffset:(J[BI)I
ireturn
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 address J
0 3 3 buffer [B
0 3 4 pos I
MethodParameters:
Name Flags
address
buffer
pos
protected int writeAttrData8(long, byte[], int);
descriptor: (J[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=5, args_size=4
start local 0 start local 1 start local 3 start local 4 0: aload 3
ifnonnull 2
1: iload 4
aload 0
lload 1
getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
iconst_0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putLong:(J[BI)I
iadd
ireturn
2: StackMap locals:
StackMap stack:
aload 0
lload 1
aload 3
iload 4
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putLong:(J[BI)I
ireturn
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 value J
0 3 3 buffer [B
0 3 4 pos I
MethodParameters:
Name Flags
value
buffer
pos
protected int writeAttrData4(int, byte[], int);
descriptor: (I[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
ifnonnull 2
1: iload 3
aload 0
iload 1
getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
iconst_0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putInt:(I[BI)I
iadd
ireturn
2: StackMap locals:
StackMap stack:
aload 0
iload 1
aload 2
iload 3
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putInt:(I[BI)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 value I
0 3 2 buffer [B
0 3 3 pos I
MethodParameters:
Name Flags
value
buffer
pos
protected int writeAttrData1(byte, byte[], int);
descriptor: (B[BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
ifnonnull 2
1: iload 3
aload 0
iload 1
getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
iconst_0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
iadd
ireturn
2: StackMap locals:
StackMap stack:
aload 0
iload 1
aload 2
iload 3
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putByte:(B[BI)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 value B
0 3 2 buffer [B
0 3 3 pos I
MethodParameters:
Name Flags
value
buffer
pos
protected int writeAttrNull(byte[], int);
descriptor: ([BI)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnonnull 2
1: iload 2
aload 0
lconst_0
getstatic com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.scratch:[B
iconst_0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putSLEB:(J[BI)I
iadd
ireturn
2: StackMap locals:
StackMap stack:
aload 0
lconst_0
aload 1
iload 2
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.putSLEB:(J[BI)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 buffer [B
0 3 2 pos I
MethodParameters:
Name Flags
buffer
pos
public abstract java.lang.String targetSectionName();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.oracle.objectfile.LayoutDecision$Kind[] targetSectionKinds();
descriptor: ()[Lcom/oracle/objectfile/LayoutDecision$Kind;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String getSectionName();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public byte[] getOrDecideContent(java.util.Map<com.oracle.objectfile.ObjectFile$Element, com.oracle.objectfile.LayoutDecisionMap>, );
descriptor: (Ljava/util/Map;[B)[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.createContent:()V
1: aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getOwner:()Lcom/oracle/objectfile/ObjectFile;
aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.debugSectionLogName:()Ljava/lang/String;
aload 0
invokedynamic accept(Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;)Ljava/util/function/Consumer;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
com/oracle/objectfile/elf/dwarf/DwarfSectionImpl.writeContent(Lorg/graalvm/compiler/debug/DebugContext;)V (5)
(Lorg/graalvm/compiler/debug/DebugContext;)V
invokevirtual com.oracle.objectfile.ObjectFile.debugContext:(Ljava/lang/String;Ljava/util/function/Consumer;)V
2: aload 0
aload 1
aload 2
invokespecial com.oracle.objectfile.BasicProgbitsSectionImpl.getOrDecideContent:(Ljava/util/Map;[B)[B
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 3 1 alreadyDecided Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;
0 3 2 contentHint [B
Signature: (Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;[B)[B
MethodParameters:
Name Flags
alreadyDecided
contentHint
public java.util.Set<com.oracle.objectfile.BuildDependency> getDependencies(java.util.Map<com.oracle.objectfile.ObjectFile$Element, com.oracle.objectfile.LayoutDecisionMap>);
descriptor: (Ljava/util/Map;)Ljava/util/Set;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=13, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.oracle.objectfile.BasicProgbitsSectionImpl.getDependencies:(Ljava/util/Map;)Ljava/util/Set;
astore 2
start local 2 1: aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.targetSectionName:()Ljava/lang/String;
astore 3
start local 3 2: aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
invokevirtual com.oracle.objectfile.ObjectFile$Section.getOwner:()Lcom/oracle/objectfile/ObjectFile;
aload 3
invokevirtual com.oracle.objectfile.ObjectFile.elementForName:(Ljava/lang/String;)Lcom/oracle/objectfile/ObjectFile$Element;
checkcast com.oracle.objectfile.elf.ELFObjectFile$ELFSection
astore 4
start local 4 3: aload 1
aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.oracle.objectfile.LayoutDecisionMap
getstatic com.oracle.objectfile.LayoutDecision$Kind.CONTENT:Lcom/oracle/objectfile/LayoutDecision$Kind;
invokevirtual com.oracle.objectfile.LayoutDecisionMap.getDecision:(Lcom/oracle/objectfile/LayoutDecision$Kind;)Lcom/oracle/objectfile/LayoutDecision;
astore 5
start local 5 4: aload 1
aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getElement:()Lcom/oracle/objectfile/ObjectFile$Section;
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.oracle.objectfile.LayoutDecisionMap
getstatic com.oracle.objectfile.LayoutDecision$Kind.SIZE:Lcom/oracle/objectfile/LayoutDecision$Kind;
invokevirtual com.oracle.objectfile.LayoutDecisionMap.getDecision:(Lcom/oracle/objectfile/LayoutDecision$Kind;)Lcom/oracle/objectfile/LayoutDecision;
astore 6
start local 6 5: aload 0
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.targetSectionKinds:()[Lcom/oracle/objectfile/LayoutDecision$Kind;
astore 7
start local 7 6: aload 7
dup
astore 11
arraylength
istore 10
iconst_0
istore 9
goto 11
StackMap locals: com.oracle.objectfile.elf.dwarf.DwarfSectionImpl java.util.Map java.util.Set java.lang.String com.oracle.objectfile.elf.ELFObjectFile$ELFSection com.oracle.objectfile.LayoutDecision com.oracle.objectfile.LayoutDecision com.oracle.objectfile.LayoutDecision$Kind[] top int int com.oracle.objectfile.LayoutDecision$Kind[]
StackMap stack:
7: aload 11
iload 9
aaload
astore 8
start local 8 8: aload 1
aload 4
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast com.oracle.objectfile.LayoutDecisionMap
aload 8
invokevirtual com.oracle.objectfile.LayoutDecisionMap.getDecision:(Lcom/oracle/objectfile/LayoutDecision$Kind;)Lcom/oracle/objectfile/LayoutDecision;
astore 12
start local 12 9: aload 2
aload 5
aload 12
invokestatic com.oracle.objectfile.BuildDependency.createOrGet:(Lcom/oracle/objectfile/LayoutDecision;Lcom/oracle/objectfile/LayoutDecision;)Lcom/oracle/objectfile/BuildDependency;
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
end local 12 end local 8 10: iinc 9 1
StackMap locals:
StackMap stack:
11: iload 9
iload 10
if_icmplt 7
12: aload 2
aload 6
aload 5
invokestatic com.oracle.objectfile.BuildDependency.createOrGet:(Lcom/oracle/objectfile/LayoutDecision;Lcom/oracle/objectfile/LayoutDecision;)Lcom/oracle/objectfile/BuildDependency;
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
13: aload 2
areturn
end local 7 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 14 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 14 1 decisions Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;
1 14 2 deps Ljava/util/Set<Lcom/oracle/objectfile/BuildDependency;>;
2 14 3 targetName Ljava/lang/String;
3 14 4 targetSection Lcom/oracle/objectfile/elf/ELFObjectFile$ELFSection;
4 14 5 ourContent Lcom/oracle/objectfile/LayoutDecision;
5 14 6 ourSize Lcom/oracle/objectfile/LayoutDecision;
6 14 7 targetKinds [Lcom/oracle/objectfile/LayoutDecision$Kind;
8 10 8 targetKind Lcom/oracle/objectfile/LayoutDecision$Kind;
9 10 12 targetDecision Lcom/oracle/objectfile/LayoutDecision;
Signature: (Ljava/util/Map<Lcom/oracle/objectfile/ObjectFile$Element;Lcom/oracle/objectfile/LayoutDecisionMap;>;)Ljava/util/Set<Lcom/oracle/objectfile/BuildDependency;>;
MethodParameters:
Name Flags
decisions
protected java.lang.Iterable<? extends com.oracle.objectfile.debugentry.ClassEntry> getPrimaryClasses();
descriptor: ()Ljava/lang/Iterable;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfDebugInfo.getPrimaryClasses:()Ljava/util/LinkedList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
Signature: ()Ljava/lang/Iterable<+Lcom/oracle/objectfile/debugentry/ClassEntry;>;
protected int debugStringIndex(java.lang.String);
descriptor: (Ljava/lang/String;)I
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.dwarfSections:Lcom/oracle/objectfile/elf/dwarf/DwarfDebugInfo;
aload 1
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfDebugInfo.debugStringIndex:(Ljava/lang/String;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/objectfile/elf/dwarf/DwarfSectionImpl;
0 1 1 str Ljava/lang/String;
MethodParameters:
Name Flags
str
public java.lang.Iterable getDependencies(java.util.Map);
descriptor: (Ljava/util/Map;)Ljava/lang/Iterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual com.oracle.objectfile.elf.dwarf.DwarfSectionImpl.getDependencies:(Ljava/util/Map;)Ljava/util/Set;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "DwarfSectionImpl.java"
InnerClasses:
public final Kind = com.oracle.objectfile.LayoutDecision$Kind of com.oracle.objectfile.LayoutDecision
public abstract Element = com.oracle.objectfile.ObjectFile$Element of com.oracle.objectfile.ObjectFile
public final RelocationKind = com.oracle.objectfile.ObjectFile$RelocationKind of com.oracle.objectfile.ObjectFile
public abstract RelocationRecord = com.oracle.objectfile.ObjectFile$RelocationRecord of com.oracle.objectfile.ObjectFile
public abstract Section = com.oracle.objectfile.ObjectFile$Section of com.oracle.objectfile.ObjectFile
public abstract ELFSection = com.oracle.objectfile.elf.ELFObjectFile$ELFSection of com.oracle.objectfile.elf.ELFObjectFile
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles