| /arkcompiler/ets_runtime/ecmascript/ |
| D | elements.cpp | 127 JSTaggedValue newElements = MigrateFromRawValueToHeapValue(thread, object, needCOW, true); in HandleIntKindMigration() local 150 JSTaggedValue newElements = MigrateFromRawValueToHeapValue(thread, object, needCOW, false); in HandleNumberKindMigration() local 161 JSTaggedValue newElements = MigrateFromHeapValueToRawValue(thread, object, needCOW, true); in HandleOtherKindMigration() local 164 JSTaggedValue newElements = MigrateFromHeapValueToRawValue(thread, object, needCOW, false); in HandleOtherKindMigration() local 199 JSMutableHandle<TaggedArray> newElements(thread, JSTaggedValue::Undefined()); in MigrateFromRawValueToHeapValue() local 226 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 | 517 auto newElements = CloneProperties(elements); in CloneObjectLiteral() local 554 …auto newElements = CopyArray(elements, elementsLength, elementsLength, JSTaggedValue::Hole(), type… in CloneArrayLiteral() local 636 auto newElements = CloneProperties(elements, env, cloneObject); in CloneObjectLiteral() local 771 auto newElements = CloneProperties(elements, lexenv, JSHandle<JSObject>(cloneCtor)); in CloneClassCtor() local
|
| D | js_object.cpp | 108 JSHandle<TaggedArray> newElements = in GrowElementsCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_queue.cpp | 41 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 | 100 JSHandle<TaggedArray> newElements = in GrowCapacity() local 209 JSHandle<TaggedArray> newElements = in OwnKeys() local 228 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
|
| D | js_api_stack.cpp | 92 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_vector.cpp | 87 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local 363 JSHandle<TaggedArray> newElements = in GrowCapacity() local
|
| D | js_api_lightweightset.cpp | 303 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 | 193 JSHandle<TaggedArray> newElements(thread, newArrayList->GetElements()); 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 | 537 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 | 1771 (const JSHandle<TaggedArray> &newElements, [[maybe_unused]] uint32_t length) { in CreateArrayThisStringAndSeperatorStringAreNotEmpty() 2414 JSHandle<TaggedArray> newElements(factory->NewCOWTaggedArray(arrayLength)); in SetCachedResult() local 2468 JSHandle<TaggedArray> newElements; in SetCachedResult() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/ |
| D | jsvaluerefismodulenamespace_fuzzer.cpp | 216 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in IsDequeFuzztest() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 563 JSHandle<TaggedArray> newElements( in DeleteInElementMode() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 440 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in NewJSAPIQueue() local 454 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in NewJSAPIDeque() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder_next_optimization.cpp | 638 GateRef newElements = newBuilder.CopyArray(glue, elements, capacity, capacity); in CopyWithinOptimised() local 1751 GateRef newElements = newBuilder.CopyArray(glue, elements, capacity, capacity); in PopOptimised() local 2063 GateRef newElements = newBuilder.CopyArray(glue, elements, capacity, capacity); in ShiftOptimised() local 2393 … GateRef newElements = newBuilder.NewTaggedArray(glue, TruncInt64ToInt32(sumArrayLen)); in ConcatOptimised() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 309 GateRef newElements = CloneProperties(glue, currentEnv, elements, result); in CloneObjectLiteral() local 1438 auto newElements = Load(VariableType::JS_POINTER(), 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 | 500 …JSHandle<TaggedArray> newElements = JSObject::GrowElementsCapacity(thread, elements, newLength, tr… in DEF_RUNTIME_STUBS() local
|