Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public long | getAddressSize()
Implements sun. Returns the size of an address in bytes. |
public boolean | isBigEndian()
Implements sun. Indicates whether the CPU is big- or little-endian. |
public boolean | isLP64()
Overrides sun. Implements sun. Indicates whether the underlying machine supports the LP64 data model. |
MachineDescriptionAArch64 | back to summary |
---|---|
public MachineDescriptionAArch64() |
getAddressSize | back to summary |
---|---|
public long getAddressSize() Implements sun. Doc from sun. Returns the size of an address in bytes. Currently needed to be able to traverse arrays of pointers or oops. |
isBigEndian | back to summary |
---|---|
public boolean isBigEndian() Implements sun. Doc from sun. Indicates whether the CPU is big- or little-endian. This information is typically only needed by the Debugger implementation. |
isLP64 | back to summary |
---|---|
public boolean isLP64() Overrides sun. Implements sun. Doc from sun. Indicates whether the underlying machine supports the LP64 data model. |