public class RecursionTestNode extends AbstractTestNode
| Modifier and Type | Field and Description |
|---|---|
private int |
depth |
| Constructor and Description |
|---|
RecursionTestNode(int depth) |
| Modifier and Type | Method and Description |
|---|---|
private static int |
a(int depth) |
int |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
createWrapperNode, isInstrumentableaccept, adoptChildren, assignSourceSection, atomic, atomic, clearSourceSection, clone, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLanguage, getParent, getRootNode, getSourceSection, insert, insert, isSafelyReplaceableBy, onReplace, probe, replace, replace, toStringprivate final int depth
public RecursionTestNode(int depth)
public int execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute in class AbstractTestNodeprivate static int a(int depth)