Class MicrobenchmarkNodes.RunIterationsNode

  • All Implemented Interfaces:
    com.oracle.truffle.api.nodes.NodeInterface, java.lang.Cloneable
    Enclosing class:
    MicrobenchmarkNodes

    public static final class MicrobenchmarkNodes.RunIterationsNode
    extends PklRootNode
    • 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable java.lang.Object execute​(com.oracle.truffle.api.frame.VirtualFrame frame)  
      @Nullable java.lang.String getName()  
      com.oracle.truffle.api.source.SourceSection getSourceSection()  
      boolean isInternal()  
      • Methods inherited from class com.oracle.truffle.api.nodes.RootNode

        cloneUninitialized, copy, countsTowardsStackTraceLimit, createConstantNode, findAsynchronousFrames, getCallTarget, getFrameDescriptor, getParentFrameDescriptor, getQualifiedName, isCaptureFramesForTrace, isCloneUninitializedSupported, isCloningAllowed, isInstrumentable, isTrivial, prepareForAOT, translateStackTraceElement
      • Methods inherited from class com.oracle.truffle.api.nodes.ExecutableNode

        getLanguage, getLanguageInfo
      • Methods inherited from class com.oracle.truffle.api.nodes.Node

        accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, 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
    • Constructor Detail

      • RunIterationsNode

        public RunIterationsNode​(VmLanguage language,
                                 com.oracle.truffle.api.frame.FrameDescriptor descriptor,
                                 ExpressionNode iterationNode)
    • Method Detail

      • isInternal

        public boolean isInternal()
        Overrides:
        isInternal in class com.oracle.truffle.api.nodes.RootNode
      • getSourceSection

        public com.oracle.truffle.api.source.SourceSection getSourceSection()
        Specified by:
        getSourceSection in class PklRootNode
      • execute

        public @Nullable java.lang.Object execute​(com.oracle.truffle.api.frame.VirtualFrame frame)
        Specified by:
        execute in class com.oracle.truffle.api.nodes.RootNode