public abstract static class AtomicsBuiltins.AtomicsLoadNode extends AtomicsBuiltins.AtomicsOperationNode
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedINTERMEDIATE_VALUE| Constructor and Description |
|---|
AtomicsLoadNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected BigInt |
doBigInt64ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index) |
protected BigInt |
doBigUint64ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index) |
protected Object |
doGeneric(Object maybeTarget,
Object index,
JSToIndexNode toIndexNode) |
protected int |
doInt16ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index) |
protected int |
doInt32ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index) |
protected int |
doInt32ArrayObjObjIdx(com.oracle.truffle.api.object.DynamicObject target,
Object index,
JSToIndexNode toIndexNode) |
protected int |
doInt8ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index) |
protected int |
doUint16ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index) |
protected SafeInteger |
doUint32ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index) |
protected int |
doUint8ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index) |
abstract Object |
executeWithBufferAndIndex(com.oracle.truffle.api.frame.VirtualFrame frame,
Object target,
Object index) |
createRangeErrorSharedArray, createTypeErrorNotSharedArray, createTypeErrorNotSharedIntArray, createTypeErrorNotWaitableSharedIntArray, createTypeErrorUnsupported, ensureDynamicObject, getBuffer, 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 abstract Object executeWithBufferAndIndex(com.oracle.truffle.api.frame.VirtualFrame frame, Object target, Object index)
protected int doInt8ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index)
protected int doUint8ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index)
protected int doInt16ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index)
protected int doUint16ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index)
protected int doInt32ArrayObj(com.oracle.truffle.api.object.DynamicObject target,
int index)
protected SafeInteger doUint32ArrayObj(com.oracle.truffle.api.object.DynamicObject target, int index)
protected BigInt doBigInt64ArrayObj(com.oracle.truffle.api.object.DynamicObject target, int index)
protected BigInt doBigUint64ArrayObj(com.oracle.truffle.api.object.DynamicObject target, int index)
protected int doInt32ArrayObjObjIdx(com.oracle.truffle.api.object.DynamicObject target,
Object index,
JSToIndexNode toIndexNode)
protected Object doGeneric(Object maybeTarget, Object index, JSToIndexNode toIndexNode)