Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/services/text_change/
Dchange_tracker.h93 struct RemoveNode { struct
105 using Change = std::variant<ReplaceWithSingleNode, ReplaceWithMultipleNodes, RemoveNode, ChangeText… argument
/arkcompiler/ets_frontend/ets2panda/ir/
DsrcDump.h79 void RemoveNode(const std::string &key) in RemoveNode() function
/arkcompiler/ets_runtime/ecmascript/mem/
Decma_list.h82 void RemoveNode(T *node) in RemoveNode() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp218 JSTaggedValue TaggedHashArray::RemoveNode(JSThread *thread, int hash, JSTaggedValue key) in RemoveNode() function in panda::ecmascript::TaggedHashArray
Dtagged_list.cpp218 void TaggedList<Derived>::RemoveNode(JSThread *thread, int prevDataIndex) in RemoveNode() function in panda::ecmascript::TaggedList
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dtreap.h562 void RemoveNode(TreapNode*& n) in RemoveNode() function