public abstract class BaseOSRRootNode
extends com.oracle.truffle.api.nodes.RootNode
| Modifier and Type | Field and Description |
|---|---|
protected com.oracle.truffle.api.nodes.NodeInterface |
loopNode
Not adopted by the OSRRootNode; belongs to another RootNode.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BaseOSRRootNode(com.oracle.truffle.api.TruffleLanguage<?> language,
com.oracle.truffle.api.frame.FrameDescriptor frameDescriptor,
com.oracle.truffle.api.nodes.NodeInterface loopNode) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
protected abstract Object |
executeOSR(com.oracle.truffle.api.frame.VirtualFrame frame)
Entrypoint for OSR root nodes.
|
cloneUninitialized, copy, countsTowardsStackTraceLimit, createConstantNode, findAsynchronousFrames, getCallTarget, getFrameDescriptor, getName, getQualifiedName, isCaptureFramesForTrace, isCloneUninitializedSupported, isCloningAllowed, isInstrumentable, isInternal, isTrivial, prepareForAOT, translateStackTraceElementgetLanguage, getLanguageInfoaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringprotected com.oracle.truffle.api.nodes.NodeInterface loopNode