Searched defs:srcArray (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | barrier_test.cpp | 29 JSHandle<TaggedArray> srcArray = factory->NewTaggedArray(arrayLength); in HWTEST_F_L0() local 74 JSHandle<TaggedArray> srcArray = factory->NewTaggedArray(arrayLength); in HWTEST_F_L0() local 126 JSHandle<TaggedArray> srcArray = factory->NewTaggedArray(arrayLength); HWTEST_F_L0() local 182 JSHandle<TaggedArray> srcArray = factory->NewTaggedArray(arrayLength); HWTEST_F_L0() local 232 JSHandle<TaggedArray> srcArray = factory->NewTaggedArray(arrayLength); HWTEST_F_L0() local 295 JSHandle<TaggedArray> srcArray = factory->NewOldSpaceTaggedArray(arrayLength); HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_array.cpp | 157 void TaggedArray::RemoveElementByIndex(const JSThread *thread, JSHandle<TaggedArray> &srcArray, in RemoveElementByIndex() argument 180 void TaggedArray::InsertElementByIndex(const JSThread *thread, JSHandle<TaggedArray> &srcArray, in InsertElementByIndex() argument [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_string_builder.cpp | 134 coretypes::Array *srcArray = coretypes::Array::Cast(obj->GetCoreType()); in ReconstructStringAsMUtf8() local 160 coretypes::Array *srcArray = coretypes::Array::Cast(obj->GetCoreType()); in ReconstructStringAsUtf16() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_plain_array.cpp | 79 void JSAPIPlainArray::AdjustPrimitiveArray(TaggedArray *srcArray, int32_t fromIndex, int32_t toIndex) in AdjustPrimitiveArray() argument 98 void JSAPIPlainArray::AdjustArray(JSThread *thread, TaggedArray *srcArray, int32_t fromIndex, in AdjustArray() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | typed_array_helper.cpp | 440 JSHandle<JSTaggedValue> srcArray = BuiltinsBase::GetCallArg(argv, 0); in CreateFromTypedArray() local 555 CheckBufferAndType(JSTaggedValue buffer, JSThread *thread, const JSHandle<JSObject> &obj, JSHandle<JSTaggedValue> srcArray) CheckBufferAndType() argument 623 JSHandle<JSTaggedValue> srcArray = BuiltinsBase::GetCallArg(argv, 0); CreateSharedFromTypedArray() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.cpp | 2216 GateRef srcArray = GetCallArg0(numArgs);
in Set() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 274 void RuntimeStubs::CopyTypedArrayBuffer(JSTypedArray *srcArray, JSTypedArray *targetArray, int32_t srcStartPos, in CopyTypedArrayBuffer() argument
|
Completed in 20 milliseconds