Home
last modified time | relevance | path

Searched defs:srcArray (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dbarrier_test.cpp29 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 Dtagged_array.cpp157 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 Dets_string_builder.cpp134 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 Djs_api_plain_array.cpp79 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 Dtyped_array_helper.cpp440 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 Dbuiltins_typedarray_stub_builder.cpp2216 GateRef srcArray = GetCallArg0(numArgs); in Set() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp274 void RuntimeStubs::CopyTypedArrayBuffer(JSTypedArray *srcArray, JSTypedArray *targetArray, int32_t srcStartPos, in CopyTypedArrayBuffer() argument

Completed in 20 milliseconds