Searched refs:AtomicLoad (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | atomic_helper_test.cpp | 132 JSHandle<JSTaggedValue> result0(thread, AtomicHelper::AtomicLoad(thread, arrayVal, index0)); in HWTEST_F_L0() 133 JSHandle<JSTaggedValue> result1(thread, AtomicHelper::AtomicLoad(thread, arrayVal, index1)); in HWTEST_F_L0() 134 JSHandle<JSTaggedValue> result2(thread, AtomicHelper::AtomicLoad(thread, arrayVal, index2)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | atomic_helper.h | 99 static JSTaggedValue AtomicLoad(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
|
D | atomic_helper.cpp | 124 JSTaggedValue AtomicHelper::AtomicLoad(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in AtomicLoad() function in panda::ecmascript::base::AtomicHelper
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_atomics.cpp | 129 return AtomicHelper::AtomicLoad(thread, typedArray, index); in Load()
|