Searched defs:newList (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_list.cpp | 26 JSTaggedValue newList = TaggedSingleList::Add(thread, singleList, value); in Add() local 60 JSTaggedValue newList = TaggedSingleList::Insert(thread, singleList, value, index); in Insert() local 119 TaggedSingleList *newList = TaggedSingleList::Cast(newSingleList.GetTaggedObject()); in FastGet() local
|
| D | js_api_linked_list.cpp | 34 JSTaggedValue newList = TaggedDoubleList::Insert(thread, doubleList, value, index); in Insert() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/ |
| D | containerslistget_fuzzer.cpp | 135 JSTaggedValue newList = ContainersList::GetSubList(callInfo1); in ContainerslistGetFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_list_test.cpp | 328 JSTaggedValue newList = ContainersList::GetSubList(callInfo1); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_list.cpp | 592 …JSTaggedValue newList = JSAPIList::GetSubList(thread, jsAPIList, fromIndex->GetInt(), toIndex->Get… in GetSubList() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | reg_alloc_lsra.cpp | 1769 …auto *newList = &cgFunc->GetOpndBuilder()->CreateList(cgFunc->GetFuncScopeAllocator()->GetMemPool(… in FinalizeUseRegisters() local 1840 …auto *newList = &cgFunc->GetOpndBuilder()->CreateList(cgFunc->GetFuncScopeAllocator()->GetMemPool(… in FinalizeDefRegisters() local
|