Searched defs:newTable (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_collection_stub_builder.h | 67 void SetLinked(GateRef newTable) in SetLinked() argument 70 Store(VariableType::JS_ANY(), glue_, thisValue_, linkedTableOffset, newTable); in SetLinked() local
|
| H A D | linked_hashtable_stub_builder.cpp | 131 GateRef newTable = Create(newCapacity); in GrowCapacity() local 28 Rehash( GateRef linkedTable, GateRef newTable) Rehash() argument 397 GateRef newTable = Create(minCapacity); Clear() local 541 GateRef newTable = GrowCapacity(linkedTable, Int32(1)); Insert() local 719 SetLinked(GateRef jsThis, GateRef newTable) SetLinked() argument 722 Store(VariableType::JS_ANY(), glue_, jsThis, linkedTableOffset, newTable); SetLinked() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | linked_hash_table.cpp | 55 JSHandle<Derived> newTable = GrowCapacity(thread, table); in Insert() local 80 JSHandle<Derived> newTable = GrowCapacity(thread, table); InsertWeakRef() local 104 JSHandle<Derived> newTable = Create(thread, newCapacity, GrowCapacity() local 132 JSHandle<Derived> newTable = Create(thread, newCapacity, Shrink() local [all...] |
| H A D | linked_hash_table.h | 222 inline void Rehash(const JSThread *thread, Derived *newTable) in Rehash() argument [all...] |
| H A D | tagged_hash_table.h | 86 JSHandle<Derived> newTable = table.GetTaggedValue().IsInSharedHeap() ? in GrowHashTable() local 123 JSHandle<Derived> newTable = GrowHashTable(thread, table); in Insert() local 164 JSHandle<Derived> newTable = TaggedHashTable::Create(thread, newSize, in Shrink() local 308 Rehash(const JSThread *thread, Derived *newTable) Rehash() argument 410 JSHandle<Derived> newTable = HashTableT::Shrink(thread, table, 0); Shrink() local 438 JSHandle<Derived> newTable = HashTableT::GrowHashTable(thread, table); PutIfAbsent() local 466 JSHandle<Derived> newTable = HashTableT::GrowHashTable(thread, table); Put() local [all...] |
| H A D | js_hclass.cpp | 94 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | common_stubs.cpp | 1249 GateRef newTable = builder.Insert(linkedTable, key, key); in GenerateCircuit() local 1250 builder.Store(VariableType::JS_ANY(), glue, obj, IntPtr(JSSet::LINKED_SET_OFFSET), newTable); in GenerateCircuit() local
|
Completed in 9 milliseconds