Home
last modified time | relevance | path

Searched defs:typedArray (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp22 …Value AtomicHelper::ValidateIntegerTypedArray(JSThread *thread, JSHandle<JSTaggedValue> typedArray, in ValidateIntegerTypedArray()
58 …32_t AtomicHelper::ValidateAtomicAccess(JSThread *thread, const JSHandle<JSTaggedValue> typedArray, in ValidateAtomicAccess()
95 JSTaggedValue AtomicHelper::AtomicStore(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in AtomicStore()
124 JSTaggedValue AtomicHelper::AtomicLoad(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in AtomicLoad()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp38 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Sub() local
49 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Add() local
60 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in And() local
71 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Or() local
82 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Xor() local
93 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in CompareExchange() local
104 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Exchange() local
115 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Store() local
127 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Load() local
272 …BuiltinsAtomics::AtomicReadModifyWrite(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in AtomicReadModifyWrite()
Dbuiltins_typedarray.cpp366 JSHandle<JSTypedArray> typedArray = JSHandle<JSTypedArray>::Cast(thisHandle); in GetBuffer() local
1122 JSHandle<JSTypedArray> typedArray(argArray); in Set() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp486 Local<Int8ArrayRef> typedArray = Int8ArrayRef::New(vm_, arrayBuffer, 5, 6); in HWTEST_F_L0() local
502 Local<Uint8ArrayRef> typedArray = Uint8ArrayRef::New(vm_, arrayBuffer, 5, 6); in HWTEST_F_L0() local
518 Local<Uint8ClampedArrayRef> typedArray = Uint8ClampedArrayRef::New(vm_, arrayBuffer, 5, 6); in HWTEST_F_L0() local
534 Local<Int16ArrayRef> typedArray = Int16ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
550 Local<Uint16ArrayRef> typedArray = Uint16ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
566 Local<Uint32ArrayRef> typedArray = Uint32ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
582 Local<Int32ArrayRef> typedArray = Int32ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
598 Local<Float32ArrayRef> typedArray = Float32ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
614 Local<Float64ArrayRef> typedArray = Float64ArrayRef::New(vm_, arrayBuffer, 8, 6); in HWTEST_F_L0() local
630 Local<BigInt64ArrayRef> typedArray = BigInt64ArrayRef::New(vm_, arrayBuffer, 8, 6); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp382 bool JSTypedArray::IsValidIntegerIndex(const JSHandle<JSTaggedValue> &typedArray, JSTaggedValue ind… in IsValidIntegerIndex()
447 …l JSTypedArray::FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in FastCopyElementToArray()
664 JSTaggedValue JSTypedArray::GetOffHeapBuffer(JSThread *thread, JSHandle<JSTypedArray> &typedArray) in GetOffHeapBuffer()
Djs_serializer.cpp727 JSHandle<JSTypedArray> typedArray = JSHandle<JSTypedArray>::Cast(value); in WriteJSTypedArray() local
1680 JSHandle<JSTypedArray> typedArray = in ReadJSTypedArray() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1678 JSHandle<JSTypedArray> typedArray(JSNApiHelper::ToJSHandle(this)); in ByteLength() local
1684 JSHandle<JSTypedArray> typedArray(JSNApiHelper::ToJSHandle(this)); in ByteOffset() local
1690 JSHandle<JSTypedArray> typedArray(JSNApiHelper::ToJSHandle(this)); in ArrayLength() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1477 JSHandle<JSTypedArray> typedArray(int8Array); in HWTEST_F_L0() local