Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisarray_fuzzer/
Djsvaluerefisarray_fuzzer.cpp35 Local<JSValueRef> typedArray = Int8ArrayRef::New(vm, arrayBuffer, 0, (int32_t)size); in IsInt8ArrayFuzztest() local
51 Local<JSValueRef> typedArray = Uint8ArrayRef::New(vm, arrayBuffer, 0, (int32_t)size); in IsUint8ArrayFuzztest() local
67 Local<JSValueRef> typedArray = Uint8ClampedArrayRef::New(vm, arrayBuffer, 0, (int32_t)size); in IsUint8ClampedArrayFuzztest() local
84 Local<JSValueRef> typedArray = Int16ArrayRef::New(vm, arrayBuffer, 0, length); in IsInt16ArrayFuzztest() local
101 Local<JSValueRef> typedArray = Uint16ArrayRef::New(vm, arrayBuffer, 0, length); in IsUint16ArrayFuzztest() local
/arkcompiler/ets_runtime/test/moduletest/typedarrayjoin/
Dtypedarrayjoin.js31 let typedArray; variable
41 typedArray = new constructor(arr); variable
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp22 …Value AtomicHelper::ValidateIntegerTypedArray(JSThread *thread, JSHandle<JSTaggedValue> typedArray, in ValidateIntegerTypedArray()
59 …32_t AtomicHelper::ValidateAtomicAccess(JSThread *thread, const JSHandle<JSTaggedValue> typedArray, in ValidateAtomicAccess()
91 JSTaggedValue AtomicHelper::AtomicStore(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in AtomicStore()
118 JSTaggedValue AtomicHelper::AtomicLoad(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in AtomicLoad()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisbig64array_fuzzer/
Djsvaluerefisbig64array_fuzzer.cpp48 … Local<BigInt64ArrayRef> typedArray = BigInt64ArrayRef::New(vm, ref, (int32_t)size, (int32_t)size); in JSValueRefIsBigInt64ArrayFuzzTest() local
75 …Local<BigUint64ArrayRef> typedArray = BigUint64ArrayRef::New(vm, ref, (int32_t)size, (int32_t)size… in JSValueRefIsBigUint64ArrayRefNewFuzzTest() local
/arkcompiler/ets_runtime/test/aottest/mono_builtin/
Dmono_builtin.ts37 const typedArray = new Int8Array(8); variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp39 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Sub() local
50 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Add() local
61 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in And() local
72 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Or() local
83 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Xor() local
94 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in CompareExchange() local
105 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Exchange() local
116 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Store() local
128 JSHandle<JSTaggedValue> typedArray = GetCallArg(argv, 0); in Load() local
278 …BuiltinsAtomics::AtomicReadModifyWrite(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in AtomicReadModifyWrite()
Dbuiltins_shared_typedarray.cpp362 JSHandle<JSSharedTypedArray> typedArray = JSHandle<JSSharedTypedArray>::Cast(thisHandle); in GetBuffer() local
1217 JSHandle<JSTypedArray> typedArray(argArray); in Set() local
Dbuiltins_typedarray.cpp390 JSHandle<JSTypedArray> typedArray = JSHandle<JSTypedArray>::Cast(thisHandle); in GetBuffer() local
1294 JSHandle<JSTypedArray> typedArray(argArray); in Set() local
/arkcompiler/ets_runtime/test/fuzztest/uint32arrayrefbytelength_fuzzer/
Duint32arrayrefbytelength_fuzzer.cpp40 Local<Uint32ArrayRef> typedArray = Uint32ArrayRef::New(vm, ref, byteOffset, length); in Uint32ArrayRefByteLengthFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/
Dmain.cpp86 static ani_string Decode(ani_env *env, ani_object object, ani_object typedArray, ani_boolean stream) in Decode()
210 static ani_string DoWrite(ani_env *env, ani_object object, ani_object typedArray) in DoWrite()
223 static ani_string DoEnd(ani_env *env, ani_object object, ani_object typedArray) in DoEnd()
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp435 bool JSTypedArray::IsValidIntegerIndex(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,… in IsValidIntegerIndex()
515 …l JSTypedArray::FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in FastCopyElementToArray()
735 JSTaggedValue JSTypedArray::GetOffHeapBuffer(JSThread *thread, JSHandle<JSTypedArray> &typedArray) in GetOffHeapBuffer()
767 …SharedTypedArray::GetSharedOffHeapBuffer(JSThread *thread, JSHandle<JSSharedTypedArray> typedArray) in GetSharedOffHeapBuffer()
799 bool JSTypedArray::FastTypedArrayFill(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in FastTypedArrayFill()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/
Djsvaluereffoundationvalue_fuzzer.cpp61 Local<Uint32ArrayRef> typedArray = Uint32ArrayRef::New(vm, ref, byteOffset, length); in JSValueRefFoundationValueFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp183 GateRef BuiltinsTypedArrayStubBuilder::FastCopyElementToArray(GateRef glue, GateRef typedArray, Gat… in FastCopyElementToArray()
490 Label typedArray(env); in LastIndexOf() local
598 Label typedArray(env); in IndexOf() local
698 Label typedArray(env); in Find() local
773 Label typedArray(env); in Includes() local
866 Label typedArray(env); in CopyWithin() local
1003 Label typedArray(env); in ReduceRight() local
1108 Label typedArray(env); in Reduce() local
1210 Label typedArray(env); in Every() local
1294 Label typedArray(env); in Some() local
[all …]
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp397 Local<TypedArrayRef> typedArray = testString1->EncodeIntoUint8Array(vm_); in HWTEST_F_L0() local
408 Local<TypedArrayRef> typedArray = testString1->EncodeIntoUint8Array(vm_); in HWTEST_F_L0() local
851 Local<Int8ArrayRef> typedArray = Int8ArrayRef::New(vm_, arrayBuffer, 5, 6); in HWTEST_F_L0() local
876 Local<Uint8ArrayRef> typedArray = Uint8ArrayRef::New(vm_, arrayBuffer, 5, 6); in HWTEST_F_L0() local
899 Local<Uint8ClampedArrayRef> typedArray = Uint8ClampedArrayRef::New(vm_, arrayBuffer, 5, 6); in HWTEST_F_L0() local
922 Local<Int16ArrayRef> typedArray = Int16ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
945 Local<Uint16ArrayRef> typedArray = Uint16ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
969 Local<Uint32ArrayRef> typedArray = Uint32ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
992 Local<Int32ArrayRef> typedArray = Int32ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
1008 Local<Float32ArrayRef> typedArray = Float32ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
[all …]
Djsnapi_sample.cpp1887 … Local<Int8ArrayRef> typedArray = Int8ArrayRef::New(vm_, arrayBuffer, byteOffset, int8ArrayLength); in HWTEST_F_L0() local
1912 …Local<Uint8ArrayRef> typedArray = Uint8ArrayRef::New(vm_, arrayBuffer, byteOffset, Uint8ArrayLengt… in HWTEST_F_L0() local
1937 …Local<Uint8ClampedArrayRef> typedArray = Uint8ClampedArrayRef::New(vm_, arrayBuffer, byteOffset, u… in HWTEST_F_L0() local
1962 …Local<Int16ArrayRef> typedArray = Int16ArrayRef::New(vm_, arrayBuffer, byteOffset, int16ArrayLengt… in HWTEST_F_L0() local
1987 …Local<Uint16ArrayRef> typedArray = Uint16ArrayRef::New(vm_, arrayBuffer, byteOffset, uint16ArrayLe… in HWTEST_F_L0() local
2012 …Local<Int32ArrayRef> typedArray = Int32ArrayRef::New(vm_, arrayBuffer, byteOffset, int32ArrayLengt… in HWTEST_F_L0() local
2037 …Local<Uint32ArrayRef> typedArray = Uint32ArrayRef::New(vm_, arrayBuffer, byteOffset, uint32ArrayLe… in HWTEST_F_L0() local
2062 …Local<Float32ArrayRef> typedArray = Float32ArrayRef::New(vm_, arrayBuffer, byteOffset, float32Arra… in HWTEST_F_L0() local
2087 …Local<Float64ArrayRef> typedArray = Float64ArrayRef::New(vm_, arrayBuffer, byteOffset, float64Arra… in HWTEST_F_L0() local
2112 …Local<BigInt64ArrayRef> typedArray = BigInt64ArrayRef::New(vm_, arrayBuffer, byteOffset, bigInt64A… in HWTEST_F_L0() local
[all …]
Dffi_workload.cpp610 Local<Uint32ArrayRef> typedArray = Uint32ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
625 Local<Float32ArrayRef> typedArray = Float32ArrayRef::New(vm_, arrayBuffer, 4, 6); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts241 let typedArray; variable
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp636 JSHandle<JSTypedArray> typedArray = in FromBufferToArray() local
1354 JSHandle<JSTypedArray> typedArray = in WriteBigUInt64() local
1385 JSHandle<JSTypedArray> typedArray = in ReadBigUInt64() local
1402 JSHandle<JSTypedArray> typedArray = in WriteBigInt64() local
1433 JSHandle<JSTypedArray> typedArray = in ReadBigInt64() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h240 JSHandle<JSTypedArray> typedArray) in LoadTypedArrayElement()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h3484 inline void StubBuilder::SetTypedArrayName(GateRef glue, GateRef typedArray, GateRef name, in SetTypedArrayName()
3491 inline void StubBuilder::SetContentType(GateRef glue, GateRef typedArray, GateRef type) in SetContentType()
3497 inline void StubBuilder::SetViewedArrayBufferOrByteArray(GateRef glue, GateRef typedArray, GateRef … in SetViewedArrayBufferOrByteArray()
3504 inline GateRef StubBuilder::GetViewedArrayBufferOrByteArray(GateRef glue, GateRef typedArray) in GetViewedArrayBufferOrByteArray()
3510 inline void StubBuilder::SetByteLength(GateRef glue, GateRef typedArray, GateRef byteLength) in SetByteLength()
3516 inline void StubBuilder::SetByteOffset(GateRef glue, GateRef typedArray, GateRef byteOffset) in SetByteOffset()
3522 inline void StubBuilder::SetTypedArrayLength(GateRef glue, GateRef typedArray, GateRef arrayLength) in SetTypedArrayLength()
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js1673 function testOneNan(typedArray, backup, isDouble) { argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3456 JSHandle<JSTypedArray> typedArray(JSNApiHelper::ToJSHandle(this)); in ByteLength() local
3465 JSHandle<JSTypedArray> typedArray(JSNApiHelper::ToJSHandle(this)); in ByteOffset() local
3474 JSHandle<JSTypedArray> typedArray(JSNApiHelper::ToJSHandle(this)); in ArrayLength() local
3493 JSHandle<ecmascript::JSSharedTypedArray> typedArray(JSNApiHelper::ToJSHandle(this)); in ByteLength() local
3502 JSHandle<ecmascript::JSSharedTypedArray> typedArray(JSNApiHelper::ToJSHandle(this)); in ByteOffset() local
3511 JSHandle<ecmascript::JSSharedTypedArray> typedArray(JSNApiHelper::ToJSHandle(this)); in ArrayLength() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1416 JSHandle<JSTypedArray> typedArray(int8Array); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2917 …JSHandle<JSTaggedValue> typedArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zerot… in DEF_RUNTIME_STUBS() local
4110 void RuntimeStubs::SortTypedArray(uintptr_t argGlue, JSTypedArray *typedArray) in DEF_RUNTIME_STUBS()
4153 void RuntimeStubs::ReverseTypedArray(uintptr_t argGlue, JSTypedArray *typedArray) in DEF_RUNTIME_STUBS()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp3989 v8::Local<v8::TypedArray> typedArray; in OH_JSVM_CreateTypedarray() local