| Class | Description |
|---|---|
| BarrieredAccess |
Medium-level memory access for Objects.
|
| ObjectAccess |
Low-level memory access for Objects.
|
| Word | |
| WordCastNode |
Casts between Word and Object exposed by the
Word.fromAddress(org.graalvm.compiler.nodes.memory.address.AddressNode.Address),
Word.objectToTrackedPointer(java.lang.Object), Word.objectToUntrackedPointer(java.lang.Object) and
Word.toObject() operations. |
| WordOperationPlugin |
A plugin for calls to word operations, as well as all other nodes that
need special handling for
Word types. |
| WordTypes |
Encapsulates information for Java types representing raw words (as opposed to Objects).
|
| WordVerificationImpl |
| Enum | Description |
|---|---|
| Word.Opcode |
The canonical
Word.Operation represented by a method in the Word class. |
| Annotation Type | Description |
|---|---|
| Word.Operation |
Links a method to a canonical operation represented by an
Word.Opcode val. |