Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dlist_test.cpp50 TestNode *NewNode(Args &&...args) in NewNode() function in ListTest
163 DTestNode *NewNode(Args &&...args) in NewNode() function in DListTest
/arkcompiler/runtime_core/libpandabase/tests/
Dlist_test.cpp49 TestNode *NewNode(Args &&... args) in NewNode() function in ListTest
160 DTestNode *NewNode(Args &&... args) in NewNode() function in DListTest
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h240 T *NewNode(Arguments &&... args) in NewNode() function
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h244 inline T *NewNode(JSThread *thread, JSTaggedType value) in NewNode() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp35 Node *Node::NewNode(Chunk &chunk, NodeId id, size_t index, const CString *name, NodeType type, size… in NewNode() function in panda::ecmascript::Node