Class CompressEncoding
java.lang.Object
jdk.graal.compiler.core.common.CompressEncoding
A compact representation of the different encoding strategies for Objects and metadata.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CompressEncoding
public CompressEncoding(long base, int shift)
-
-
Method Details
-
hasBase
public boolean hasBase() -
hasShift
public boolean hasShift() -
getBase
public long getBase() -
getShift
public int getShift() -
toString
-
hashCode
-
equals
-