Home
last modified time | relevance | path

Searched defs:newElements (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delements.cpp144 JSMutableHandle<TaggedArray> newElements(thread, JSTaggedValue::Undefined()); in MigrateArrayWithKind() local
176 JSMutableHandle<TaggedArray> newElements(thread, JSTaggedValue::Undefined()); in MigrateArrayWithKind() local
199 JSMutableHandle<MutantTaggedArray> newElements(thread, JSTaggedValue::Undefined()); in MigrateArrayWithKind() local
219 JSMutableHandle<MutantTaggedArray> newElements(thread, JSTaggedValue::Undefined()); in MigrateArrayWithKind() local
Djs_stable_array.cpp1170 …JSHandle<MutantTaggedArray> newElements = thread->GetEcmaVM()->GetFactory()->NewMutantTaggedArray(… in Fill() local
1178 … JSHandle<TaggedArray> newElements = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(len); in Fill() local
Dtagged_list.cpp138 JSHandle<TaggedArray> newElements = factory->ConvertListToArray(thread, list, numberOfNodes); in TaggedListToArray() local
Dobject_factory.cpp458 auto newElements = CloneProperties(elements); in CloneObjectLiteral() local
495 …auto newElements = CopyArray(elements, elementsLength, elementsLength, JSTaggedValue::Hole(), type… in CloneArrayLiteral() local
576 auto newElements = CloneProperties(elements, env, cloneObject); in CloneObjectLiteral() local
656 auto newElements = CloneProperties(elements, lexenv, JSHandle<JSObject>(cloneCtor)); in CloneClassCtor() local
Djs_object.cpp106 JSHandle<TaggedArray> newElements = factory->CopyArray(oldElements, oldLength, newCapacity, in GrowElementsCapacity() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue.cpp46 JSHandle<TaggedArray> newElements; in GrowCapacity() local
166 JSHandle<TaggedArray> newElements = in OwnKeys() local
185 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
Djs_api_deque.cpp106 JSHandle<TaggedArray> newElements = in GrowCapacity() local
211 JSHandle<TaggedArray> newElements = in OwnKeys() local
230 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
Djs_api_stack.cpp91 JSHandle<TaggedArray> newElements = in GrowCapacity() local
Djs_api_arraylist.cpp108 JSHandle<TaggedArray> newElements = factory->NewAndCopyTaggedArray(elementData, in IncreaseCapacityTo() local
369 JSHandle<TaggedArray> newElements = in GrowCapacity() local
Djs_api_vector.cpp90 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local
366 JSHandle<TaggedArray> newElements = in GrowCapacity() local
Djs_api_lightweightset.cpp304 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_deque_iterator_test.cpp74 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in CreateJSApiDeque() local
Djs_api_queue_iterator_test.cpp74 JSHandle<TaggedArray> newElements = factory->NewTaggedArray(capacaty); in CreateQueue() local
Djs_api_deque_test.cpp83 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in CreateDeque() local
Djs_api_queue_test.cpp72 JSHandle<TaggedArray> newElements = factory->NewTaggedArray(capacaty); in CreateQueue() local
Ddump_test.cpp364 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in NewJSAPIQueue() local
376 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in NewJSAPIDeque() local
Djs_api_arraylist_test.cpp211 JSHandle<TaggedArray> newElements(thread, newArrayList->GetElements()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.cpp48 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in DequeConstructor() local
Dcontainers_lightweightset.cpp530 auto newElements = factory->CopyArray(srcArray, srcArray->GetLength(), srcArray->GetLength(), in ToArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp87 JSHandle<TaggedArray> newElements = thread->GetEcmaVM()->GetFactory()-> in BuildArgumentsListFast() local
Dbuiltins_string.cpp1551 (const JSHandle<TaggedArray> &newElements, [[maybe_unused]] uint32_t length) { in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
2171 JSHandle<TaggedArray> newElements(factory->NewTaggedArray(arrayLength)); in SetCachedResult() local
2225 JSHandle<TaggedArray> newElements(factory->NewCOWTaggedArray(arrayLength)); in SetCachedResult() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
Djsvaluerefismodulenamespace_fuzzer.cpp200 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in IsDequeFuzztest() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp794 auto newElements = Load(VariableType::JS_POINTER(), obj, elementsOffset); in NewJSArrayLiteral() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp425 …JSHandle<TaggedArray> newElements = JSObject::GrowElementsCapacity(thread, elements, newLength, tr… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp995 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in HWTEST_F_L0() local
5933 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in HWTEST_F_L0() local