public static class OffsetLoadTypeFlow.UnsafePartitionLoadTypeFlow extends OffsetLoadTypeFlow.AbstractUnsafeLoadTypeFlow
OffsetLoadTypeFlow.AbstractUnsafeLoadTypeFlow, OffsetLoadTypeFlow.LoadIndexedTypeFlow, OffsetLoadTypeFlow.UnsafeLoadTypeFlow, OffsetLoadTypeFlow.UnsafePartitionLoadTypeFlow| Modifier and Type | Field and Description |
|---|---|
protected com.oracle.svm.util.UnsafePartitionKind |
partitionKind |
protected AnalysisType |
partitionType |
objectFlow| Constructor and Description |
|---|
UnsafePartitionLoadTypeFlow(BytecodePosition loadLocation,
AnalysisType objectType,
AnalysisType componentType,
TypeFlow<?> arrayFlow,
com.oracle.svm.util.UnsafePartitionKind partitionKind,
AnalysisType partitionType) |
| Modifier and Type | Method and Description |
|---|---|
OffsetLoadTypeFlow.AbstractUnsafeLoadTypeFlow |
copy(PointsToAnalysis bb,
MethodFlowsGraph methodFlows)
By default a type flow is not cloneable.
|
TypeState |
filter(PointsToAnalysis bb,
TypeState update) |
void |
onObservedUpdate(PointsToAnalysis bb)
Notify the observer that the observed type flow state has changed.
|
String |
toString() |
forceUpdate, initFlow, needsInitializationgetObjectState, onObservedSaturated, onSaturated, receiver, setObservedaddInput, addObservee, addObserver, addObserver, addState, addState, addUse, addUse, canSaturate, clearInputs, clearObservees, clearObservers, clearUses, declaredTypeFilter, declaredTypeFilter, doAddUse, equals, filterUncheckedInterface, format, formatSource, getDeclaredType, getInputs, getObservees, getObservers, getSlot, getSource, getState, getUses, graphRef, hashCode, id, invalidate, isAllInstantiated, isClone, isContextInsensitive, isSaturated, isValid, method, notifyObserverOfSaturation, notifyUseOfSaturation, onInputSaturated, onSaturated, removeObserver, removeUse, replacedObservedWith, replaceObservedWith, setSaturated, setSlot, setState, swapAtObserver, swapAtUse, swapOut, updateprotected final com.oracle.svm.util.UnsafePartitionKind partitionKind
protected final AnalysisType partitionType
public UnsafePartitionLoadTypeFlow(BytecodePosition loadLocation,
AnalysisType objectType,
AnalysisType componentType,
TypeFlow<?> arrayFlow,
com.oracle.svm.util.UnsafePartitionKind partitionKind,
AnalysisType partitionType)
public OffsetLoadTypeFlow.AbstractUnsafeLoadTypeFlow copy(PointsToAnalysis bb, MethodFlowsGraph methodFlows)
TypeFlowpublic TypeState filter(PointsToAnalysis bb, TypeState update)
public void onObservedUpdate(PointsToAnalysis bb)
TypeFlowonObservedUpdate in class OffsetLoadTypeFlow