Searched defs:RemoveNode (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ | ||
| D | ecma_list.h | 82 void RemoveNode(T *node) in RemoveNode() function |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | tagged_hash_array.cpp | 221 JSTaggedValue TaggedHashArray::RemoveNode(JSThread *thread, int hash, JSTaggedValue key) in RemoveNode() function in panda::ecmascript::TaggedHashArray |
| D | tagged_list.cpp | 211 void TaggedList<Derived>::RemoveNode(JSThread *thread, int prevDataIndex) in RemoveNode() function in panda::ecmascript::TaggedList |