| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisarray_fuzzer/ |
| D | jsvaluerefisarray_fuzzer.cpp | 35 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/ |
| D | typedarrayjoin.js | 31 let typedArray; variable 41 typedArray = new constructor(arr); variable
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | atomic_helper.cpp | 22 …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/ |
| D | jsvaluerefisbig64array_fuzzer.cpp | 48 … 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/ |
| D | mono_builtin.ts | 37 const typedArray = new Int8Array(8); variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_atomics.cpp | 39 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()
|
| D | builtins_shared_typedarray.cpp | 362 JSHandle<JSSharedTypedArray> typedArray = JSHandle<JSSharedTypedArray>::Cast(thisHandle); in GetBuffer() local 1217 JSHandle<JSTypedArray> typedArray(argArray); in Set() local
|
| D | builtins_typedarray.cpp | 390 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/ |
| D | uint32arrayrefbytelength_fuzzer.cpp | 40 Local<Uint32ArrayRef> typedArray = Uint32ArrayRef::New(vm, ref, byteOffset, length); in Uint32ArrayRefByteLengthFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/ |
| D | main.cpp | 86 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/ |
| D | js_typed_array.cpp | 435 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/ |
| D | jsvaluereffoundationvalue_fuzzer.cpp | 61 Local<Uint32ArrayRef> typedArray = Uint32ArrayRef::New(vm, ref, byteOffset, length); in JSValueRefFoundationValueFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 183 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/ |
| D | jsnapi_first_tests.cpp | 397 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 …]
|
| D | jsnapi_sample.cpp | 1887 … 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 …]
|
| D | ffi_workload.cpp | 610 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/ |
| D | sharedtypedarray.ts | 241 let typedArray; variable
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_buffer.cpp | 636 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/ |
| D | ic_handler.h | 240 JSHandle<JSTypedArray> typedArray) in LoadTypedArrayElement()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder-inl.h | 3484 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/ |
| D | typearray.js | 1673 function testOneNan(typedArray, backup, isDouble) { argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 3456 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/ |
| D | js_typed_array_test.cpp | 1416 JSHandle<JSTypedArray> typedArray(int8Array); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2917 …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/ |
| D | js_native_api_v8.cpp | 3989 v8::Local<v8::TypedArray> typedArray; in OH_JSVM_CreateTypedarray() local
|