public interface MultiMemoryKill extends MemoryKill
MemoryKill.NoLocationMULTI_KILL_NO_LOCATION, NO_LOCATION| Modifier and Type | Method and Description |
|---|---|
org.graalvm.word.LocationIdentity[] |
getKilledLocationIdentities()
This method is used to determine which set of memory locations is killed by this node.
|
asMultiMemoryKill, asSingleMemoryKill, isMemoryKill, isMultiMemoryKill, isSingleMemoryKillasNodeorg.graalvm.word.LocationIdentity[] getKilledLocationIdentities()
LocationIdentity.any() will kill all memory locations.