protected static class NativeImageInfo.BaseMemoryWalkerAccessImpl extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
BaseMemoryWalkerAccessImpl()
Constructor for subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.graalvm.word.UnsignedWord |
baseGetSize(Object firstObject,
Object lastObject)
Return the distance from the start of the first object to the end of the last object.
|
protected org.graalvm.word.UnsignedWord |
baseGetStart(Object firstObject)
Return the address of the first object of a region as an Unsigned.
|
protected BaseMemoryWalkerAccessImpl()
protected org.graalvm.word.UnsignedWord baseGetStart(Object firstObject)