public class org.graalvm.compiler.bytecode.BytecodeTableSwitch extends org.graalvm.compiler.bytecode.BytecodeSwitch
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.bytecode.BytecodeTableSwitch
super_class: org.graalvm.compiler.bytecode.BytecodeSwitch
{
private static final int OFFSET_TO_LOW_KEY;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4
private static final int OFFSET_TO_HIGH_KEY;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 8
private static final int OFFSET_TO_FIRST_JUMP_OFFSET;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 12
private static final int JUMP_OFFSET_SIZE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4
public void <init>(org.graalvm.compiler.bytecode.BytecodeStream, int);
descriptor: (Lorg/graalvm/compiler/bytecode/BytecodeStream;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
aload 1
iload 2
invokespecial org.graalvm.compiler.bytecode.BytecodeSwitch.<init>:(Lorg/graalvm/compiler/bytecode/BytecodeStream;I)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;
0 2 1 stream Lorg/graalvm/compiler/bytecode/BytecodeStream;
0 2 2 bci I
MethodParameters:
Name Flags
stream
bci
public int lowKey();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.stream:Lorg/graalvm/compiler/bytecode/BytecodeStream;
aload 0
getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.alignedBci:I
iconst_4
iadd
invokevirtual org.graalvm.compiler.bytecode.BytecodeStream.readInt:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;
public int highKey();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.stream:Lorg/graalvm/compiler/bytecode/BytecodeStream;
aload 0
getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.alignedBci:I
bipush 8
iadd
invokevirtual org.graalvm.compiler.bytecode.BytecodeStream.readInt:(I)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;
public int keyAt(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.graalvm.compiler.bytecode.BytecodeTableSwitch.lowKey:()I
iload 1
iadd
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;
0 1 1 i I
MethodParameters:
Name Flags
i
public int offsetAt(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.stream:Lorg/graalvm/compiler/bytecode/BytecodeStream;
aload 0
getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.alignedBci:I
bipush 12
iadd
iconst_4
iload 1
imul
iadd
invokevirtual org.graalvm.compiler.bytecode.BytecodeStream.readInt:(I)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;
0 1 1 i I
MethodParameters:
Name Flags
i
public int numberOfCases();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.graalvm.compiler.bytecode.BytecodeTableSwitch.highKey:()I
aload 0
invokevirtual org.graalvm.compiler.bytecode.BytecodeTableSwitch.lowKey:()I
isub
iconst_1
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.alignedBci:I
bipush 12
iadd
iconst_4
aload 0
invokevirtual org.graalvm.compiler.bytecode.BytecodeTableSwitch.numberOfCases:()I
imul
iadd
aload 0
getfield org.graalvm.compiler.bytecode.BytecodeTableSwitch.bci:I
isub
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/bytecode/BytecodeTableSwitch;
}
SourceFile: "BytecodeTableSwitch.java"