Home
last modified time | relevance | path

Searched refs:AtomicStore (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Datomic_helper_test.cpp125 …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/
Datomic_helper.h97 static JSTaggedValue AtomicStore(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
Datomic_helper.cpp95 JSTaggedValue AtomicHelper::AtomicStore(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in AtomicStore() function in panda::ecmascript::base::AtomicHelper
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp118 return AtomicHelper::AtomicStore(thread, typedArray, index, value); in Store()