Searched defs:AddNode (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | waiter_list.cpp | 24 void WaiterList::AddNode(WaiterListNode *node) in AddNode() function in panda::ecmascript::WaiterList |
| D | tagged_list.cpp | 80 JSTaggedValue TaggedList<Derived>::AddNode(const JSThread *thread, const JSHandle<Derived> &taggedL… in AddNode() function in panda::ecmascript::TaggedList |
| /arkcompiler/ets_runtime/ecmascript/mem/ | ||
| D | ecma_list.h | 38 void AddNode(T *node) in AddNode() function |
| /arkcompiler/ets_runtime/ecmascript/tests/ | ||
| D | waiter_list_test.cpp | 81 HWTEST_F_L0(WaiterListTest, AddNode) in HWTEST_F_L0() argument |
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ | ||
| D | heap_snapshot.cpp | 188 Node *HeapSnapshot::AddNode(TaggedObject *address, size_t size) in AddNode() function in panda::ecmascript::HeapSnapshot |