| /arkcompiler/ets_runtime/ecmascript/ |
| D | elements.cpp | 144 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
|
| D | js_stable_array.cpp | 1170 …JSHandle<MutantTaggedArray> newElements = thread->GetEcmaVM()->GetFactory()->NewMutantTaggedArray(… in Fill() local 1178 … JSHandle<TaggedArray> newElements = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(len); in Fill() local
|
| D | tagged_list.cpp | 138 JSHandle<TaggedArray> newElements = factory->ConvertListToArray(thread, list, numberOfNodes); in TaggedListToArray() local
|
| D | object_factory.cpp | 458 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
|
| D | js_object.cpp | 106 JSHandle<TaggedArray> newElements = factory->CopyArray(oldElements, oldLength, newCapacity, in GrowElementsCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_queue.cpp | 46 JSHandle<TaggedArray> newElements; in GrowCapacity() local 166 JSHandle<TaggedArray> newElements = in OwnKeys() local 185 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
|
| D | js_api_deque.cpp | 106 JSHandle<TaggedArray> newElements = in GrowCapacity() local 211 JSHandle<TaggedArray> newElements = in OwnKeys() local 230 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
|
| D | js_api_stack.cpp | 91 JSHandle<TaggedArray> newElements = in GrowCapacity() local
|
| D | js_api_arraylist.cpp | 108 JSHandle<TaggedArray> newElements = factory->NewAndCopyTaggedArray(elementData, in IncreaseCapacityTo() local 369 JSHandle<TaggedArray> newElements = in GrowCapacity() local
|
| D | js_api_vector.cpp | 90 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local 366 JSHandle<TaggedArray> newElements = in GrowCapacity() local
|
| D | js_api_lightweightset.cpp | 304 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_deque_iterator_test.cpp | 74 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in CreateJSApiDeque() local
|
| D | js_api_queue_iterator_test.cpp | 74 JSHandle<TaggedArray> newElements = factory->NewTaggedArray(capacaty); in CreateQueue() local
|
| D | js_api_deque_test.cpp | 83 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in CreateDeque() local
|
| D | js_api_queue_test.cpp | 72 JSHandle<TaggedArray> newElements = factory->NewTaggedArray(capacaty); in CreateQueue() local
|
| D | dump_test.cpp | 364 … 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
|
| D | js_api_arraylist_test.cpp | 211 JSHandle<TaggedArray> newElements(thread, newArrayList->GetElements()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_deque.cpp | 48 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in DequeConstructor() local
|
| D | containers_lightweightset.cpp | 530 auto newElements = factory->CopyArray(srcArray, srcArray->GetLength(), srcArray->GetLength(), in ToArray() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 87 JSHandle<TaggedArray> newElements = thread->GetEcmaVM()->GetFactory()-> in BuildArgumentsListFast() local
|
| D | builtins_string.cpp | 1551 (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/ |
| D | jsvaluerefismodulenamespace_fuzzer.cpp | 200 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in IsDequeFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 794 auto newElements = Load(VariableType::JS_POINTER(), obj, elementsOffset); in NewJSArrayLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 425 …JSHandle<TaggedArray> newElements = JSObject::GrowElementsCapacity(thread, elements, newLength, tr… in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | ffi_workload.cpp | 995 … 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
|