Searched defs:child (Results 1 – 11 of 11) sorted by relevance
39 child: B<T1>; property
51 let child : Child; variable
154 int child = 1; in AdjustTaggedTree() local183 JSTaggedValue child = src < 0 ? JSTaggedValue::Hole() : JSTaggedValue(src); in Transplant() local186 JSTaggedValue child = src < 0 ? JSTaggedValue::Hole() : JSTaggedValue(src); in Transplant() local202 int child = left.IsHole() ? (right.IsHole() ? -1 : right.GetInt()) : left.GetInt(); in Remove() local282 int child = GetLeftChildIndex(entry); in GetPreDecessor() local297 int child = GetRightChildIndex(entry); in GetSuccessor() local321 JSTaggedValue child = tree->GetLeftChild(parentIndex); in FindEntry() local327 JSTaggedValue child = tree->GetRightChild(parentIndex); in FindEntry() local381 JSTaggedValue child = newTree->GetLeftChild(parentIndex); in Insert() local387 JSTaggedValue child = newTree->GetRightChild(parentIndex); in Insert() local
193 JSTaggedValue child = GetLeftChild(entry); in GetMinimum() local203 JSTaggedValue child = GetRightChild(entry); in GetMaximum() local242 JSTaggedValue child = Get(index); in GetLeftChildIndex() local252 JSTaggedValue child = Get(index); in GetRightChildIndex() local336 JSTaggedValue child = GetRightChild(GetParent(entry)); in GetLeftBrother() local342 JSTaggedValue child = GetLeftChild(GetParent(entry)); in GetRightBrother() local348 JSTaggedValue child = GetLeftChild(GetParent(entry)); in IsLeft() local354 JSTaggedValue child = GetRightChild(GetParent(entry)); in IsRight() local
33 …nsitions(const JSThread *thread, const JSHandle<JSHClass> &parent, const JSHandle<JSHClass> &child, in AddTransitions()61 … const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key) in AddExtensionTransitions()68 … const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key, in AddProtoTransitions()
234 for (auto &child : node->children_) { in CalNodeSelfSize() local
724 TraceNode* child = FindChild(nodeIndex); in FindOrAddChild() local
151 const child = new Parent('echo', 26); constant802 var child = new Child(); variable
583 bool Helpers::IsChild(const ir::AstNode *parent, const ir::AstNode *child) in IsChild()
246 function setParent(child, parent) { argument
123 int child = index; in CheckBlackNodeNumbers() local