Searched refs:Rehash (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_hash_table.h | 77 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 D | transitions_dictionary.h | 151 void Rehash(const JSThread *thread, TransitionsDictionary *newTable);
|
H A D | linked_hash_table.cpp | 106 table->Rehash(thread, *newTable); in GrowCapacity() 135 table->Rehash(thread, *newTable); in Shrink()
|
H A D | linked_hash_table.h | 222 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 D | tagged_dictionary.cpp | 490 map->Rehash(thread, *newMap); in UpdateProtoTransitionTable()
|
H A D | js_hclass.cpp | 94 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 D | transitions_dictionary_test.cpp | 239 HWTEST_F_L0(TransitionsDictionaryTest, Rehash) in HWTEST_F_L0() 255 transDic->Rehash(thread, *transDic); in HWTEST_F_L0()
|
H A D | js_set_iterator_test.cpp | 75 * 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 D | js_map_iterator_test.cpp | 143 * 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 D | linked_hashtable_stub_builder.h | 205 void Rehash(GateRef linkedTable, GateRef newTable);
|
H A D | linked_hashtable_stub_builder.cpp | 28 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 D | class_info_extractor.cpp | 1075 baseDict->Rehash(thread, *dict); in DefineSendableInstanceHClass()
|
Completed in 13 milliseconds