Home
last modified time | relevance | path

Searched refs:SetParent (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp88 SetParent(thread, leftOfRight.GetInt(), JSTaggedValue(index)); in LeftRotate()
91 SetParent(thread, right, JSTaggedValue(parentOfIndex)); in LeftRotate()
103 SetParent(thread, index, JSTaggedValue(right)); in LeftRotate()
115 SetParent(thread, rightOfLeft.GetInt(), JSTaggedValue(index)); in RightRotate()
118 SetParent(thread, left, JSTaggedValue(parentOfIndex)); in RightRotate()
130 SetParent(thread, index, JSTaggedValue(left)); in RightRotate()
153 newTree->SetParent(thread, index, JSTaggedValue(-1)); in AdjustTaggedTree()
161 newTree->SetParent(thread, child++, JSTaggedValue(index)); in AdjustTaggedTree()
167 newTree->SetParent(thread, child++, JSTaggedValue(index)); in AdjustTaggedTree()
189 SetParent(thread, src, JSTaggedValue(parent)); in Transplant()
Dtagged_tree.h280 inline void SetParent(const JSThread *thread, int entry, JSTaggedValue value) in SetParent() function
293 SetParent(thread, 0, JSTaggedValue(-1)); in SetRoot()
312 SetParent(thread, entry, JSTaggedValue(parentIndex)); in InsertLeftEntry()
322 SetParent(thread, entry, JSTaggedValue(parentIndex)); in InsertRightEntry()
424 newTree->SetParent(thread, index, JSTaggedValue(GetParent(parent))); in CopyAllData()
432 SetParent(thread, index, JSTaggedValue::Hole()); in RemoveEntry()
Dobject_factory.cpp1325 CjsRequire::Cast(*obj)->SetParent(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dcaller_stat.h105 inline void SetParent(PandaRuntimeTimer *parent) in SetParent() function
Dfunction_call_timer.cpp26 calleeTimer->SetParent(callerTimer); in StartCount()
Druntime_stat.cpp34 timer->SetParent(currentTimer_); in StartCount()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp2160 scope->SetParent(Scope()); in ResetParentScopeForAstNode()
2166 scope->SetParent(Scope()); in ResetParentScopeForAstNode()
2172 scope->SetParent(Scope()); in ResetParentScopeForAstNode()
2178 scope->SetParent(Scope()); in ResetParentScopeForAstNode()
2184 scope->SetParent(Scope()); in ResetParentScopeForAstNode()
2190 scope->SetParent(Scope()); in ResetParentScopeForAstNode()
2196 scope->SetParent(Scope()); in ResetParentScopeForAstNode()
2202 scope->SetParent(Scope()); in ResetParentScopeForAstNode()
2208 scope->SetParent(Scope()); in ResetParentScopeForAstNode()
2214 scope->SetParent(Scope()); in ResetParentScopeForAstNode()
[all …]
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Ddominators_tree.h98 void SetParent(BasicBlock *dest, BasicBlock *block) in SetParent() function
Ddominators_tree.cpp127 SetParent(succ, block); in DfsNumbering()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp408 childNode->SetParent(parent); in BuildVarDeclaratorId()
476 typeNode->SetParent(parent); in BuildTSSignatureDeclarationBaseParamsWithParent()
566 classDef->Ident()->SetParent(classDef); in BuildClassDefinition()
628 childNode->SetParent(parent); in ResolveReference()
661 scriptFunc->Id()->SetParent(scriptFunc); in ResolveReference()
Dscope.h237 void SetParent(Scope *parent) in SetParent() function
723 SetParent(paramScope_); in TSModuleScope()
785 SetParent(paramScope_); in TSEnumScope()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.h147 void SetParent(Inst *inst, Inst *parent) in SetParent() function
Dcleanup.cpp457 SetParent(inst, fake_root_); in BuildDominators()
562 SetParent(succ, inst); in DfsNumbering()
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h262 void SetParent(const AstNode *parent) in AST_NODE_REINTERPRET_MAPPING()