public final class org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn extends java.lang.Enum<org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
super_class: java.lang.Enum
{
public static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn BCI;
descriptor: Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn USE;
descriptor: Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn VALUE;
descriptor: Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn INSTRUCTION;
descriptor: Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn END;
descriptor: Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
final int position;
descriptor: I
flags: (0x0010) ACC_FINAL
final java.lang.String label;
descriptor: Ljava/lang/String;
flags: (0x0010) ACC_FINAL
private static final org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn[] ENUM$VALUES;
descriptor: [Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=0, args_size=0
0: new org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
dup
ldc "BCI"
iconst_0
1: iconst_2
ldc "bci"
invokespecial org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.<init>:(Ljava/lang/String;IILjava/lang/String;)V
putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.BCI:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
2: new org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
dup
ldc "USE"
iconst_1
3: bipush 7
ldc "use"
invokespecial org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.<init>:(Ljava/lang/String;IILjava/lang/String;)V
putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.USE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
4: new org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
dup
ldc "VALUE"
iconst_2
5: bipush 12
ldc "tid"
invokespecial org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.<init>:(Ljava/lang/String;IILjava/lang/String;)V
putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.VALUE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
6: new org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
dup
ldc "INSTRUCTION"
iconst_3
7: bipush 19
ldc "instr"
invokespecial org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.<init>:(Ljava/lang/String;IILjava/lang/String;)V
putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.INSTRUCTION:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
8: new org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
dup
ldc "END"
iconst_4
bipush 60
ldc ""
invokespecial org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.<init>:(Ljava/lang/String;IILjava/lang/String;)V
putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.END:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
9: iconst_5
anewarray org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
dup
iconst_0
getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.BCI:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
aastore
dup
iconst_1
getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.USE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
aastore
dup
iconst_2
getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.VALUE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
aastore
dup
iconst_3
getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.INSTRUCTION:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
aastore
dup
iconst_4
getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.END:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
aastore
putstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.ENUM$VALUES:[Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int, int, java.lang.String);
descriptor: (Ljava/lang/String;IILjava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=5
start local 0 start local 3 start local 4 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
iload 3
putfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
2: aload 0
aload 4
putfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.label:Ljava/lang/String;
3: return
end local 4 end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
0 4 3 position I
0 4 4 label Ljava/lang/String;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
position
label
public void printLabel(org.graalvm.compiler.debug.LogStream);
descriptor: (Lorg/graalvm/compiler/debug/LogStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
aload 1
invokevirtual org.graalvm.compiler.debug.LogStream.indentationLevel:()I
iadd
bipush 95
invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
pop
1: aload 1
aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.label:Ljava/lang/String;
invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
pop
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
0 3 1 out Lorg/graalvm/compiler/debug/LogStream;
MethodParameters:
Name Flags
out
public void advance(org.graalvm.compiler.debug.LogStream);
descriptor: (Lorg/graalvm/compiler/debug/LogStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
aload 1
invokevirtual org.graalvm.compiler.debug.LogStream.indentationLevel:()I
iadd
bipush 32
invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
0 2 1 out Lorg/graalvm/compiler/debug/LogStream;
MethodParameters:
Name Flags
out
public static org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn[] values();
descriptor: ()[Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.ENUM$VALUES:[Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;>;
SourceFile: "InstructionPrinter.java"
NestHost: org.graalvm.compiler.core.gen.InstructionPrinter
InnerClasses:
public final InstructionLineColumn = org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn of org.graalvm.compiler.core.gen.InstructionPrinter