Searched refs:RemoveNode (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | ecma_list.h | 78 RemoveNode(last_); in PopBack() 82 void RemoveNode(T *node) in RemoveNode() function in panda::ecmascript::EcmaList
|
H A D | space-inl.h | 34 regionList_.RemoveNode(region); in RemoveRegion()
|
H A D | space.cpp | 246 GetRegionList().RemoveNode(currentRegion); in Sweep()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | tagged_hash_array_test.cpp | 193 * 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 D | tagged_list.cpp | 218 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 D | tagged_hash_array.h | 53 JSTaggedValue RemoveNode(JSThread *thread, int hash, JSTaggedValue key);
|
H A D | tagged_list.h | 50 void RemoveNode(JSThread *thread, int prevDataIndex);
|
H A D | tagged_hash_array.cpp | 217 JSTaggedValue TaggedHashArray::RemoveNode(JSThread *thread, int hash, JSTaggedValue key) in RemoveNode() function in panda::ecmascript::TaggedHashArray
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_hashset.cpp | 95 JSTaggedValue removeValue = hashArray->RemoveNode(thread, hash, key); in Remove()
|
H A D | js_api_hashmap.cpp | 217 JSHandle<JSTaggedValue> removeValue(thread, hashArray->RemoveNode(thread, hash, key)); in Remove()
|
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
H A D | shared_space.cpp | 630 GetRegionList().RemoveNode(currentRegion); in Sweep()
|
Completed in 13 milliseconds