public class BoxTypeFlow extends NewInstanceTypeFlow
allocationSite, heapObjectsCache, typesourceStatecontext, declaredType, graphRef, id, inQueue, nextId, source, usedAsAParameter, usedAsAReceiver| Constructor and Description |
|---|
BoxTypeFlow(PointsToAnalysis bb,
BoxTypeFlow original,
MethodFlowsGraph methodFlows) |
BoxTypeFlow(org.graalvm.compiler.nodes.ValueNode node,
AnalysisType type,
BytecodeLocation boxSite) |
| Modifier and Type | Method and Description |
|---|---|
TypeFlow<jdk.vm.ci.code.BytecodePosition> |
copy(PointsToAnalysis bb,
MethodFlowsGraph methodFlows)
By default a type flow is not cloneable.
|
String |
toString() |
allocationSite, cloneSourceState, typeaddState, canSaturate, initClone, onInputSaturated, onObservedSaturated, onObservedUpdate, onSaturatedaddInput, addObservee, addObserver, addOriginalObserver, addOriginalUse, addState, addUse, context, declaredTypeFilter, doAddUse, equals, filter, format, formatSource, getDeclaredType, getInputs, getObservees, getObservers, getSlot, getSource, getState, getUses, graphRef, hashCode, id, isAllInstantiated, isClone, isSaturated, isUsedAsAParameter, isUsedAsAReceiver, method, notifyObserverOfSaturation, notifyObservers, notifyUseOfSaturation, receiver, removeInput, removeObservee, removeObserver, removeUse, replacedObservedWith, replaceObservedWith, setObserved, setSaturated, setSlot, setState, setUsedAsAParameter, setUsedAsAReceiver, swapAtObserver, swapAtUse, swapOut, updatepublic BoxTypeFlow(org.graalvm.compiler.nodes.ValueNode node,
AnalysisType type,
BytecodeLocation boxSite)
public BoxTypeFlow(PointsToAnalysis bb, BoxTypeFlow original, MethodFlowsGraph methodFlows)
public TypeFlow<jdk.vm.ci.code.BytecodePosition> copy(PointsToAnalysis bb, MethodFlowsGraph methodFlows)
TypeFlowcopy in class NewInstanceTypeFlowpublic String toString()
toString in class NewInstanceTypeFlow