Home
last modified time | relevance | path

Searched refs:SetElements (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/tests/
Dweak_ref_semi_gc_test.cpp118 newObj1->SetElements(thread, array); in HWTEST_F_L0()
130 newObj1->SetElements(thread, value); in HWTEST_F_L0()
Dweak_ref_old_gc_test.cpp137 newObj1->SetElements(thread, array); in HWTEST_F_L0()
149 newObj1->SetElements(thread, value); in HWTEST_F_L0()
Djs_api_arraylist_iterator_test.cpp80 arrayList->SetElements(thread, taggedArray); in CreateArrayList()
Djs_api_deque_iterator_test.cpp75 deque->SetElements(thread, newElements); in CreateJSApiDeque()
Djs_api_queue_iterator_test.cpp75 jsQueue->SetElements(thread, newElements); in CreateQueue()
Djs_api_deque_test.cpp84 deque->SetElements(thread, newElements); in CreateDeque()
Djs_api_queue_test.cpp73 jsQueue->SetElements(thread, newElements); in CreateQueue()
Dtagged_array_test.cpp187 TaggedArrayObj->SetElements(thread, taggedArray); in HWTEST_F_L0()
Ddump_test.cpp367 jsQueue->SetElements(thread, newElements); in NewJSAPIQueue()
378 jsDeque->SetElements(thread, newElements); in NewJSAPIDeque()
Djs_api_arraylist_test.cpp99 arrayList->SetElements(thread, taggedArray); in CreateArrayList()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue.cpp65 obj->SetElements(thread, newElements); in GrowCapacity()
170 obj->SetElements(thread, newElements); in OwnKeys()
189 obj->SetElements(thread, newElements); in OwnEnumKeys()
Djs_api_deque.cpp108 deque->SetElements(thread, newElements); in GrowCapacity()
215 deque->SetElements(thread, newElements); in OwnKeys()
234 deque->SetElements(thread, newElements); in OwnEnumKeys()
Djs_api_vector.cpp91 vector->SetElements(thread, newElements); in IncreaseCapacityTo()
368 vector->SetElements(thread, newElements); in GrowCapacity()
466 newVector->SetElements(thread, dstElements); in Clone()
Djs_api_arraylist.cpp87 newArrayList->SetElements(thread, dstElements); in Clone()
110 arrayList->SetElements(thread, newElements); in IncreaseCapacityTo()
372 obj->SetElements(thread, newElements); in GrowCapacity()
Djs_api_stack.cpp94 obj->SetElements(thread, newElements); in GrowCapacity()
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp202 array->SetElements(thread, newDict); in SetCapacity()
357 obj->SetElements(thread, elements); in CreateArrayFromList()
487 obj->SetElements(thread, newArray.GetTaggedValue()); in CheckAndCopyArray()
Dobject_factory.cpp406 obj->SetElements(thread_, emptyArray, SKIP_BARRIER); in NewJSObject()
439 cloneObject->SetElements(thread_, newElements.GetTaggedValue()); in CloneObjectLiteral()
471 cloneObject->SetElements(thread_, elements.GetTaggedValue()); in CloneArrayLiteral()
474 cloneObject->SetElements(thread_, newElements.GetTaggedValue()); in CloneArrayLiteral()
480 object->SetElements(thread_, cloneObject->GetElements()); in CloneArrayLiteral()
555 cloneObject->SetElements(thread_, newElements.GetTaggedValue()); in CloneObjectLiteral()
621 cloneCtor->SetElements(thread_, newElements.GetTaggedValue()); in CloneClassCtor()
635 obj->SetElements(thread_, EmptyArray(), SKIP_BARRIER); in NewNonMovableJSObject()
3549 obj->SetElements(thread_, elements); in NewJSAPIArrayList()
3760 obj->SetElements(thread_, newVector); in NewJSAPIVector()
[all …]
Djs_object.cpp83 obj->SetElements(thread, newElements); in GrowElementsCapacity()
218 obj->SetElements(thread, dict); in ElementsToDictionary()
263 receiver->SetElements(thread, newDict); in AddElementInternal()
274 receiver->SetElements(thread, newKey); in AddElementInternal()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_queue.cpp45 obj->SetElements(thread, newTaggedArray); in QueueConstructor()
Dcontainers_vector.cpp46 obj->SetElements(thread, newTaggedArray); in VectorConstructor()
686 array->SetElements(thread, newArrayElement); in CopyToArray()
719 array->SetElements(thread, dstElements); in ConvertToArray()
Dcontainers_deque.cpp49 obj->SetElements(thread, newElements); in DequeConstructor()
Dcontainers_arraylist.cpp49 obj->SetElements(thread, newTaggedArray); in ArrayListConstructor()
664 array->SetElements(thread, dstElements); in ConvertToArray()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h303 arr->SetElements(thread, literal); in GetLiteralFromCache()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_vector_test.cpp602 array->SetElements(thread, arrayElement); in HWTEST_F_L0()
627 longArray->SetElements(thread, longArrayElement); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h474 receiverHandle->SetElements(thread, JSTaggedValue(elements)); in StoreElement()

12