Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp22 JSTaggedValue AtomicHelper::ValidateIntegerTypedArray(JSThread *thread, JSHandle<JSTaggedValue> typ… in ValidateIntegerTypedArray() function in panda::ecmascript::base::AtomicHelper
98 JSTaggedValue bufferValue = ValidateIntegerTypedArray(thread, typedArray); in AtomicStore()
127 JSTaggedValue bufferValue = ValidateIntegerTypedArray(thread, typedArray); in AtomicLoad()
Datomic_helper.h92 …static JSTaggedValue ValidateIntegerTypedArray(JSThread *thread, JSHandle<JSTaggedValue> typedArra…
/arkcompiler/ets_runtime/ecmascript/base/tests/
Datomic_helper_test.cpp51 HWTEST_F_L0(AtomicHelperTest, ValidateIntegerTypedArray) in HWTEST_F_L0() argument
65 …JSHandle<JSTaggedValue> resultBuffer(thread, AtomicHelper::ValidateIntegerTypedArray(thread, array… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp169 …JSHandle<JSTaggedValue> arrayBuffer(thread, AtomicHelper::ValidateIntegerTypedArray(thread, array,… in Wait()
247 …JSHandle<JSTaggedValue> arrayBuffer(thread, AtomicHelper::ValidateIntegerTypedArray(thread, array,… in Notify()
284 JSTaggedValue bufferValue = base::AtomicHelper::ValidateIntegerTypedArray(thread, typedArray); in AtomicReadModifyWrite()