/arkcompiler/ets_runtime/ecmascript/tests/ |
D | weak_ref_semi_gc_test.cpp | 118 newObj1->SetElements(thread, array); in HWTEST_F_L0() 130 newObj1->SetElements(thread, value); in HWTEST_F_L0()
|
D | weak_ref_old_gc_test.cpp | 137 newObj1->SetElements(thread, array); in HWTEST_F_L0() 149 newObj1->SetElements(thread, value); in HWTEST_F_L0()
|
D | js_api_arraylist_iterator_test.cpp | 80 arrayList->SetElements(thread, taggedArray); in CreateArrayList()
|
D | js_api_deque_iterator_test.cpp | 75 deque->SetElements(thread, newElements); in CreateJSApiDeque()
|
D | js_api_queue_iterator_test.cpp | 75 jsQueue->SetElements(thread, newElements); in CreateQueue()
|
D | js_api_deque_test.cpp | 84 deque->SetElements(thread, newElements); in CreateDeque()
|
D | js_api_queue_test.cpp | 73 jsQueue->SetElements(thread, newElements); in CreateQueue()
|
D | tagged_array_test.cpp | 187 TaggedArrayObj->SetElements(thread, taggedArray); in HWTEST_F_L0()
|
D | dump_test.cpp | 367 jsQueue->SetElements(thread, newElements); in NewJSAPIQueue() 378 jsDeque->SetElements(thread, newElements); in NewJSAPIDeque()
|
D | js_api_arraylist_test.cpp | 99 arrayList->SetElements(thread, taggedArray); in CreateArrayList()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_queue.cpp | 65 obj->SetElements(thread, newElements); in GrowCapacity() 170 obj->SetElements(thread, newElements); in OwnKeys() 189 obj->SetElements(thread, newElements); in OwnEnumKeys()
|
D | js_api_deque.cpp | 108 deque->SetElements(thread, newElements); in GrowCapacity() 215 deque->SetElements(thread, newElements); in OwnKeys() 234 deque->SetElements(thread, newElements); in OwnEnumKeys()
|
D | js_api_vector.cpp | 91 vector->SetElements(thread, newElements); in IncreaseCapacityTo() 368 vector->SetElements(thread, newElements); in GrowCapacity() 466 newVector->SetElements(thread, dstElements); in Clone()
|
D | js_api_arraylist.cpp | 87 newArrayList->SetElements(thread, dstElements); in Clone() 110 arrayList->SetElements(thread, newElements); in IncreaseCapacityTo() 372 obj->SetElements(thread, newElements); in GrowCapacity()
|
D | js_api_stack.cpp | 94 obj->SetElements(thread, newElements); in GrowCapacity()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_array.cpp | 202 array->SetElements(thread, newDict); in SetCapacity() 357 obj->SetElements(thread, elements); in CreateArrayFromList() 487 obj->SetElements(thread, newArray.GetTaggedValue()); in CheckAndCopyArray()
|
D | object_factory.cpp | 406 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 …]
|
D | js_object.cpp | 83 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/ |
D | containers_queue.cpp | 45 obj->SetElements(thread, newTaggedArray); in QueueConstructor()
|
D | containers_vector.cpp | 46 obj->SetElements(thread, newTaggedArray); in VectorConstructor() 686 array->SetElements(thread, newArrayElement); in CopyToArray() 719 array->SetElements(thread, dstElements); in ConvertToArray()
|
D | containers_deque.cpp | 49 obj->SetElements(thread, newElements); in DequeConstructor()
|
D | containers_arraylist.cpp | 49 obj->SetElements(thread, newTaggedArray); in ArrayListConstructor() 664 array->SetElements(thread, dstElements); in ConvertToArray()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | program_object.h | 303 arr->SetElements(thread, literal); in GetLiteralFromCache()
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_vector_test.cpp | 602 array->SetElements(thread, arrayElement); in HWTEST_F_L0() 627 longArray->SetElements(thread, longArrayElement); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_runtime_stub-inl.h | 474 receiverHandle->SetElements(thread, JSTaggedValue(elements)); in StoreElement()
|