/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_queue.cpp | 46 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 | 106 JSHandle<TaggedArray> newElements = in GrowCapacity() local 211 JSHandle<TaggedArray> newElements = in OwnKeys() local 230 JSHandle<TaggedArray> newElements = in OwnEnumKeys() local
|
D | js_api_stack.cpp | 91 JSHandle<TaggedArray> newElements = in GrowCapacity() local
|
D | js_api_vector.cpp | 89 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local 365 JSHandle<TaggedArray> newElements = in GrowCapacity() local
|
D | js_api_arraylist.cpp | 108 JSHandle<TaggedArray> newElements = factory->NewAndCopyTaggedArray(elementData, in IncreaseCapacityTo() local 369 JSHandle<TaggedArray> newElements = in GrowCapacity() local
|
D | js_api_lightweightset.cpp | 303 JSHandle<TaggedArray> newElements = in IncreaseCapacityTo() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_queue_iterator_test.cpp | 74 JSHandle<TaggedArray> newElements = factory->NewTaggedArray(capacaty); in CreateQueue() local
|
D | js_api_deque_iterator_test.cpp | 74 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in CreateJSApiDeque() local
|
D | js_api_deque_test.cpp | 83 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in CreateDeque() local
|
D | js_api_queue_test.cpp | 72 JSHandle<TaggedArray> newElements = factory->NewTaggedArray(capacaty); in CreateQueue() local
|
D | dump_test.cpp | 363 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIQueue::DEFAULT_CAPACITY_LENGTH); in NewJSAPIQueue() local 375 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in NewJSAPIDeque() local
|
D | js_api_arraylist_test.cpp | 211 JSHandle<TaggedArray> newElements(thread, newArrayList->GetElements()); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_deque.cpp | 48 … JSHandle<TaggedArray> newElements = factory->NewTaggedArray(JSAPIDeque::DEFAULT_CAPACITY_LENGTH); in DequeConstructor() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | new_object_stub_builder.cpp | 297 auto newElements = Load(VariableType::JS_POINTER(), obj, elementsOffset); in NewJSArrayLiteral() local
|
D | stub_builder.cpp | 2797 … GateRef newElements = CallRuntime(glue, RTSTUB_ID(CheckAndCopyArray), {*holder}); in SetPropertyByIndex() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_list.cpp | 124 JSHandle<TaggedArray> newElements = factory->ConvertListToArray(thread, list, numberOfNodes); in TaggedListToArray() local
|
D | object_factory.cpp | 438 auto newElements = CloneProperties(elements); in CloneObjectLiteral() local 473 …auto newElements = CopyArray(elements, elementsLength, elementsLength, JSTaggedValue::Hole(), type… in CloneArrayLiteral() local 554 auto newElements = CloneProperties(elements, env, cloneObject); in CloneObjectLiteral() local 620 auto newElements = CloneProperties(elements, lexenv, JSHandle<JSObject>(cloneCtor)); in CloneClassCtor() local
|
D | js_object.cpp | 81 JSHandle<TaggedArray> newElements = factory->CopyArray(oldElements, oldLength, newCapacity); in GrowElementsCapacity() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_array.cpp | 815 … JSHandle<TaggedArray> newElements = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(len); in Fill() local
|