Searched defs:newTable (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_hash_table.h | 86 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
|
| D | linked_hash_table.cpp | 55 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
|
| D | linked_hash_table.h | 239 inline void Rehash(const JSThread *thread, Derived *newTable) in Rehash()
|
| D | js_hclass.cpp | 97 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_stub_builder.h | 71 void SetLinked(GateRef newTable) in SetLinked()
|
| D | linked_hashtable_stub_builder.cpp | 28 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/ |
| D | common_stubs.cpp | 1852 GateRef newTable = builder.Insert(linkedTable, key, key); in GenerateCircuit() local
|