Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collection_stub_builder.h67 void SetLinked(GateRef newTable) in SetLinked() argument
70 Store(VariableType::JS_ANY(), glue_, thisValue_, linkedTableOffset, newTable); in SetLinked() local
H A Dlinked_hashtable_stub_builder.cpp131 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 Dlinked_hash_table.cpp55 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 Dlinked_hash_table.h222 inline void Rehash(const JSThread *thread, Derived *newTable) in Rehash() argument
[all...]
H A Dtagged_hash_table.h86 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 Djs_hclass.cpp94 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stubs.cpp1249 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