Home
last modified time | relevance | path

Searched defs:newTable (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.cpp51 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
Dtagged_hash_table.h113 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
Dlinked_hash_table.h214 inline void Rehash(const JSThread *thread, Derived *newTable) in Rehash()
Djs_hclass.cpp95 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash()