| /arkcompiler/ets_runtime/ecmascript/ |
| D | elements.cpp | 95 JSTaggedValue newElements = MigrateFromRawValueToHeapValue(thread, object, needCOW, true); in HandleIntKindMigration() local 118 JSTaggedValue newElements = MigrateFromRawValueToHeapValue(thread, object, needCOW, false); in HandleNumberKindMigration() local 129 JSTaggedValue newElements = MigrateFromHeapValueToRawValue(thread, object, needCOW, true); in HandleOtherKindMigration() local 132 JSTaggedValue newElements = MigrateFromHeapValueToRawValue(thread, object, needCOW, false); in HandleOtherKindMigration() local 167 JSMutableHandle<TaggedArray> newElements(thread, JSTaggedValue::Undefined()); in MigrateFromRawValueToHeapValue() local 194 JSMutableHandle<MutantTaggedArray> newElements(thread, JSTaggedValue::Undefined()); in MigrateFromHeapValueToRawValue() local
|
| D | tagged_list.cpp | 132 JSHandle<TaggedArray> newElements = factory->ConvertListToArray(thread, list, numberOfNodes); in TaggedListToArray() local
|
| D | object_factory.cpp | 540 auto newElements = CloneProperties(elements); in CloneObjectLiteral() local 577 …auto newElements = CopyArray(elements, elementsLength, elementsLength, JSTaggedValue::Hole(), type… in CloneArrayLiteral() local 661 auto newElements = CloneProperties(elements, env, cloneObject); in CloneObjectLiteral() local 796 auto newElements = CloneProperties(elements, lexenv, JSHandle<JSObject>(cloneCtor)); in CloneClassCtor() local
|
| D | js_object.cpp | 111 JSHandle<TaggedArray> newElements = in GrowElementsCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_queue.cpp | 41 JSHandle<TaggedArray> newElements; in GrowCapacity() local 165 JSHandle<TaggedArray> newElements = in OwnKeys() local 184 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
|
| D | js_api_deque.cpp | 100 JSHandle<TaggedArray> newElements = in GrowCapacity() local 207 JSHandle<TaggedArray> newElements = in OwnKeys() local 226 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
|
| D | js_api_stack.cpp | 90 JSHandle<TaggedArray> newElements = in GrowCapacity() local
|
| D | js_api_vector.cpp | 87 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local 363 JSHandle<TaggedArray> newElements = in GrowCapacity() local
|
| D | js_api_arraylist.cpp | 103 JSHandle<TaggedArray> newElements = factory->NewAndCopyTaggedArray(elementData, in IncreaseCapacityTo() local 386 JSHandle<TaggedArray> newElements = in GrowCapacity() local
|
| D | js_api_lightweightset.cpp | 304 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_container_common.h | 101 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in CreateJSApiDeque() local 192 JSHandle<TaggedArray> newElements = factory->NewTaggedArray(capacaty); in CreateQueue() local
|
| D | dump_test.cpp | 433 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in NewJSAPIQueue() local 445 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in NewJSAPIDeque() local
|
| D | js_api_arraylist_test.cpp | 194 JSHandle<TaggedArray> newElements(thread, newArrayList->GetElements(thread)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_deque.cpp | 41 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in DequeConstructor() local
|
| D | containers_lightweightset.cpp | 538 auto newElements = factory->CopyArray(srcArray, srcArray->GetLength(), srcArray->GetLength(), in ToArray() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 86 JSHandle<TaggedArray> newElements = thread->GetEcmaVM()->GetFactory()-> in BuildArgumentsListFast() local
|
| D | builtins_string.cpp | 1790 (const JSHandle<TaggedArray> &newElements, [[maybe_unused]] uint32_t length) { in CreateArrayThisStringAndSeperatorStringAreNotEmpty() 2433 JSHandle<TaggedArray> newElements(factory->NewCOWTaggedArray(arrayLength)); in SetCachedResult() local 2499 JSHandle<TaggedArray> newElements; in SetCachedResult() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/ |
| D | jsvaluerefismodulenamespace_fuzzer.cpp | 209 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in IsDequeFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 562 JSHandle<TaggedArray> newElements( in DeleteInElementMode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder_next_optimization.cpp | 640 GateRef newElements = newBuilder.CopyArray(glue, elements, capacity, capacity); in CopyWithinOptimised() local 1759 GateRef newElements = newBuilder.CopyArray(glue, elements, capacity, capacity); in PopOptimised() local 2071 GateRef newElements = newBuilder.CopyArray(glue, elements, capacity, capacity); in ShiftOptimised() local 2401 … GateRef newElements = newBuilder.NewTaggedArray(glue, TruncInt64ToInt32(sumArrayLen)); in ConcatOptimised() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 636 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in NewJSAPIQueue() local 650 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in NewJSAPIDeque() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 327 GateRef newElements = CloneProperties(glue, currentEnv, elements, result); in CloneObjectLiteral() local 1609 auto newElements = Load(VariableType::JS_POINTER(), glue_, obj, elementsOffset); in NewJSArrayLiteral() 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 5910 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 512 …JSHandle<TaggedArray> newElements = JSObject::GrowElementsCapacity(thread, elements, newLength, tr… in DEF_RUNTIME_STUBS() local
|