Home
last modified time | relevance | path

Searched defs:oldNode (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction_helpers.h62 auto *oldNode = relation->GetNode(); in MaybeBoxedType() local
Dfunction.cpp2121 void ETSChecker::ReplaceScope(ir::AstNode *root, ir::AstNode *oldNode, varbinder::Scope *newScope) in ReplaceScope()
/arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/
Dchange_tracker.cpp381 void ChangeTracker::ReplaceNode(es2panda_Context *context, ir::AstNode *oldNode, ir::AstNode *newNo… in ReplaceNode()
400 void ChangeTracker::ReplaceNodeWithNodes(es2panda_Context *context, ir::AstNode *oldNode, in ReplaceNodeWithNodes()
407 void ChangeTracker::ReplaceNodeWithText(es2panda_Context *context, ir::AstNode *oldNode, const std:… in ReplaceNodeWithText()
435 void ChangeTracker::ReplacePropertyAssignment(es2panda_Context *context, ir::AstNode *oldNode, ir::… in ReplacePropertyAssignment()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp642 WaiterListNode *oldNode = node; in Signal() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp194 Node *oldNode = entryMap_.FindAndEraseNode(Node::NewAddress(forwardAddress)); in MoveNode() local