Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Decma_list.h82 void RemoveNode(T *node) in RemoveNode() function
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp221 JSTaggedValue TaggedHashArray::RemoveNode(JSThread *thread, int hash, JSTaggedValue key) in RemoveNode() function in panda::ecmascript::TaggedHashArray
Dtagged_list.cpp211 void TaggedList<Derived>::RemoveNode(JSThread *thread, int prevDataIndex) in RemoveNode() function in panda::ecmascript::TaggedList