public abstract static class AtomicsBuiltins.AtomicsComputeNode extends AtomicsBuiltins.AtomicsOperationNode
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedINTERMEDIATE_VALUE| Constructor and Description |
|---|
AtomicsComputeNode(JSContext context,
JSBuiltin builtin,
AtomicsBuiltins.AtomicIntBinaryOperator intOperator,
AtomicsBuiltins.AtomicBinaryOperator<BigInt> bigIntOperator) |
| Modifier and Type | Method and Description |
|---|---|
protected BigInt |
doBigInt64ArrayObjObjIdx(com.oracle.truffle.api.object.DynamicObject target,
Object index,
Object value,
JSToIndexNode toIndexNode) |
protected Object |
doGeneric(Object maybeTarget,
Object index,
Object value,
JSToIndexNode toIndexNode) |
protected int |
doInt16ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index,
int value) |
protected int |
doInt32ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index,
int value) |
protected int |
doInt32ArrayObjObjIdx(com.oracle.truffle.api.object.DynamicObject target,
Object index,
int value,
JSToIndexNode toIndexNode) |
protected int |
doInt8ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index,
int value) |
protected int |
doUint16ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index,
int value) |
protected SafeInteger |
doUint32ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index,
int value) |
protected int |
doUint8ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index,
int value) |
createRangeErrorSharedArray, createTypeErrorNotSharedArray, createTypeErrorNotSharedIntArray, createTypeErrorNotWaitableSharedIntArray, createTypeErrorUnsupported, ensureDynamicObject, inboundFast, isBigInt64SharedBufferView, isBigInt64SharedBufferView, isBigUint64SharedBufferView, isInt16SharedBufferView, isInt32SharedBufferView, isInt32SharedBufferView, isInt8SharedBufferView, isSharedBufferView, isSharedBufferView, isUint16SharedBufferView, isUint32SharedBufferView, isUint8SharedBufferView, validateAtomicAccess, validateSharedIntegerTypedArraycopyUninitialized, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeSafeInteger, executeString, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecializepublic AtomicsComputeNode(JSContext context, JSBuiltin builtin, AtomicsBuiltins.AtomicIntBinaryOperator intOperator, AtomicsBuiltins.AtomicBinaryOperator<BigInt> bigIntOperator)
protected int doInt8ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index,
int value)
protected int doUint8ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index,
int value)
protected int doInt16ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index,
int value)
protected int doUint16ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index,
int value)
protected int doInt32ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index,
int value)
protected SafeInteger doUint32ArrayObj(com.oracle.truffle.api.object.DynamicObject target, int index, int value)
protected int doInt32ArrayObjObjIdx(com.oracle.truffle.api.object.DynamicObject target,
Object index,
int value,
JSToIndexNode toIndexNode)
protected BigInt doBigInt64ArrayObjObjIdx(com.oracle.truffle.api.object.DynamicObject target, Object index, Object value, JSToIndexNode toIndexNode)
protected Object doGeneric(Object maybeTarget, Object index, Object value, JSToIndexNode toIndexNode)