public class LoadLocalTestNode extends AbstractTestNode
Modifier and Type | Field and Description |
---|---|
private com.oracle.truffle.api.frame.FrameSlot |
slot |
Constructor and Description |
---|
LoadLocalTestNode(String name,
com.oracle.truffle.api.frame.FrameDescriptor frameDescriptor) |
Modifier and Type | Method and Description |
---|---|
int |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
createWrapperNode, isInstrumentable
accept, adoptChildren, assignSourceSection, atomic, atomic, clearSourceSection, clone, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLanguage, getParent, getRootNode, getSourceSection, insert, insert, isSafelyReplaceableBy, onReplace, probe, replace, replace, toString
private final com.oracle.truffle.api.frame.FrameSlot slot
public LoadLocalTestNode(String name, com.oracle.truffle.api.frame.FrameDescriptor frameDescriptor)
public int execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute
in class AbstractTestNode