Searched refs:doubleList (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_linked_list.cpp | 25 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in Insert() 26 int nodeLength = doubleList->Length(); in Insert() 34 JSTaggedValue newList = TaggedDoubleList::Insert(thread, doubleList, value, index); in Insert() 41 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); in Clear() local 42 if (doubleList->NumberOfNodes() > 0) { in Clear() 43 doubleList->Clear(thread); in Clear() 67 JSHandle<TaggedDoubleList> doubleList(thread, list->GetDoubleList()); in RemoveFirst() 68 int nodeLength = doubleList->Length(); in RemoveFirst() 73 return doubleList->RemoveFirst(thread); in RemoveFirst() 78 JSHandle<TaggedDoubleList> doubleList(threa in RemoveLast() 108 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); Remove() local 196 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); Has() local 202 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); Get() local 212 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); GetIndexOf() local 218 TaggedDoubleList *doubleList = TaggedDoubleList::Cast(GetDoubleList().GetTaggedObject()); GetLastIndexOf() local [all...] |
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/ |
H A D | jsvaluerefislinkedlistiterator_fuzzer.cpp | 146 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in JSValueRefIsLinkedListIteratorFuzzTest() local 147 linkedList->SetDoubleList(thread, doubleList); in JSValueRefIsLinkedListIteratorFuzzTest()
|
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/ |
H A D | jsvaluerefislinkedlist_fuzzer.cpp | 142 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in JSValueRefIsLinkedListFuzzTest() local 143 linkedList->SetDoubleList(thread, doubleList); in JSValueRefIsLinkedListFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | ecma_container_common.h | 170 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in CreateLinkedList() local 171 linkedList->SetDoubleList(thread, doubleList); in CreateLinkedList()
|
H A D | js_api_linked_list_test.cpp | 151 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in HWTEST_F_L0() 152 doubleList->SetNumberOfNodes(thread, -1); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_linked_list.cpp | 43 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in LinkedListConstructor() local 44 linkedList->SetDoubleList(thread, doubleList); in LinkedListConstructor() 563 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in ForEach() 571 valueNode = doubleList->GetNextDataIndex(valueNode); in ForEach() 572 JSTaggedValue value = doubleList->GetElement(valueNode); in ForEach()
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | debugger_api.cpp | 1121 JSHandle<TaggedDoubleList> doubleList(thread, linkedList->GetDoubleList()); in GetLinkedListValue() 1128 valueNode = doubleList->GetNextDataIndex(valueNode); in GetLinkedListValue() 1129 currentValue.Update(doubleList->GetElement(valueNode)); in GetLinkedListValue()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | object_fast_operator-inl.h | 1163 JSHandle<JSAPILinkedList> doubleList(thread, receiver); in SetContainerProperty() 1164 res = JSAPILinkedList::Set(thread, doubleList, index, JSHandle<JSTaggedValue>(thread, value)); in SetContainerProperty()
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | ffi_workload.cpp | 3904 JSTaggedValue doubleList = TaggedDoubleList::Create(thread_); in HWTEST_F_L0() local 3905 linkedList->SetDoubleList(thread_, doubleList); in HWTEST_F_L0() 3950 JSTaggedValue doubleList = TaggedDoubleList::Create(thread_); in HWTEST_F_L0() local 3951 linkedList->SetDoubleList(thread_, doubleList); in HWTEST_F_L0()
|
Completed in 20 milliseconds