public static interface MemoryWalker.ImageCodeAccess<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getRegion(T imageCode)
Return the name of the image code region.
|
org.graalvm.word.UnsignedWord |
getSize(T imageCode)
Return the size of the image code.
|
org.graalvm.word.UnsignedWord |
getStart(T imageCode)
Return the start of the image code.
|