Searched defs:child (Results 1 – 8 of 8) sorted by relevance
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() local325 JSTaggedValue child = tree->GetRightChild(parentIndex); in FindEntry() local377 JSTaggedValue child = newTree->GetLeftChild(parentIndex); in Insert() local381 JSTaggedValue child = newTree->GetRightChild(parentIndex); in Insert() 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()
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
151 const child = new Parent('echo', 26); constant
424 bool Helpers::IsChild(const ir::AstNode *parent, const ir::AstNode *child) in IsChild()
246 function setParent(child, parent) { argument
717 TraceNode* child = FindChild(nodeIndex); in FindOrAddChild() local
123 int child = index; in CheckBlackNodeNumbers() local