public static interface DeoptimizingNode.DeoptBefore extends DeoptimizingNode
FrameState for deoptimizing to a point before their
execution.DeoptimizingNode.DeoptAfter, DeoptimizingNode.DeoptBefore, DeoptimizingNode.DeoptDuring| Modifier and Type | Method and Description |
|---|---|
default boolean |
canUseAsStateDuring() |
void |
setStateBefore(FrameState state)
Sets the
FrameState describing the program state before the execution of this
node. |
FrameState |
stateBefore() |
canDeoptimizestatesasFixedNodeasNodevoid setStateBefore(FrameState state)
FrameState describing the program state before the execution of this
node.FrameState stateBefore()
default boolean canUseAsStateDuring()