Searched defs:oldNode (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function_helpers.h | 62 auto *oldNode = relation->GetNode(); in MaybeBoxedType() local
|
| D | function.cpp | 2121 void ETSChecker::ReplaceScope(ir::AstNode *root, ir::AstNode *oldNode, varbinder::Scope *newScope) in ReplaceScope()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/services/text_change/ |
| D | change_tracker.cpp | 381 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/ |
| D | builtins_atomics.cpp | 642 WaiterListNode *oldNode = node; in Signal() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 194 Node *oldNode = entryMap_.FindAndEraseNode(Node::NewAddress(forwardAddress)); in MoveNode() local
|