| /arkcompiler/ets_runtime/ecmascript/ |
| D | weak_vector.cpp | 62 …JSHandle<TaggedArray> newVec = factory->CopyArray(JSHandle<TaggedArray>(old), VectorToArrayIndex(o… in Grow() 133 …JSHandle<TaggedArray> newVec = factory->CopyArray(JSHandle<TaggedArray>(vec), oldLength, newLength… in Copy()
|
| D | tagged_array-inl.h | 158 JSHandle<TaggedArray> newArray = factory->CopyArray(array, oldLength, capa); in SetCapacity() 168 factory->CopyArray(array, oldLength, capa, JSTaggedValue::Hole(), MemSpaceType::OLD_SPACE); in SetCapacityInOldSpace()
|
| D | vtable.cpp | 105 …JSHandle<TaggedArray> copyVtable = factory->CopyArray(JSHandle<TaggedArray>(vtable), length, lengt… in Copy()
|
| D | tagged_list.h | 42 void CopyArray(const JSThread *thread, JSHandle<Derived> &taggedList);
|
| D | js_array.cpp | 578 auto newArray = factory->CopyArray(arr, arr->GetLength(), arr->GetLength(), in CheckAndCopyArray() 584 auto newProps = factory->CopyArray(prop, prop->GetLength(), prop->GetLength(), in CheckAndCopyArray()
|
| D | js_typed_array.cpp | 334 return factory->CopyArray(nameList, length, copyLength); in OwnPropertyKeys() 370 return factory->CopyArray(nameList, length, copyLength); in OwnEnumPropertyKeys()
|
| D | tagged_list.cpp | 50 void TaggedList<Derived>::CopyArray(const JSThread *thread, JSHandle<Derived> &taggedList) in CopyArray() function in panda::ecmascript::TaggedList 105 taggedList->CopyArray(thread, list); in GrowCapacity()
|
| D | js_proxy.cpp | 816 … thread->GetEcmaVM()->GetFactory()->CopyArray(trapRes, trapRes->GetLength(), trapRes->GetLength()); in OwnPropertyKeys()
|
| D | object_fast_operator-inl.h | 655 array.Update(factory->CopyArray(array, length, capacity).GetTaggedValue()); in AddPropertyByName()
|
| D | object_factory.h | 393 …JSHandle<TaggedArray> CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, uint32_t new…
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_lightweightset.cpp | 50 hashArray = thread->GetEcmaVM()->GetFactory()->CopyArray(hashArray, capacity, newCapacity); in Add() 51 … valueArray = thread->GetEcmaVM()->GetFactory()->CopyArray(valueArray, capacity, newCapacity); in Add() 165 hashArray = thread->GetEcmaVM()->GetFactory()->CopyArray(hashArray, capacity, newCapacity); in SizeCopy() 166 valueArray = thread->GetEcmaVM()->GetFactory()->CopyArray(valueArray, capacity, newCapacity); in SizeCopy() 488 auto newArray = factory->CopyArray(values, values->GetLength(), values->GetLength(), in CheckAndCopyValues()
|
| D | js_api_stack.cpp | 92 thread->GetEcmaVM()->GetFactory()->CopyArray(oldElements, oldLength, newCapacity); in GrowCapacity()
|
| D | js_api_plain_array.cpp | 49 thread->GetEcmaVM()->GetFactory()->CopyArray(keyArray, capacity, newCapacity); in Add() 51 thread->GetEcmaVM()->GetFactory()->CopyArray(valueArray, capacity, newCapacity); in Add()
|
| D | js_api_vector.cpp | 91 thread->GetEcmaVM()->GetFactory()->CopyArray(elementData, oldCapacity, tempCapacity); in IncreaseCapacityTo() 367 thread->GetEcmaVM()->GetFactory()->CopyArray(elementData, oldCapacity, newCapacity); in GrowCapacity()
|
| D | js_api_queue.cpp | 55 … newElements = thread->GetEcmaVM()->GetFactory()->CopyArray(oldElements, oldLength, newCapacity); in GrowCapacity()
|
| D | js_api_arraylist.cpp | 370 thread->GetEcmaVM()->GetFactory()->CopyArray(oldElements, oldCapacity, newCapacity); in GrowCapacity()
|
| D | js_api_lightweightmap.cpp | 406 JSHandle<TaggedArray> newArray = factory->CopyArray(oldArray, oldLength, newCapacity); in GrowCapacity()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 51 GateRef CopyArray(GateRef glue, GateRef elements, GateRef oldLen, GateRef newLen);
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | vixl_exec_module.h | 153 void CopyArray(void *arrData, T *array) in CopyArray() function
|
| D | codegen_test.cpp | 240 GetExecModule().CopyArray(param1, arrayData); in CheckStoreArray() 309 GetExecModule().CopyArray(param1, arrayData); in CheckLoadArray() 386 GetExecModule().CopyArray(param1, arrayData); in CheckStoreArrayPair() 763 GetExecModule().CopyArray(param1, array); in TEST_F() 1465 GetExecModule().CopyArray(param1, array); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | vixl_exec_module.h | 143 void CopyArray(void *arr_data, T *array) in CopyArray() function
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_lightweightset.cpp | 530 auto newElements = factory->CopyArray(srcArray, srcArray->GetLength(), srcArray->GetLength(), in ToArray()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 347 properties = factory->CopyArray(arrayHandle, capacity, newLen); in StoreWithTransition()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_object.cpp | 495 JSHandle<TaggedArray> resultList = factory->CopyArray(nameList, length, copyLength); in GetOwnPropertyKeys()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 267 DEF_RUNTIME_STUBS(CopyArray) in DEF_RUNTIME_STUBS() argument 269 RUNTIME_STUBS_HEADER(CopyArray); in DEF_RUNTIME_STUBS() 275 …return factory->CopyArray(array, length.GetInt(), capacity.GetInt()).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS() 358 properties = factory->CopyArray(arrayHandle, capacity, newLen); in DEF_RUNTIME_STUBS()
|