Home
last modified time | relevance | path

Searched defs:newNode (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dlock_free_queue.cpp22 Node *newNode = new Node(std::make_unique<FileInfo>(data), nullptr); in Push() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_node_test.cpp67 JSHandle<LinkedNode> newNode = factory->NewLinkedNode(hash, key, value, hole); in HWTEST_F_L0() local
Drb_tree_node_test.cpp80 JSHandle<RBTreeNode> newNode = factory->NewTreeNode(hash, key, value); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp177 JSHandle<LinkedNode> newNode = TaggedHashArray::NewLinkedNode(thread, hash, key, value); in SetVal() local
196 JSHandle<LinkedNode> newNode = TaggedHashArray::NewLinkedNode(thread, hash, key, value); in SetVal() local
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js125 function appendChild(newNode) { argument
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_mc_lock_free_queue.h293 auto newNode = new NodeType(); in Push() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dlist.h232 auto newNode = static_cast<const ListNode *>(&value); in InsertAfter() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp1119 auto newNode = Allocator()->New<ir::NumberLiteral>(initialization->AsNumberLiteral()->Number()); in ReplaceConstReferenceWithInitialization() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1171 const newNode = ts.factory.createVariableDeclarationList(node.declarations, ts.NodeFlags.Let); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp761 auto *newNode = cf_.Fold(expr.GetNode()); in ConstantFoldExpr() local