public abstract class jdk.internal.vm.compiler.word.LocationIdentity
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: jdk.internal.vm.compiler.word.LocationIdentity
super_class: java.lang.Object
{
public static final jdk.internal.vm.compiler.word.LocationIdentity ANY_LOCATION;
descriptor: Ljdk/internal/vm/compiler/word/LocationIdentity;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final jdk.internal.vm.compiler.word.LocationIdentity INIT_LOCATION;
descriptor: Ljdk/internal/vm/compiler/word/LocationIdentity;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new jdk.internal.vm.compiler.word.LocationIdentity$AnyLocationIdentity
dup
invokespecial jdk.internal.vm.compiler.word.LocationIdentity$AnyLocationIdentity.<init>:()V
putstatic jdk.internal.vm.compiler.word.LocationIdentity.ANY_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
1: new jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity
dup
invokespecial jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity.<init>:()V
putstatic jdk.internal.vm.compiler.word.LocationIdentity.INIT_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
return
LocalVariableTable:
Start End Slot Name Signature
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/vm/compiler/word/LocationIdentity;
public static jdk.internal.vm.compiler.word.LocationIdentity any();
descriptor: ()Ljdk/internal/vm/compiler/word/LocationIdentity;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic jdk.internal.vm.compiler.word.LocationIdentity.ANY_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static jdk.internal.vm.compiler.word.LocationIdentity init();
descriptor: ()Ljdk/internal/vm/compiler/word/LocationIdentity;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic jdk.internal.vm.compiler.word.LocationIdentity.INIT_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
areturn
LocalVariableTable:
Start End Slot Name Signature
public abstract boolean isImmutable();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public final boolean isMutable();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual jdk.internal.vm.compiler.word.LocationIdentity.isImmutable:()Z
ifeq 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: iconst_1
StackMap locals:
StackMap stack: int
2: ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/internal/vm/compiler/word/LocationIdentity;
public final boolean isAny();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic jdk.internal.vm.compiler.word.LocationIdentity.ANY_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/vm/compiler/word/LocationIdentity;
public final boolean isInit();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic jdk.internal.vm.compiler.word.LocationIdentity.INIT_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
if_acmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/vm/compiler/word/LocationIdentity;
public final boolean isSingle();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic jdk.internal.vm.compiler.word.LocationIdentity.ANY_LOCATION:Ljdk/internal/vm/compiler/word/LocationIdentity;
if_acmpeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/vm/compiler/word/LocationIdentity;
public final boolean overlaps(jdk.internal.vm.compiler.word.LocationIdentity);
descriptor: (Ljdk/internal/vm/compiler/word/LocationIdentity;)Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual jdk.internal.vm.compiler.word.LocationIdentity.isAny:()Z
ifne 1
aload 1
invokevirtual jdk.internal.vm.compiler.word.LocationIdentity.isAny:()Z
ifne 1
aload 0
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifne 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/vm/compiler/word/LocationIdentity;
0 2 1 other Ljdk/internal/vm/compiler/word/LocationIdentity;
MethodParameters:
Name Flags
other
}
SourceFile: "LocationIdentity.java"
NestMembers:
jdk.internal.vm.compiler.word.LocationIdentity$AnyLocationIdentity jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity
InnerClasses:
private final AnyLocationIdentity = jdk.internal.vm.compiler.word.LocationIdentity$AnyLocationIdentity of jdk.internal.vm.compiler.word.LocationIdentity
private final InitLocationIdentity = jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity of jdk.internal.vm.compiler.word.LocationIdentity