public interface LIRKindTool
| Modifier and Type | Method and Description |
|---|---|
LIRKind |
getFloatingKind(int bits)
Get an architecture specific floating point kind of a certain size.
|
LIRKind |
getIntegerKind(int bits)
Get an architecture specific integer kind of a certain size.
|
LIRKind |
getNarrowOopKind()
Get the platform specific kind used to represent compressed oops.
|
LIRKind |
getNarrowPointerKind()
Gets the platform specific kind used to represent compressed metaspace pointers.
|
LIRKind |
getObjectKind()
Get the architecture specific kind used to represent Java objects.
|
LIRKind |
getWordKind()
Get the architecture specific kind pointer-sized integer kind.
|
LIRKind getIntegerKind(int bits)
LIRKind getFloatingKind(int bits)
LIRKind getObjectKind()
LIRKind getWordKind()
LIRKind getNarrowOopKind()
LIRKind getNarrowPointerKind()