| /arkcompiler/ets_runtime/ecmascript/ |
| D | elements.cpp | 151 JSTaggedValue newElements = MigrateFromRawValueToHeapValue(thread, object, needCOW, true); in HandleIntKindMigration() local 174 JSTaggedValue newElements = MigrateFromRawValueToHeapValue(thread, object, needCOW, false); in HandleNumberKindMigration() local 185 JSTaggedValue newElements = MigrateFromHeapValueToRawValue(thread, object, needCOW, true); in HandleOtherKindMigration() local 188 JSTaggedValue newElements = MigrateFromHeapValueToRawValue(thread, object, needCOW, false); in HandleOtherKindMigration() local 223 JSMutableHandle<TaggedArray> newElements(thread, JSTaggedValue::Undefined()); in MigrateFromRawValueToHeapValue() local 250 JSMutableHandle<MutantTaggedArray> newElements(thread, JSTaggedValue::Undefined()); in MigrateFromHeapValueToRawValue() local
|
| D | js_stable_array.cpp | 1600 …JSHandle<MutantTaggedArray> newElements = thread->GetEcmaVM()->GetFactory()->NewMutantTaggedArray(… in Fill() local 1608 … JSHandle<TaggedArray> newElements = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(len); in Fill() local
|
| D | tagged_list.cpp | 132 JSHandle<TaggedArray> newElements = factory->ConvertListToArray(thread, list, numberOfNodes); in TaggedListToArray() local
|
| D | object_factory.cpp | 518 auto newElements = CloneProperties(elements); in CloneObjectLiteral() local 555 …auto newElements = CopyArray(elements, elementsLength, elementsLength, JSTaggedValue::Hole(), type… in CloneArrayLiteral() local 637 auto newElements = CloneProperties(elements, env, cloneObject); in CloneObjectLiteral() local 772 auto newElements = CloneProperties(elements, lexenv, JSHandle<JSObject>(cloneCtor)); in CloneClassCtor() local
|
| D | js_object.cpp | 96 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 208 JSHandle<TaggedArray> newElements = in OwnKeys() local 227 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
|
| D | js_api_stack.cpp | 90 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 | 90 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local 366 JSHandle<TaggedArray> newElements = in GrowCapacity() local
|
| D | js_api_lightweightset.cpp | 305 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 | 382 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in NewJSAPIQueue() local 394 … 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 | 44 … 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 | 87 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() 2437 JSHandle<TaggedArray> newElements(factory->NewTaggedArray(arrayLength)); in SetCachedResult() local 2491 JSMutableHandle<TaggedArray> newElements(thread, JSTaggedValue::Undefined()); 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/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 436 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in NewJSAPIQueue() local 450 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in NewJSAPIDeque() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 570 JSHandle<TaggedArray> newElements( in DeleteInElementMode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 285 GateRef newElements = CloneProperties(glue, currentEnv, elements, result); in CloneObjectLiteral() local 1435 auto newElements = Load(VariableType::JS_POINTER(), obj, elementsOffset); in NewJSArrayLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 524 …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 5910 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in HWTEST_F_L0() local
|