Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delements.cpp127 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
Dtagged_list.cpp132 JSHandle<TaggedArray> newElements = factory->ConvertListToArray(thread, list, numberOfNodes); in TaggedListToArray() local
Dobject_factory.cpp517 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
Djs_object.cpp108 JSHandle<TaggedArray> newElements = in GrowElementsCapacity() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue.cpp41 JSHandle<TaggedArray> newElements; in GrowCapacity() local
166 JSHandle<TaggedArray> newElements = in OwnKeys() local
185 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
Djs_api_deque.cpp100 JSHandle<TaggedArray> newElements = in GrowCapacity() local
209 JSHandle<TaggedArray> newElements = in OwnKeys() local
228 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
Djs_api_stack.cpp92 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_vector.cpp87 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local
363 JSHandle<TaggedArray> newElements = in GrowCapacity() local
Djs_api_lightweightset.cpp303 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.cpp193 JSHandle<TaggedArray> newElements(thread, newArrayList->GetElements()); 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.cpp537 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.cpp1771 (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/
Djsvaluerefismodulenamespace_fuzzer.cpp216 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in IsDequeFuzztest() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp563 JSHandle<TaggedArray> newElements( in DeleteInElementMode() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp440 … 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/
Dbuiltins_array_stub_builder_next_optimization.cpp638 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/
Dnew_object_stub_builder.cpp309 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/
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.cpp500 …JSHandle<TaggedArray> newElements = JSObject::GrowElementsCapacity(thread, elements, newLength, tr… in DEF_RUNTIME_STUBS() local