public final class OptimizedLoopNode
extends com.oracle.truffle.api.nodes.LoopNode
| Modifier and Type | Field and Description |
|---|---|
protected com.oracle.truffle.api.nodes.RepeatingNode |
repeatingNode |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
com.oracle.truffle.api.nodes.RepeatingNode |
getRepeatingNode() |
protected boolean |
inject(boolean condition) |
protected void |
profileCounted(long iterations) |
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringpublic Object execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute in class com.oracle.truffle.api.nodes.LoopNodepublic final com.oracle.truffle.api.nodes.RepeatingNode getRepeatingNode()
getRepeatingNode in class com.oracle.truffle.api.nodes.LoopNodeprotected final void profileCounted(long iterations)
protected final boolean inject(boolean condition)