public static class OffsetStoreTypeFlow.UnsafePartitionStoreTypeFlow extends OffsetStoreTypeFlow.AbstractUnsafeStoreTypeFlow
OffsetStoreTypeFlow.AbstractUnsafeStoreTypeFlow, OffsetStoreTypeFlow.AtomicWriteTypeFlow, OffsetStoreTypeFlow.CompareAndSwapTypeFlow, OffsetStoreTypeFlow.JavaWriteTypeFlow, OffsetStoreTypeFlow.StoreIndexedTypeFlow, OffsetStoreTypeFlow.UnsafePartitionStoreTypeFlow, OffsetStoreTypeFlow.UnsafeStoreTypeFlow| Modifier and Type | Field and Description |
|---|---|
protected com.oracle.svm.util.UnsafePartitionKind |
partitionKind |
protected AnalysisType |
partitionType |
objectFlowcontext, declaredType, graphRef, id, inQueue, nextId, source, usedAsAParameter, usedAsAReceiver| Constructor and Description |
|---|
UnsafePartitionStoreTypeFlow(PointsToAnalysis bb,
MethodFlowsGraph methodFlows,
OffsetStoreTypeFlow.UnsafePartitionStoreTypeFlow original) |
UnsafePartitionStoreTypeFlow(UnsafePartitionStoreNode node,
AnalysisType objectType,
AnalysisType componentType,
TypeFlow<?> objectFlow,
TypeFlow<?> valueFlow,
com.oracle.svm.util.UnsafePartitionKind partitionKind,
AnalysisType partitionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addState(PointsToAnalysis bb,
TypeState add) |
TypeState |
filter(PointsToAnalysis bb,
TypeState update) |
OffsetStoreTypeFlow.UnsafePartitionStoreTypeFlow |
makeCopy(PointsToAnalysis bb,
MethodFlowsGraph methodFlows) |
void |
onObservedUpdate(PointsToAnalysis bb)
Notify the observer that the observed type flow state has changed.
|
String |
toString() |
copy, initClonegetObjectState, onObservedSaturated, receiver, setObservedaddInput, addObservee, addObserver, addOriginalObserver, addOriginalUse, addState, addUse, canSaturate, context, declaredTypeFilter, doAddUse, equals, format, formatSource, getDeclaredType, getInputs, getObservees, getObservers, getSlot, getSource, getState, getUses, graphRef, hashCode, id, isAllInstantiated, isClone, isSaturated, isUsedAsAParameter, isUsedAsAReceiver, method, notifyObserverOfSaturation, notifyObservers, notifyUseOfSaturation, onInputSaturated, onSaturated, removeInput, removeObservee, removeObserver, removeUse, replacedObservedWith, replaceObservedWith, setSaturated, setSlot, setState, setUsedAsAParameter, setUsedAsAReceiver, swapAtObserver, swapAtUse, swapOut, updateprotected final com.oracle.svm.util.UnsafePartitionKind partitionKind
protected final AnalysisType partitionType
public UnsafePartitionStoreTypeFlow(UnsafePartitionStoreNode node, AnalysisType objectType, AnalysisType componentType, TypeFlow<?> objectFlow, TypeFlow<?> valueFlow, com.oracle.svm.util.UnsafePartitionKind partitionKind, AnalysisType partitionType)
public UnsafePartitionStoreTypeFlow(PointsToAnalysis bb, MethodFlowsGraph methodFlows, OffsetStoreTypeFlow.UnsafePartitionStoreTypeFlow original)
public OffsetStoreTypeFlow.UnsafePartitionStoreTypeFlow makeCopy(PointsToAnalysis bb, MethodFlowsGraph methodFlows)
makeCopy in class OffsetStoreTypeFlow.AbstractUnsafeStoreTypeFlowpublic boolean addState(PointsToAnalysis bb, TypeState add)
addState in class OffsetStoreTypeFlow.AbstractUnsafeStoreTypeFlowpublic TypeState filter(PointsToAnalysis bb, TypeState update)
public void onObservedUpdate(PointsToAnalysis bb)
TypeFlowonObservedUpdate in class OffsetStoreTypeFlow.AbstractUnsafeStoreTypeFlow