Searched defs:newTable (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | linked_hash_table.cpp | 51 JSHandle<Derived> newTable = GrowCapacity(thread, table); in Insert() local 75 JSHandle<Derived> newTable = GrowCapacity(thread, table); in InsertWeakRef() local 99 JSHandle<Derived> newTable = Create(thread, newCapacity); in GrowCapacity() local 126 JSHandle<Derived> newTable = Create(thread, newCapacity); in Shrink() local
|
| D | tagged_hash_table.h | 113 JSHandle<Derived> newTable = GrowHashTable(thread, table); in Insert() local 154 JSHandle<Derived> newTable = TaggedHashTable::Create(thread, newSize); in Shrink() local 334 void Rehash(const JSThread *thread, Derived *newTable) in Rehash() 374 JSHandle<Derived> newTable = HashTableT::Shrink(thread, table, 0); in Shrink() local 401 JSHandle<Derived> newTable = HashTableT::GrowHashTable(thread, table); in PutIfAbsent() local 426 JSHandle<Derived> newTable = HashTableT::GrowHashTable(thread, table); in Put() local
|
| D | linked_hash_table.h | 214 inline void Rehash(const JSThread *thread, Derived *newTable) in Rehash()
|
| D | js_hclass.cpp | 95 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash()
|