public final class org.graalvm.compiler.code.DataSection$SerializableData extends org.graalvm.compiler.code.DataSection$Data
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.graalvm.compiler.code.DataSection$SerializableData
super_class: org.graalvm.compiler.code.DataSection$Data
{
private final jdk.vm.ci.meta.SerializableConstant constant;
descriptor: Ljdk/vm/ci/meta/SerializableConstant;
flags: (0x0012) ACC_PRIVATE, 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 Lorg/graalvm/compiler/code/DataSection;
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 org.graalvm.compiler.code.DataSection$SerializableData.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(jdk.vm.ci.meta.SerializableConstant);
descriptor: (Ljdk/vm/ci/meta/SerializableConstant;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_1
invokespecial org.graalvm.compiler.code.DataSection$SerializableData.<init>:(Ljdk/vm/ci/meta/SerializableConstant;I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/code/DataSection$SerializableData;
0 2 1 constant Ljdk/vm/ci/meta/SerializableConstant;
MethodParameters:
Name Flags
constant
public void <init>(jdk.vm.ci.meta.SerializableConstant, int);
descriptor: (Ljdk/vm/ci/meta/SerializableConstant;I)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
aload 1
invokeinterface jdk.vm.ci.meta.SerializableConstant.getSerializedSize:()I
invokespecial org.graalvm.compiler.code.DataSection$Data.<init>:(II)V
1: aload 0
aload 1
putfield org.graalvm.compiler.code.DataSection$SerializableData.constant:Ljdk/vm/ci/meta/SerializableConstant;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/code/DataSection$SerializableData;
0 3 1 constant Ljdk/vm/ci/meta/SerializableConstant;
0 3 2 alignment I
MethodParameters:
Name Flags
constant
alignment
protected void emit(java.nio.ByteBuffer, org.graalvm.compiler.code.DataSection$Patches);
descriptor: (Ljava/nio/ByteBuffer;Lorg/graalvm/compiler/code/DataSection$Patches;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual java.nio.ByteBuffer.position:()I
istore 3
start local 3 1: aload 0
getfield org.graalvm.compiler.code.DataSection$SerializableData.constant:Ljdk/vm/ci/meta/SerializableConstant;
aload 1
invokeinterface jdk.vm.ci.meta.SerializableConstant.serialize:(Ljava/nio/ByteBuffer;)V
2: getstatic org.graalvm.compiler.code.DataSection$SerializableData.$assertionsDisabled:Z
ifne 3
aload 1
invokevirtual java.nio.ByteBuffer.position:()I
iload 3
isub
aload 0
getfield org.graalvm.compiler.code.DataSection$SerializableData.constant:Ljdk/vm/ci/meta/SerializableConstant;
invokeinterface jdk.vm.ci.meta.SerializableConstant.getSerializedSize:()I
if_icmpeq 3
new java.lang.AssertionError
dup
ldc "wrong number of bytes written"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
3: StackMap locals: int
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 Lorg/graalvm/compiler/code/DataSection$SerializableData;
0 4 1 buffer Ljava/nio/ByteBuffer;
0 4 2 patches Lorg/graalvm/compiler/code/DataSection$Patches;
1 4 3 position I
MethodParameters:
Name Flags
buffer
patches
}
SourceFile: "DataSection.java"
NestHost: org.graalvm.compiler.code.DataSection
InnerClasses:
public abstract Data = org.graalvm.compiler.code.DataSection$Data of org.graalvm.compiler.code.DataSection
public abstract Patches = org.graalvm.compiler.code.DataSection$Patches of org.graalvm.compiler.code.DataSection
public final SerializableData = org.graalvm.compiler.code.DataSection$SerializableData of org.graalvm.compiler.code.DataSection