public abstract class WriteBarrierSnippets extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.graalvm.word.LocationIdentity |
GC_CARD_LOCATION |
| Constructor and Description |
|---|
WriteBarrierSnippets() |
| Modifier and Type | Method and Description |
|---|---|
protected static Word |
getPointerToFirstArrayElement(AddressNode.Address address,
long length,
int elementStride) |
protected static Word |
getPointerToLastArrayElement(AddressNode.Address address,
long length,
int elementStride) |
protected static void |
verifyNotArray(Object object) |
public static final org.graalvm.word.LocationIdentity GC_CARD_LOCATION
protected static void verifyNotArray(Object object)
protected static Word getPointerToFirstArrayElement(AddressNode.Address address, long length, int elementStride)
protected static Word getPointerToLastArrayElement(AddressNode.Address address, long length, int elementStride)