public interface MemoryAccess extends ValueNodeInterface
Modifier and Type | Method and Description |
---|---|
default MemoryKill |
getLastLocationAccess() |
org.graalvm.word.LocationIdentity |
getLocationIdentity() |
default void |
setLastLocationAccess(MemoryKill lla) |
asNode
org.graalvm.word.LocationIdentity getLocationIdentity()
default MemoryKill getLastLocationAccess()
default void setLastLocationAccess(MemoryKill lla)
lla
- the MemoryKill
that represents the last kill of the
LocationIdentity returned by MemoryAccess.getLocationIdentity()