| Class | Description |
|---|---|
| AssertStampNode |
Run-time check that the actual
input to this node conforms to the expected
ValueNode.stamp(NodeView). |
| AssertTypeStateNode |
Run-time check that the actual
input to this node conforms to the expected
type state. |
| AssertValueNode |
Run-time check that the actual
AssertValueNode.input passes some run-time checks, which are defined in a
subclass. |
| DeoptProxyNode |
Wraps locals and bytecode stack elements at deoptimization points.
|
| DiscardStampNode |
Removes the stamp of the input
DiscardStampNode.object to prevent type-based optimizations of Graal, for
example null check and type check elimination. |
| SubstrateMethodCallTargetNode |