Home
last modified time | relevance | path

Searched defs:AddNode (Results 1 – 8 of 8) 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_frontend/ets2panda/ir/
DsrcDump.h74 void AddNode(const std::string &key, T *value) in AddNode() function
/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_frontend/ets2panda/compiler/core/
DCFG.cpp27 size_t CFG::BasicBlock::AddNode(ir::AstNode *node) in AddNode() function in ark::es2panda::compiler::CFG::BasicBlock
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp179 Node *HeapSnapshot::AddNode(TaggedObject *address, size_t size) in AddNode() function in panda::ecmascript::HeapSnapshot