Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delements.cpp95 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
Dtagged_list.cpp132 JSHandle<TaggedArray> newElements = factory->ConvertListToArray(thread, list, numberOfNodes); in TaggedListToArray() local
Dobject_factory.cpp540 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
Djs_object.cpp111 JSHandle<TaggedArray> newElements = in GrowElementsCapacity() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue.cpp41 JSHandle<TaggedArray> newElements; in GrowCapacity() local
165 JSHandle<TaggedArray> newElements = in OwnKeys() local
184 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
Djs_api_deque.cpp100 JSHandle<TaggedArray> newElements = in GrowCapacity() local
207 JSHandle<TaggedArray> newElements = in OwnKeys() local
226 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
Djs_api_stack.cpp90 JSHandle<TaggedArray> newElements = in GrowCapacity() local
Djs_api_vector.cpp87 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local
363 JSHandle<TaggedArray> newElements = in GrowCapacity() local
Djs_api_arraylist.cpp103 JSHandle<TaggedArray> newElements = factory->NewAndCopyTaggedArray(elementData, in IncreaseCapacityTo() local
386 JSHandle<TaggedArray> newElements = in GrowCapacity() local
Djs_api_lightweightset.cpp304 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_container_common.h101 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in CreateJSApiDeque() local
192 JSHandle<TaggedArray> newElements = factory->NewTaggedArray(capacaty); in CreateQueue() local
Ddump_test.cpp433 … 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
Djs_api_arraylist_test.cpp194 JSHandle<TaggedArray> newElements(thread, newArrayList->GetElements(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_deque.cpp41 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in DequeConstructor() local
Dcontainers_lightweightset.cpp538 auto newElements = factory->CopyArray(srcArray, srcArray->GetLength(), srcArray->GetLength(), in ToArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp86 JSHandle<TaggedArray> newElements = thread->GetEcmaVM()->GetFactory()-> in BuildArgumentsListFast() local
Dbuiltins_string.cpp1790 (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/
Djsvaluerefismodulenamespace_fuzzer.cpp209 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in IsDequeFuzztest() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp562 JSHandle<TaggedArray> newElements( in DeleteInElementMode() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp640 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/
Dheap_dump_test.cpp636 … 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/
Dnew_object_stub_builder.cpp327 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/
Dffi_workload.cpp995 … 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/
Druntime_stubs.cpp512 …JSHandle<TaggedArray> newElements = JSObject::GrowElementsCapacity(thread, elements, newLength, tr… in DEF_RUNTIME_STUBS() local