Class ArrayCopyNode

  • Field Details

    • TYPE

      public static final NodeClass<ArrayCopyNode> TYPE
    • forceAnyLocation

      protected final boolean forceAnyLocation
  • Constructor Details

  • Method Details

    • getKilledLocationIdentity

      public org.graalvm.word.LocationIdentity getKilledLocationIdentity()
      Description copied from interface: SingleMemoryKill
      This method is used to determine which memory location is killed by this node. Returning the special value LocationIdentity.any() will kill all memory locations.
      Specified by:
      getKilledLocationIdentity in interface SingleMemoryKill
      Overrides:
      getKilledLocationIdentity in class BasicArrayCopyNode
      Returns:
      the identity of the location killed by this node.
    • killsAnyLocation

      public boolean killsAnyLocation()