Home
last modified time | relevance | path

Searched defs:srcArray (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array-inl.h172 void TaggedArray::RemoveElementByIndex(const JSThread *thread, JSHandle<TaggedArray> &srcArray, in RemoveElementByIndex()
195 void TaggedArray::InsertElementByIndex(const JSThread *thread, JSHandle<TaggedArray> &srcArray, in InsertElementByIndex()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.cpp116 coretypes::Array *srcArray = reinterpret_cast<EtsArray *>(obj)->GetCoreType(); in ReconstructStringAsMUtf8() local
142 coretypes::Array *srcArray = reinterpret_cast<EtsCharArray *>(obj)->GetCoreType(); in ReconstructStringAsUtf16() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_lightweightset.cpp523 JSHandle<TaggedArray> srcArray(thread, lightweightset->GetValues()); in ToArray() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp384 void JSAPILightWeightSet::AdjustArray(JSThread *thread, JSHandle<TaggedArray> srcArray, uint32_t fr… in AdjustArray()
Djs_api_plain_array.cpp81 void JSAPIPlainArray::AdjustArray(JSThread *thread, TaggedArray *srcArray, int32_t fromIndex, in AdjustArray()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp214 JSHandle<JSTaggedValue> srcArray = BuiltinsBase::GetCallArg(argv, 0); in CreateFromTypedArray() local