Searched defs:newTable (Results 1 – 6 of 6) 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 | 115 JSHandle<Derived> newTable = GrowHashTable(thread, table); in Insert() local 156 JSHandle<Derived> newTable = TaggedHashTable::Create(thread, newSize); in Shrink() local 299 void Rehash(const JSThread *thread, Derived *newTable) in Rehash() 399 JSHandle<Derived> newTable = HashTableT::Shrink(thread, table, 0); in Shrink() local 426 JSHandle<Derived> newTable = HashTableT::GrowHashTable(thread, table); in PutIfAbsent() local 454 JSHandle<Derived> newTable = HashTableT::GrowHashTable(thread, table); in Put() local
|
| D | linked_hash_table.h | 217 inline void Rehash(const JSThread *thread, Derived *newTable) in Rehash()
|
| D | js_hclass.cpp | 102 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_stub_builder.h | 65 void SetLinked(GateRef newTable) in SetLinked()
|
| D | linked_hashtable_stub_builder.cpp | 27 GateRef linkedTable, GateRef newTable) in Rehash() 128 GateRef newTable = Create(newCapacity); in GrowCapacity() local 415 GateRef newTable = Create(Int32(LinkedHashTableType::MIN_CAPACITY)); in Clear() local 557 GateRef newTable = GrowCapacity(linkedTable, Int32(1)); in Insert() local
|