public class VirtualBoxingNode extends VirtualInstanceNode
Node.ConstantNodeParameter, Node.EdgeVisitor, Node.IndirectCanonicalization, Node.InjectedNodeParameter, Node.Input, Node.NodeInsertionStackTrace, Node.NodeIntrinsic, Node.NodeIntrinsicFactory, Node.OptionalInput, Node.Successor, Node.ValueNumberable| Modifier and Type | Field and Description |
|---|---|
protected JavaKind |
boxingKind |
static NodeClass<VirtualBoxingNode> |
TYPE |
fields, typehasIdentityEMPTY_ARRAY, stampNODE_LIST, NOT_ITERABLE, TRACK_CREATION_POSITION, WithAllEdges, WithNoEdges, WithOnlyInputEdges, WithOnlySucessorEdges| Constructor and Description |
|---|
VirtualBoxingNode(NodeClass<? extends VirtualBoxingNode> c,
ResolvedJavaType type,
JavaKind boxingKind) |
VirtualBoxingNode(ResolvedJavaType type,
JavaKind boxingKind) |
| Modifier and Type | Method and Description |
|---|---|
VirtualBoxingNode |
duplicate()
Returns an exact duplicate of this virtual object node, which has not been added to the graph
yet.
|
ValueNode |
getBoxedValue(VirtualizerTool tool) |
JavaKind |
getBoxingKind() |
ValueNode |
getMaterializedRepresentation(FixedNode fixed,
ValueNode[] entries,
LockState locks)
Returns a node that can be used to materialize this virtual object.
|
entryCount, entryIndexForOffset, entryKind, entryName, field, fieldIndex, getFields, toString, typeafterClone, canVirtualizeLargeByteArrayUnsafeRead, generate, getObjectId, hasIdentity, isVirtualByteArray, isVirtualByteArrayAccess, resetObjectId, setIdentity, setObjectIdasConstant, asJavaConstant, asNode, asSerializableConstant, checkReplaceAtUsagesInvariants, getStackKind, graph, hasUsagesOtherThan, inferStamp, isAllowedUsageType, isConstant, isConstantPredicate, isDefaultConstant, isIllegalConstant, isJavaConstant, isNullConstant, isSerializableConstant, recursivelyDataFlowEqualsUpTo, setStamp, stamp, updateStamp, updateUsagesInterfaceapplyInputs, applySuccessors, assertFalse, assertTrue, cfgPredecessors, cfgSuccessors, clearInputs, clearNodeSourcePosition, clearSuccessors, copyWithInputs, copyWithInputs, dataFlowEquals, dynamicNodeSizeEstimate, estimatedNodeCycles, estimatedNodeSize, fail, formatTo, getCreationPosition, getDebug, getDebugProperties, getDebugProperties, getInsertionPosition, getNodeClass, getNodeSourcePosition, getOptions, getUsageCount, hasExactlyOneUsage, hashCode, hasMoreThanOneUsage, hasNoUsages, hasOnlyUsagesOfType, hasUsages, hasUsagesOfType, inputPositions, inputs, isAlive, isDeleted, isUnregistered, markDeleted, maybeNotifyZeroUsages, modCount, predecessor, pushInputs, removeUsage, replaceAllInputs, replaceAndDelete, replaceAtAllUsages, replaceAtMatchingUsages, replaceAtPredecessor, replaceAtUsages, replaceAtUsages, replaceAtUsages, replaceAtUsages, replaceAtUsages, replaceAtUsagesAndDelete, replaceAtUsagesAndDelete, replaceFirstInput, replaceFirstSuccessor, safeDelete, setCreationPosition, setInsertionPosition, setNodeSourcePosition, singleUsage, successorPositions, successors, toString, updateNodeSourcePosition, updatePredecessor, updateUsages, usages, valueEquals, verify, verifyEdges, verifyInputs, verifySourcePosition, withNodeSourcePositionpublic static final NodeClass<VirtualBoxingNode> TYPE
protected final JavaKind boxingKind
public VirtualBoxingNode(ResolvedJavaType type,
JavaKind boxingKind)
public VirtualBoxingNode(NodeClass<? extends VirtualBoxingNode> c, ResolvedJavaType type, JavaKind boxingKind)
public JavaKind getBoxingKind()
public VirtualBoxingNode duplicate()
VirtualObjectNodeduplicate in class VirtualInstanceNodepublic ValueNode getMaterializedRepresentation(FixedNode fixed, ValueNode[] entries, LockState locks)
VirtualObjectNodeAllocatedObjectNode then this node will be attached to a CommitAllocationNode
, otherwise the node will just be added to the graph.getMaterializedRepresentation in class VirtualInstanceNodepublic ValueNode getBoxedValue(VirtualizerTool tool)