Home
last modified time | relevance | path

Searched refs:doubleList (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_linked_list.cpp25 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 Djsvaluerefislinkedlistiterator_fuzzer.cpp146 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in JSValueRefIsLinkedListIteratorFuzzTest() local
147 linkedList->SetDoubleList(thread, doubleList); in JSValueRefIsLinkedListIteratorFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/
H A Djsvaluerefislinkedlist_fuzzer.cpp142 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in JSValueRefIsLinkedListFuzzTest() local
143 linkedList->SetDoubleList(thread, doubleList); in JSValueRefIsLinkedListFuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_container_common.h170 JSTaggedValue doubleList = TaggedDoubleList::Create(thread); in CreateLinkedList() local
171 linkedList->SetDoubleList(thread, doubleList); in CreateLinkedList()
H A Djs_api_linked_list_test.cpp151 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 Dcontainers_linked_list.cpp43 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 Ddebugger_api.cpp1121 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 Dobject_fast_operator-inl.h1163 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 Dffi_workload.cpp3904 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