Home
last modified time | relevance | path

Searched defs:child (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp154 int child = 1; in AdjustTaggedTree() local
183 JSTaggedValue child = src < 0 ? JSTaggedValue::Hole() : JSTaggedValue(src); in Transplant() local
186 JSTaggedValue child = src < 0 ? JSTaggedValue::Hole() : JSTaggedValue(src); in Transplant() local
202 int child = left.IsHole() ? (right.IsHole() ? -1 : right.GetInt()) : left.GetInt(); in Remove() local
282 int child = GetLeftChildIndex(entry); in GetPreDecessor() local
297 int child = GetRightChildIndex(entry); in GetSuccessor() local
321 JSTaggedValue child = tree->GetLeftChild(parentIndex); in FindEntry() local
325 JSTaggedValue child = tree->GetRightChild(parentIndex); in FindEntry() local
377 JSTaggedValue child = newTree->GetLeftChild(parentIndex); in Insert() local
381 JSTaggedValue child = newTree->GetRightChild(parentIndex); in Insert() local
Djs_hclass-inl.h33 …nsitions(const JSThread *thread, const JSHandle<JSHClass> &parent, const JSHandle<JSHClass> &child, in AddTransitions()
61const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key) in AddExtensionTransitions()
68const JSHandle<JSHClass> &child, const JSHandle<JSTaggedValue> &key, in AddProtoTransitions()
Dtagged_tree.h193 JSTaggedValue child = GetLeftChild(entry); in GetMinimum() local
203 JSTaggedValue child = GetRightChild(entry); in GetMaximum() local
242 JSTaggedValue child = Get(index); in GetLeftChildIndex() local
252 JSTaggedValue child = Get(index); in GetRightChildIndex() local
336 JSTaggedValue child = GetRightChild(GetParent(entry)); in GetLeftBrother() local
342 JSTaggedValue child = GetLeftChild(GetParent(entry)); in GetRightBrother() local
348 JSTaggedValue child = GetLeftChild(GetParent(entry)); in IsLeft() local
354 JSTaggedValue child = GetRightChild(GetParent(entry)); in IsRight() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js151 const child = new Parent('echo', 26); constant
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp424 bool Helpers::IsChild(const ir::AstNode *parent, const ir::AstNode *child) in IsChild()
/arkcompiler/ets_frontend/ts2panda/src/
Djshelpers.js246 function setParent(child, parent) { argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp717 TraceNode* child = FindChild(nodeIndex); in FindOrAddChild() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_tree_test.cpp123 int child = index; in CheckBlackNodeNumbers() local