Searched refs:AtomicStore (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | atomic_helper_test.cpp | 125 …JSHandle<JSTaggedValue> bufferTag0(thread, AtomicHelper::AtomicStore(thread, arrayVal, index0, val… in HWTEST_F_L0() 126 …JSHandle<JSTaggedValue> bufferTag1(thread, AtomicHelper::AtomicStore(thread, arrayVal, index1, val… in HWTEST_F_L0() 127 …JSHandle<JSTaggedValue> bufferTag2(thread, AtomicHelper::AtomicStore(thread, arrayVal, index2, val… in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | atomic_helper.h | 97 static JSTaggedValue AtomicStore(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
|
D | atomic_helper.cpp | 95 JSTaggedValue AtomicHelper::AtomicStore(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in AtomicStore() function in panda::ecmascript::base::AtomicHelper
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_atomics.cpp | 118 return AtomicHelper::AtomicStore(thread, typedArray, index, value); in Store()
|