Home
last modified time | relevance | path

Searched defs:prevDataIndex (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_list.cpp218 void TaggedList<Derived>::RemoveNode(JSThread *thread, int prevDataIndex) in RemoveNode()
240 int prevDataIndex = ELEMENTS_START_INDEX; in FindPrevNodeByIndex() local
304 int prevDataIndex = FindPrevNodeByIndex(index); in RemoveByIndex() local
320 int prevDataIndex = taggedList->GetPrimitiveElement(TAIL_TABLE_INDEX).GetInt(); in Add() local
333 int prevDataIndex = (index == -1) ? tailIndex : taggedList->FindPrevNodeByIndex(index); in Insert() local
338 … const JSHandle<JSTaggedValue> &value, const int index, int prevDataIndex) in AddNode()
360 …::InsertNode(const JSThread *thread, const JSHandle<JSTaggedValue> &value, const int prevDataIndex, in InsertNode()
557 int prevDataIndex = FindPrevNodeByValue(thread, element); in Remove() local
607 int prevDataIndex = taggedList->GetPrimitiveElement(TAIL_TABLE_INDEX).GetInt(); in Add() local
614 int prevDataIndex = taggedList->FindPrevNodeByIndex(0); in AddFirst() local
[all …]