Package org.pkl.core.stdlib.benchmark
Class MicrobenchmarkNodes.RunIterationsNode
- java.lang.Object
-
- com.oracle.truffle.api.nodes.Node
-
- com.oracle.truffle.api.nodes.ExecutableNode
-
- com.oracle.truffle.api.nodes.RootNode
-
- org.pkl.core.ast.PklRootNode
-
- org.pkl.core.stdlib.benchmark.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
-
-
Constructor Summary
Constructors Constructor Description RunIterationsNode(VmLanguage language, com.oracle.truffle.api.frame.FrameDescriptor descriptor, ExpressionNode iterationNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable java.lang.Objectexecute(com.oracle.truffle.api.frame.VirtualFrame frame)@Nullable java.lang.StringgetName()com.oracle.truffle.api.source.SourceSectiongetSourceSection()booleanisInternal()-
Methods inherited from class org.pkl.core.ast.PklRootNode
exceptionBuilder, executeBody
-
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
-
-
-
-
Constructor Detail
-
RunIterationsNode
public RunIterationsNode(VmLanguage language, com.oracle.truffle.api.frame.FrameDescriptor descriptor, ExpressionNode iterationNode)
-
-
Method Detail
-
isInternal
public boolean isInternal()
- Overrides:
isInternalin classcom.oracle.truffle.api.nodes.RootNode
-
getSourceSection
public com.oracle.truffle.api.source.SourceSection getSourceSection()
- Specified by:
getSourceSectionin classPklRootNode
-
getName
public @Nullable java.lang.String getName()
- Specified by:
getNamein classPklRootNode
-
execute
public @Nullable java.lang.Object execute(com.oracle.truffle.api.frame.VirtualFrame frame)
- Specified by:
executein classcom.oracle.truffle.api.nodes.RootNode
-
-