Class OptimizedIndirectCallNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.IndirectCallNode
com.oracle.truffle.runtime.OptimizedIndirectCallNode
All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public final class OptimizedIndirectCallNode extends com.oracle.truffle.api.nodes.IndirectCallNode
A call node with a dynamic CallTarget that can be optimized by Graal.
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node

    com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.Children
  • Method Summary

    Modifier and Type
    Method
    Description
    call(com.oracle.truffle.api.CallTarget target, Object... arguments)
     

    Methods inherited from class com.oracle.truffle.api.nodes.IndirectCallNode

    create, getUncached

    Methods inherited from class com.oracle.truffle.api.nodes.Node

    accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • call

      public Object call(com.oracle.truffle.api.CallTarget target, Object... arguments)
      Specified by:
      call in class com.oracle.truffle.api.nodes.IndirectCallNode