public class org.graalvm.compiler.bytecode.BytecodeLookupSwitch 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.BytecodeLookupSwitch
super_class: org.graalvm.compiler.bytecode.BytecodeSwitch
{
private static final int OFFSET_TO_NUMBER_PAIRS;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 4
private static final int OFFSET_TO_FIRST_PAIR_MATCH;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 8
private static final int OFFSET_TO_FIRST_PAIR_OFFSET;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 12
private static final int PAIR_SIZE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 8
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/BytecodeLookupSwitch;
0 2 1 stream Lorg/graalvm/compiler/bytecode/BytecodeStream;
0 2 2 bci I
MethodParameters:
Name Flags
stream
bci
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.BytecodeLookupSwitch.stream:Lorg/graalvm/compiler/bytecode/BytecodeStream;
aload 0
getfield org.graalvm.compiler.bytecode.BytecodeLookupSwitch.alignedBci:I
bipush 12
iadd
bipush 8
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/BytecodeLookupSwitch;
0 1 1 i I
MethodParameters:
Name Flags
i
public int keyAt(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.BytecodeLookupSwitch.stream:Lorg/graalvm/compiler/bytecode/BytecodeStream;
aload 0
getfield org.graalvm.compiler.bytecode.BytecodeLookupSwitch.alignedBci:I
bipush 8
iadd
bipush 8
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/BytecodeLookupSwitch;
0 1 1 i I
MethodParameters:
Name Flags
i
public int numberOfCases();
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.BytecodeLookupSwitch.stream:Lorg/graalvm/compiler/bytecode/BytecodeStream;
aload 0
getfield org.graalvm.compiler.bytecode.BytecodeLookupSwitch.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/BytecodeLookupSwitch;
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.BytecodeLookupSwitch.alignedBci:I
bipush 8
iadd
bipush 8
aload 0
invokevirtual org.graalvm.compiler.bytecode.BytecodeLookupSwitch.numberOfCases:()I
imul
iadd
aload 0
getfield org.graalvm.compiler.bytecode.BytecodeLookupSwitch.bci:I
isub
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/bytecode/BytecodeLookupSwitch;
}
SourceFile: "BytecodeLookupSwitch.java"