Home
last modified time | relevance | path

Searched defs:newTable (Results 1 – 6 of 6) 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.h115 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
Dlinked_hash_table.h217 inline void Rehash(const JSThread *thread, Derived *newTable) in Rehash()
Djs_hclass.cpp102 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_stub_builder.h65 void SetLinked(GateRef newTable) in SetLinked()
Dlinked_hashtable_stub_builder.cpp27 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