Searched defs:newTree (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_tree.cpp | 137 JSMutableHandle<Derived> newTree(thread, JSTaggedValue::Undefined()); in AdjustTaggedTree() local 428 JSHandle<Derived> newTree = GrowCapacity(thread, tree); in Insert() local 475 JSHandle<Derived> newTree = AdjustTaggedTree(thread, tree, length); in GrowCapacity() local 546 JSHandle<Derived> newTree = AdjustTaggedTree(thread, tree, length); in Shrink() local
|
| D | tagged_tree.h | 376 …inline void CopyEntry(const JSThread *thread, int parent, const JSHandle<Derived> &newTree, int in… in CopyEntry() 386 …inline void CopyAllData(const JSThread *thread, int parent, const JSHandle<Derived> &newTree, int … in CopyAllData()
|