/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_tree.cpp | 88 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()
|
D | tagged_tree.h | 280 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()
|
D | object_factory.cpp | 1325 CjsRequire::Cast(*obj)->SetParent(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
|
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
D | caller_stat.h | 105 inline void SetParent(PandaRuntimeTimer *parent) in SetParent() function
|
D | function_call_timer.cpp | 26 calleeTimer->SetParent(callerTimer); in StartCount()
|
D | runtime_stat.cpp | 34 timer->SetParent(currentTimer_); in StartCount()
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
D | transformer.cpp | 2160 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/ |
D | dominators_tree.h | 98 void SetParent(BasicBlock *dest, BasicBlock *block) in SetParent() function
|
D | dominators_tree.cpp | 127 SetParent(succ, block); in DfsNumbering()
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | binder.cpp | 408 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()
|
D | scope.h | 237 void SetParent(Scope *parent) in SetParent() function 723 SetParent(paramScope_); in TSModuleScope() 785 SetParent(paramScope_); in TSEnumScope()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
D | cleanup.h | 147 void SetParent(Inst *inst, Inst *parent) in SetParent() function
|
D | cleanup.cpp | 457 SetParent(inst, fake_root_); in BuildDominators() 562 SetParent(succ, inst); in DfsNumbering()
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astNode.h | 262 void SetParent(const AstNode *parent) in AST_NODE_REINTERPRET_MAPPING()
|