Searched refs:treeNodeVa (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_node.h | 133 static JSTaggedValue Delete(JSThread *thread, const JSTaggedValue &treeNodeVa, 135 static JSTaggedValue GetTreeNode(JSThread *thread, JSHandle<JSTaggedValue> treeNodeVa, int hash,
|
D | tagged_node.cpp | 338 JSTaggedValue RBTreeNode::Delete(JSThread *thread, const JSTaggedValue &treeNodeVa, int hash, in Delete() argument 341 RBTreeNode *treeNode = RBTreeNode::Cast(treeNodeVa.GetTaggedObject()); in Delete() 396 JSTaggedValue RBTreeNode::GetTreeNode(JSThread *thread, JSHandle<JSTaggedValue> treeNodeVa, in GetTreeNode() argument 401 queue.Update(JSTaggedValue(TaggedQueue::Push(thread, queue, treeNodeVa))); in GetTreeNode()
|