Home
last modified time | relevance | path

Searched refs:RemoveNode (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Decma_list.h78 RemoveNode(last_); in PopBack()
82 void RemoveNode(T *node) in RemoveNode() function in panda::ecmascript::EcmaList
H A Dspace-inl.h34 regionList_.RemoveNode(region); in RemoveRegion()
H A Dspace.cpp246 GetRegionList().RemoveNode(currentRegion); in Sweep()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_hash_array_test.cpp193 * the taggedharray object,The value set is the LinkedNode object,call "RemoveNode" function to delete a
194 * node, and check whether the return value of the "RemoveNode" function is the value of the deleted node.
217 JSTaggedValue currentNodeVal =taggedHashArray->RemoveNode(thread, keyHash, myKey4.GetTaggedValue()); in HWTEST_F_L0()
222 currentNodeVal = taggedHashArray->RemoveNode(thread, keyHash, myKey8.GetTaggedValue()); in HWTEST_F_L0()
229 * the taggedharray object,The value set is the RBTreeNode object,call "RemoveNode" function to delete a
252 taggedHashArray->RemoveNode(thread, keyHash, myKey5.GetTaggedValue()); in HWTEST_F_L0()
382 * the taggedharray object,The value set is the RBTreeNode object,call "RemoveNode" function to delete a
415 taggedHashArray->RemoveNode(thread, keyHash, myKey1.GetTaggedValue()); in HWTEST_F_L0()
440 * the taggedharray object,The value set is the RBTreeNode object,call "RemoveNode" function to delete a
468 taggedHashArray->RemoveNode(threa in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_list.cpp218 void TaggedList<Derived>::RemoveNode(JSThread *thread, int prevDataIndex) in RemoveNode() function in panda::ecmascript::TaggedList
307 RemoveNode(thread, prevDataIndex); in RemoveByIndex()
561 RemoveNode(thread, prevDataIndex); in Remove()
749 RemoveNode(thread, ELEMENTS_START_INDEX); in RemoveFirst()
758 RemoveNode(thread, prevDataIndex); in RemoveLast()
767 RemoveNode(thread, prevDataIndex); in RemoveByIndex()
777 RemoveNode(thread, prevDataIndex); in Remove()
791 taggedList->RemoveNode(thread, prevDataIndex); in RemoveFirstFound()
805 taggedList->RemoveNode(thread, prevDataIndex); in RemoveLastFound()
H A Dtagged_hash_array.h53 JSTaggedValue RemoveNode(JSThread *thread, int hash, JSTaggedValue key);
H A Dtagged_list.h50 void RemoveNode(JSThread *thread, int prevDataIndex);
H A Dtagged_hash_array.cpp217 JSTaggedValue TaggedHashArray::RemoveNode(JSThread *thread, int hash, JSTaggedValue key) in RemoveNode() function in panda::ecmascript::TaggedHashArray
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashset.cpp95 JSTaggedValue removeValue = hashArray->RemoveNode(thread, hash, key); in Remove()
H A Djs_api_hashmap.cpp217 JSHandle<JSTaggedValue> removeValue(thread, hashArray->RemoveNode(thread, hash, key)); in Remove()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp630 GetRegionList().RemoveNode(currentRegion); in Sweep()

Completed in 13 milliseconds