Home
last modified time | relevance | path

Searched refs:Rehash (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_hash_table.h77 table->Rehash(thread, *copyTable); in GrowHashTable()
90 table->Rehash(thread, *newTable); in GrowHashTable()
167 table->Rehash(thread, *newTable); in Shrink()
307 // Rehash element to new_table
308 void Rehash(const JSThread *thread, Derived *newTable) in Rehash() function in panda::ecmascript::TaggedHashTable
314 // Rehash elements to new table in Rehash()
H A Dtransitions_dictionary.h151 void Rehash(const JSThread *thread, TransitionsDictionary *newTable);
H A Dlinked_hash_table.cpp106 table->Rehash(thread, *newTable); in GrowCapacity()
135 table->Rehash(thread, *newTable); in Shrink()
H A Dlinked_hash_table.h222 inline void Rehash(const JSThread *thread, Derived *newTable) in Rehash() function in panda::ecmascript::LinkedHashTable
225 // Rehash elements to new table in Rehash()
H A Dtagged_dictionary.cpp490 map->Rehash(thread, *newMap); in UpdateProtoTransitionTable()
H A Djs_hclass.cpp94 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash() function in panda::ecmascript::TransitionsDictionary
101 // Rehash elements to new table in Rehash()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtransitions_dictionary_test.cpp239 HWTEST_F_L0(TransitionsDictionaryTest, Rehash) in HWTEST_F_L0()
255 transDic->Rehash(thread, *transDic); in HWTEST_F_L0()
H A Djs_set_iterator_test.cpp75 * to it,the old JSSet call "Rehash" function set new JSSet to the next table, then SetIterator call "Update"
96 setHandle1->Rehash(thread, *setHandle2); in HWTEST_F_L0()
H A Djs_map_iterator_test.cpp143 * to it,the old JSMap call "Rehash" function set new JSMap to the next table, then SetIterator call "Update"
164 mapHandle1->Rehash(thread, *mapHandle2); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.h205 void Rehash(GateRef linkedTable, GateRef newTable);
H A Dlinked_hashtable_stub_builder.cpp28 void LinkedHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::Rehash( in Rehash() function in panda::ecmascript::kungfu::LinkedHashTableStubBuilder
132 Rehash(linkedTable, newTable); in GrowCapacity()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp1075 baseDict->Rehash(thread, *dict); in DefineSendableInstanceHClass()

Completed in 13 milliseconds