Home
last modified time | relevance | path

Searched defs:AddNode (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dwaiter_list.cpp19 void WaiterList::AddNode(WaiterListNode *node) in AddNode() function in panda::ecmascript::WaiterList
Dtagged_list.cpp337 JSTaggedValue TaggedSingleList::AddNode(const JSThread *thread, const JSHandle<TaggedSingleList> &t… in AddNode() function in panda::ecmascript::TaggedSingleList
630 JSTaggedValue TaggedDoubleList::AddNode(const JSThread *thread, const JSHandle<TaggedDoubleList> &t… in AddNode() function in panda::ecmascript::TaggedDoubleList
/arkcompiler/ets_runtime/ecmascript/tests/
Dwaiter_list_test.cpp57 HWTEST_F_L0(WaiterListTest, AddNode) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/mem/
Decma_list.h38 void AddNode(T *node) in AddNode() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dscc.h35 void AddNode(T *node) in AddNode() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp179 Node *HeapSnapshot::AddNode(TaggedObject *address, size_t size) in AddNode() function in panda::ecmascript::HeapSnapshot