Home
last modified time | relevance | path

Searched defs:newNode (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlinked_node_test.cpp67 JSHandle<LinkedNode> newNode = factory->NewLinkedNode(hash, key, value, hole); in HWTEST_F_L0() local
H A Drb_tree_node_test.cpp80 JSHandle<RBTreeNode> newNode = factory->NewTreeNode(hash, key, value); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dlock_free_queue.cpp22 Node *newNode = new Node(std::make_unique<FileInfo>(data), nullptr); in Push() local
/arkcompiler/ets_runtime/ecmascript/
H A 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/runtime_core/static_core/libpandabase/utils/
H A Dlist.h232 auto newNode = static_cast<const ListNode *>(&value); in InsertAfter() local
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp1107 auto newNode = Allocator()->New<ir::NumberLiteral>(initialization->AsNumberLiteral()->Number()); in ReplaceConstReferenceWithInitialization() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp783 auto *newNode = cf_.Fold(expr.GetNode()); in SaveGate2Expr() local

Completed in 11 milliseconds