Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_table.h86 JSHandle<Derived> newTable = table.GetTaggedValue().IsInSharedHeap() ? variable
123 JSHandle<Derived> newTable = GrowHashTable(thread, table); in Insert() local
164 JSHandle<Derived> newTable = TaggedHashTable::Create(thread, newSize, in Shrink() local
308 void Rehash(const JSThread *thread, Derived *newTable) in Rehash()
410 JSHandle<Derived> newTable = HashTableT::Shrink(thread, table, 0); in Shrink() local
438 JSHandle<Derived> newTable = HashTableT::GrowHashTable(thread, table); in PutIfAbsent() local
466 JSHandle<Derived> newTable = HashTableT::GrowHashTable(thread, table); in Put() local
Dlinked_hash_table.cpp55 JSHandle<Derived> newTable = GrowCapacity(thread, table); in Insert() local
80 JSHandle<Derived> newTable = GrowCapacity(thread, table); in InsertWeakRef() local
104 JSHandle<Derived> newTable = Create(thread, newCapacity, in GrowCapacity() local
132 JSHandle<Derived> newTable = Create(thread, newCapacity, in Shrink() local
Dlinked_hash_table.h239 inline void Rehash(const JSThread *thread, Derived *newTable) in Rehash()
Djs_hclass.cpp97 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_stub_builder.h71 void SetLinked(GateRef newTable) in SetLinked()
Dlinked_hashtable_stub_builder.cpp28 GateRef linkedTable, GateRef newTable) in Rehash()
130 GateRef newTable = Create(newCapacity); in GrowCapacity() local
403 GateRef newTable = Create(minCapacity); in Clear() local
547 GateRef newTable = GrowCapacity(linkedTable, Int32(1)); in Insert() local
724 …tubBuilder<LinkedHashTableType, LinkedHashTableObject>::SetLinked(GateRef jsThis, GateRef newTable) in SetLinked()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.cpp1852 GateRef newTable = builder.Insert(linkedTable, key, key); in GenerateCircuit() local