| Class | Description |
|---|---|
| Address |
Stub implementation of an Address type, intended only to
allow the core of MMTk to be compiled.
|
| AddressArray | |
| ArchitecturalWord | |
| Extent |
Represents a pointer-sized unsigned integer used for describing a length in bytes.
|
| ExtentArray | |
| ObjectReference |
The object reference type is used by the runtime system and collector to
represent a type that holds a reference to a single object.
|
| ObjectReferenceArray | |
| Offset |
Represents a pointer-sized signed integer used for describing an offset in bytes.
|
| OffsetArray | |
| Word |
A generic pointer-sized integer.
|
| WordArray |