Home
last modified time | relevance | path

Searched defs:typedArray (Results 1 – 10 of 10) 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
275 …BuiltinsAtomics::AtomicReadModifyWrite(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in AtomicReadModifyWrite()
Dbuiltins_typedarray.cpp381 JSHandle<JSTypedArray> typedArray = JSHandle<JSTypedArray>::Cast(thisHandle); in GetBuffer() local
1145 JSHandle<JSTypedArray> typedArray(argArray); in Set() local
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp422 bool JSTypedArray::IsValidIntegerIndex(const JSHandle<JSTaggedValue> &typedArray, JSTaggedValue ind… in IsValidIntegerIndex()
487 …l JSTypedArray::FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in FastCopyElementToArray()
707 JSTaggedValue JSTypedArray::GetOffHeapBuffer(JSThread *thread, JSHandle<JSTypedArray> &typedArray) in GetOffHeapBuffer()
Djs_serializer.cpp714 JSHandle<JSTypedArray> typedArray = JSHandle<JSTypedArray>::Cast(value); in WriteJSTypedArray() local
1672 JSHandle<JSTypedArray> typedArray = in ReadJSTypedArray() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp547 Local<Int8ArrayRef> typedArray = Int8ArrayRef::New(vm_, arrayBuffer, 5, 6); in HWTEST_F_L0() local
563 Local<Uint8ArrayRef> typedArray = Uint8ArrayRef::New(vm_, arrayBuffer, 5, 6); in HWTEST_F_L0() local
579 Local<Uint8ClampedArrayRef> typedArray = Uint8ClampedArrayRef::New(vm_, arrayBuffer, 5, 6); in HWTEST_F_L0() local
595 Local<Int16ArrayRef> typedArray = Int16ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
611 Local<Uint16ArrayRef> typedArray = Uint16ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
627 Local<Uint32ArrayRef> typedArray = Uint32ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
643 Local<Int32ArrayRef> typedArray = Int32ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
659 Local<Float32ArrayRef> typedArray = Float32ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
675 Local<Float64ArrayRef> typedArray = Float64ArrayRef::New(vm_, arrayBuffer, 8, 6); in HWTEST_F_L0() local
691 Local<BigInt64ArrayRef> typedArray = BigInt64ArrayRef::New(vm_, arrayBuffer, 8, 6); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp122 GateRef TypedArrayStubBuilder::FastCopyElementToArray(GateRef glue, GateRef typedArray, GateRef arr… in FastCopyElementToArray()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2256 JSHandle<JSTypedArray> typedArray(JSNApiHelper::ToJSHandle(this)); in ByteLength() local
2264 JSHandle<JSTypedArray> typedArray(JSNApiHelper::ToJSHandle(this)); in ByteOffset() local
2272 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
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1892 …JSHandle<JSTaggedValue> typedArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zerot… in DEF_RUNTIME_STUBS() local