public class org.graalvm.compiler.core.gen.InstructionPrinter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.core.gen.InstructionPrinter
super_class: java.lang.Object
{
private final org.graalvm.compiler.debug.LogStream out;
descriptor: Lorg/graalvm/compiler/debug/LogStream;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.graalvm.compiler.debug.LogStream);
descriptor: (Lorg/graalvm/compiler/debug/LogStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/core/gen/InstructionPrinter;
0 3 1 out Lorg/graalvm/compiler/debug/LogStream;
MethodParameters:
Name Flags
out
public org.graalvm.compiler.debug.LogStream out();
descriptor: ()Lorg/graalvm/compiler/debug/LogStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/core/gen/InstructionPrinter;
public void ();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.BCI:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.printLabel:(Lorg/graalvm/compiler/debug/LogStream;)V
1: getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.USE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.printLabel:(Lorg/graalvm/compiler/debug/LogStream;)V
2: getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.VALUE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.printLabel:(Lorg/graalvm/compiler/debug/LogStream;)V
3: getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.INSTRUCTION:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.printLabel:(Lorg/graalvm/compiler/debug/LogStream;)V
4: getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.END:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.printLabel:(Lorg/graalvm/compiler/debug/LogStream;)V
5: aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
invokevirtual org.graalvm.compiler.debug.LogStream.println:()Lorg/graalvm/compiler/debug/LogStream;
pop
6: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/graalvm/compiler/core/gen/InstructionPrinter;
public void printInstructionListing(org.graalvm.compiler.nodes.ValueNode);
descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
invokevirtual org.graalvm.compiler.debug.LogStream.indentationLevel:()I
istore 2
start local 2 1: aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.BCI:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
iload 2
iadd
bipush 32
invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
iconst_0
invokevirtual org.graalvm.compiler.debug.LogStream.print:(I)Lorg/graalvm/compiler/debug/LogStream;
getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.USE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
iload 2
iadd
bipush 32
invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
ldc "0"
invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.VALUE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
iload 2
iadd
bipush 32
invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
2: aload 1
invokestatic org.graalvm.compiler.nodes.ValueNodeUtil.valueString:(Lorg/graalvm/compiler/nodes/ValueNode;)Ljava/lang/String;
3: invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
4: getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.INSTRUCTION:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
iload 2
iadd
bipush 32
5: invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
pop
6: aload 0
aload 1
invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter.printInstruction:(Lorg/graalvm/compiler/nodes/ValueNode;)V
7: aload 1
instanceof org.graalvm.compiler.nodes.StateSplit
ifeq 9
8: aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
new java.lang.StringBuilder
dup
ldc " [state: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
checkcast org.graalvm.compiler.nodes.StateSplit
invokeinterface org.graalvm.compiler.nodes.StateSplit.stateAfter:()Lorg/graalvm/compiler/nodes/FrameState;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc "]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
pop
9: StackMap locals: int
StackMap stack:
aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
invokevirtual org.graalvm.compiler.debug.LogStream.println:()Lorg/graalvm/compiler/debug/LogStream;
pop
10: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/graalvm/compiler/core/gen/InstructionPrinter;
0 11 1 instruction Lorg/graalvm/compiler/nodes/ValueNode;
1 11 2 indentation I
MethodParameters:
Name Flags
instruction
public void printInstruction(org.graalvm.compiler.nodes.ValueNode);
descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
aload 1
invokevirtual org.graalvm.compiler.nodes.ValueNode.toString:()Ljava/lang/String;
invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)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;
0 2 1 node Lorg/graalvm/compiler/nodes/ValueNode;
MethodParameters:
Name Flags
node
}
SourceFile: "InstructionPrinter.java"
NestMembers:
org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
InnerClasses:
public final InstructionLineColumn = org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn of org.graalvm.compiler.core.gen.InstructionPrinter