/arkcompiler/ets_runtime/ecmascript/base/ |
D | atomic_helper.cpp | 22 …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/ |
D | builtins_atomics.cpp | 38 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()
|
D | builtins_typedarray.cpp | 381 JSHandle<JSTypedArray> typedArray = JSHandle<JSTypedArray>::Cast(thisHandle); in GetBuffer() local 1145 JSHandle<JSTypedArray> typedArray(argArray); in Set() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_typed_array.cpp | 422 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()
|
D | js_serializer.cpp | 714 JSHandle<JSTypedArray> typedArray = JSHandle<JSTypedArray>::Cast(value); in WriteJSTypedArray() local 1672 JSHandle<JSTypedArray> typedArray = in ReadJSTypedArray() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 547 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/ |
D | typed_array_stub_builder.cpp | 122 GateRef TypedArrayStubBuilder::FastCopyElementToArray(GateRef glue, GateRef typedArray, GateRef arr… in FastCopyElementToArray()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 2256 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/ |
D | js_typed_array_test.cpp | 1477 JSHandle<JSTypedArray> typedArray(int8Array); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 1892 …JSHandle<JSTaggedValue> typedArray = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zerot… in DEF_RUNTIME_STUBS() local
|