Home
last modified time | relevance | path

Searched refs:SetLeftChild (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_tree.cpp97 SetLeftChild(thread, parentOfIndex, JSTaggedValue(right)); in LeftRotate()
102 SetLeftChild(thread, right, JSTaggedValue(index)); in LeftRotate()
113 SetLeftChild(thread, index, rightOfLeft); in RightRotate()
126 SetLeftChild(thread, parentOfIndex, JSTaggedValue(left)); in RightRotate()
160 newTree->SetLeftChild(thread, index, JSTaggedValue(child)); in AdjustTaggedTree()
184 SetLeftChild(thread, parent, child); in Transplant()
H A Dtagged_tree.h280 SetLeftChild(thread, parentIndex, JSTaggedValue(entry)); in InsertLeftEntry()
328 inline void SetLeftChild(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetLeftChild() function in panda::ecmascript::TaggedTree
393 newTree->SetLeftChild(thread, index, GetLeftChild(parent)); in CopyAllData()
400 SetLeftChild(thread, index, JSTaggedValue::Hole()); in RemoveEntry()

Completed in 3 milliseconds