public abstract class OffsetStoreTypeFlow extends TypeFlow<jdk.vm.ci.code.BytecodePosition>
| Modifier and Type | Class and Description |
|---|---|
static class |
OffsetStoreTypeFlow.AbstractUnsafeStoreTypeFlow |
static class |
OffsetStoreTypeFlow.AtomicWriteTypeFlow
Implements an atomic read and write operation type flow.
|
static class |
OffsetStoreTypeFlow.CompareAndSwapTypeFlow
Implements an unsafe compare and swap operation type flow.
|
static class |
OffsetStoreTypeFlow.JavaWriteTypeFlow
Implements the raw memory store operation type flow.
|
static class |
OffsetStoreTypeFlow.StoreIndexedTypeFlow
Implements the type flow of an indexed store operation.
|
static class |
OffsetStoreTypeFlow.UnsafePartitionStoreTypeFlow |
static class |
OffsetStoreTypeFlow.UnsafeStoreTypeFlow
Implements an unsafe store operation type flow.
|
| Modifier and Type | Field and Description |
|---|---|
protected TypeFlow<?> |
objectFlow
The flow of the receiver object.
|
context, declaredType, graphRef, id, inQueue, nextId, source, usedAsAParameter, usedAsAReceiver| Constructor and Description |
|---|
OffsetStoreTypeFlow(PointsToAnalysis bb,
MethodFlowsGraph methodFlows,
OffsetStoreTypeFlow original) |
OffsetStoreTypeFlow(org.graalvm.compiler.nodes.ValueNode node,
AnalysisType objectType,
AnalysisType componentType,
TypeFlow<?> objectFlow,
TypeFlow<?> valueFlow) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
addState(PointsToAnalysis bb,
TypeState add) |
abstract TypeFlow<jdk.vm.ci.code.BytecodePosition> |
copy(PointsToAnalysis bb,
MethodFlowsGraph methodFlows)
By default a type flow is not cloneable.
|
TypeState |
getObjectState()
Return the state of the receiver object.
|
void |
onObservedSaturated(PointsToAnalysis bb,
TypeFlow<?> observed)
Notified by an observed flow that it is saturated.
|
abstract void |
onObservedUpdate(PointsToAnalysis bb)
Notify the observer that the observed type flow state has changed.
|
TypeFlow<?> |
receiver()
Some flows have a receiver (e.g., loads, store and invokes).
|
void |
setObserved(TypeFlow<?> newObjectFlow)
Set the type flow that this flow is observing.
|
addInput, addObservee, addObserver, addOriginalObserver, addOriginalUse, addState, addUse, canSaturate, context, declaredTypeFilter, doAddUse, equals, filter, format, formatSource, getDeclaredType, getInputs, getObservees, getObservers, getSlot, getSource, getState, getUses, graphRef, hashCode, id, initClone, 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, toString, updateprotected TypeFlow<?> objectFlow
public OffsetStoreTypeFlow(org.graalvm.compiler.nodes.ValueNode node,
AnalysisType objectType,
AnalysisType componentType,
TypeFlow<?> objectFlow,
TypeFlow<?> valueFlow)
public OffsetStoreTypeFlow(PointsToAnalysis bb, MethodFlowsGraph methodFlows, OffsetStoreTypeFlow original)
public TypeFlow<?> receiver()
TypeFlowpublic TypeState getObjectState()
public abstract TypeFlow<jdk.vm.ci.code.BytecodePosition> copy(PointsToAnalysis bb, MethodFlowsGraph methodFlows)
TypeFlowpublic abstract boolean addState(PointsToAnalysis bb, TypeState add)
public void setObserved(TypeFlow<?> newObjectFlow)
TypeFlowsetObserved in class TypeFlow<jdk.vm.ci.code.BytecodePosition>public abstract void onObservedUpdate(PointsToAnalysis bb)
TypeFlowonObservedUpdate in class TypeFlow<jdk.vm.ci.code.BytecodePosition>public void onObservedSaturated(PointsToAnalysis bb, TypeFlow<?> observed)
TypeFlowonObservedSaturated in class TypeFlow<jdk.vm.ci.code.BytecodePosition>