Searched defs:taggedList (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_list.cpp | 38 auto taggedList = JSHandle<Derived>::Cast(taggedArray); in Create() local 50 void TaggedList<Derived>::CopyArray(const JSThread *thread, JSHandle<Derived> &taggedList) in CopyArray() 62 …ved> TaggedList<Derived>::GrowCapacity(const JSThread *thread, const JSHandle<Derived> &taggedList) in GrowCapacity() 80 …ggedValue TaggedList<Derived>::AddNode(const JSThread *thread, const JSHandle<Derived> &taggedList, in AddNode() 310 …edValue TaggedSingleList::Add(const JSThread *thread, const JSHandle<TaggedSingleList> &taggedList, in Add() 317 …gedSingleList::ConvertToArray(const JSThread *thread, const JSHandle<TaggedSingleList> &taggedList) in ConvertToArray() 322 …aggedValue TaggedSingleList::Insert(JSThread *thread, const JSHandle<TaggedSingleList> &taggedList, in Insert() 372 JSTaggedValue TaggedSingleList::Set(JSThread *thread, const JSHandle<TaggedSingleList> &taggedList, in Set() 386 const JSHandle<TaggedSingleList> &taggedList) in ReplaceAllElements() 409 const JSHandle<TaggedSingleList> &taggedList) in Sort() [all …]
|