public interface OptimizedAssumptionDependency
| Modifier and Type | Method and Description |
|---|---|
default TruffleCompilable |
getCompilable()
Gets the Truffle AST whose machine code is represented by this object.
|
boolean |
isAlive()
Determines if the machine code referenced by this object is valid.
|
void |
onAssumptionInvalidated(Object source,
CharSequence reason)
Called when a depended-on assumption is invalidated, with the intention to invalidate the
machine code referenced by this object.
|
void onAssumptionInvalidated(Object source, CharSequence reason)
boolean isAlive()
default TruffleCompilable getCompilable()
null.