Searched refs:newList (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_list.cpp | 26 JSTaggedValue newList = TaggedSingleList::Add(thread, singleList, value); in Add() local 27 list->SetSingleList(thread, newList); in Add() 60 JSTaggedValue newList = TaggedSingleList::Insert(thread, singleList, value, index); in Insert() local 61 list->SetSingleList(thread, newList); in Insert() 119 TaggedSingleList *newList = TaggedSingleList::Cast(newSingleList.GetTaggedObject()); in FastGet() local 120 if (newList == nullptr) { in FastGet() 125 return newList->GetElement(dataIndex); in FastGet()
|
H A D | js_api_linked_list.cpp | 34 JSTaggedValue newList = TaggedDoubleList::Insert(thread, doubleList, value, index); in Insert() local 35 list->SetDoubleList(thread, newList); in Insert()
|
/arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/ |
H A D | containerslistget_fuzzer.cpp | 135 JSTaggedValue newList = ContainersList::GetSubList(callInfo1);
in ContainerslistGetFuzzTest() local 139 callInfo->SetThis(newList);
in ContainerslistGetFuzzTest()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | reg_alloc_lsra.cpp | 1739 auto *newList = &cgFunc->GetOpndBuilder()->CreateList(cgFunc->GetFuncScopeAllocator()->GetMemPool()); in FinalizeUseRegisters() local 1743 newList->PushOpnd(*phyOpnd); in FinalizeUseRegisters() 1745 insn.SetOperand(i, *newList); in FinalizeUseRegisters() 1810 auto *newList = &cgFunc->GetOpndBuilder()->CreateList(cgFunc->GetFuncScopeAllocator()->GetMemPool()); in FinalizeDefRegisters() local 1814 newList->PushOpnd(*phyOpnd); in FinalizeDefRegisters() 1816 insn.SetOperand(i, *newList); in FinalizeDefRegisters()
|
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
H A D | containers_list_test.cpp | 328 JSTaggedValue newList = ContainersList::GetSubList(callInfo1); in HWTEST_F_L0() local 334 callInfo->SetThis(newList); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
H A D | containers_list.cpp | 592 JSTaggedValue newList = JSAPIList::GetSubList(thread, jsAPIList, fromIndex->GetInt(), toIndex->GetInt()); in GetSubList() local 594 return newList; in GetSubList()
|
Completed in 9 milliseconds