Home
last modified time | relevance | path

Searched refs:new_table (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dswiss-name-dictionary.cc48 Handle<SwissNameDictionary> new_table = in Rehash() local
56 new_table->SetNumberOfElements(table->NumberOfElements()); in Rehash()
66 int new_entry = new_table->AddInternal(Name::cast(key), value, details); in Rehash()
71 new_table->SetEntryForEnumerationIndex(new_enum_index, new_entry); in Rehash()
76 new_table->SetHash(table->Hash()); in Rehash()
77 return new_table; in Rehash()
124 Handle<SwissNameDictionary> new_table = in ShallowCopy() local
129 new_table->SetHash(table->Hash()); in ShallowCopy()
132 WriteBarrierMode mode = new_table->GetWriteBarrierMode(no_gc); in ShallowCopy()
139 new_table in ShallowCopy()
[all...]
H A Dordered-hash-table.cc112 Handle<Derived> new_table = in Clear() local
117 table->SetNextTable(*new_table); in Clear()
121 return new_table; in Clear()
258 Handle<Derived> new_table; in Rehash() local
259 if (!new_table_candidate.ToHandle(&new_table)) { in Rehash()
262 int new_buckets = new_table->NumberOfBuckets(); in Rehash()
278 Object chain_entry = new_table->get(HashTableStartIndex() + bucket); in Rehash()
279 new_table->set(HashTableStartIndex() + bucket, Smi::FromInt(new_entry)); in Rehash()
280 int new_index = new_table->EntryToIndexRaw(new_entry); in Rehash()
284 new_table in Rehash()
328 Handle<OrderedNameDictionary> new_table; Rehash() local
714 MaybeHandle<SmallOrderedHashSet> new_table = Add() local
757 MaybeHandle<SmallOrderedHashMap> new_table = Add() local
823 MaybeHandle<SmallOrderedNameDictionary> new_table = Add() local
924 Handle<Derived> new_table = SmallOrderedHashTable<Derived>::Allocate( Rehash() local
971 Handle<SmallOrderedNameDictionary> new_table = Rehash() local
1149 Handle<OrderedHashMap> new_table; AdjustRepresentation() local
1176 Handle<OrderedHashSet> new_table; AdjustRepresentation() local
1201 Handle<OrderedNameDictionary> new_table; AdjustRepresentation() local
[all...]
H A Dobjects.cc5735 Derived new_table) { in Rehash()
5737 WriteBarrierMode mode = new_table.GetWriteBarrierMode(no_gc); in Rehash()
5739 DCHECK_LT(NumberOfElements(), new_table.Capacity()); in Rehash()
5743 new_table.set(i, get(cage_base, i), mode); in Rehash()
5754 EntryToIndex(new_table.FindInsertionEntry(cage_base, roots, hash)); in Rehash()
5755 new_table.set_key(insertion_index, get(cage_base, from_index), mode); in Rehash()
5757 new_table.set(insertion_index + j, get(cage_base, from_index + j), mode); in Rehash()
5760 new_table.SetNumberOfElements(NumberOfElements()); in Rehash()
5761 new_table.SetNumberOfDeletedElements(0); in Rehash()
5862 Handle<Derived> new_table in EnsureCapacity() local
5734 Rehash(PtrComprCageBase cage_base, Derived new_table) Rehash() argument
5922 Handle<Derived> new_table = Shrink() local
6475 Handle<OrderedHashSet> new_table = Rehash() local
6493 Handle<OrderedHashMap> new_table = Rehash() local
6512 Handle<EphemeronHashTable> new_table = EphemeronHashTable::Put( Set() local
6529 Handle<EphemeronHashTable> new_table = EphemeronHashTable::Remove( Delete() local
[all...]
H A Dscope-info.cc281 Handle<NameToIndexHashTable> new_table = NameToIndexHashTable::Add( in Create() local
283 DCHECK_EQ(*new_table, *local_names_hashtable); in Create()
284 USE(new_table); in Create()
H A Dhash-table.h243 void Rehash(PtrComprCageBase cage_base, Derived new_table);
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dstats.cc53 Ptr<FontDataTable> new_table = new_font->GetTable(it->first); in PrintComparison() local
56 if (new_table) { in PrintComparison()
57 new_size = new_table->DataLength(); in PrintComparison()
/third_party/nghttp2/lib/
H A Dnghttp2_map.c188 nghttp2_map_bucket *new_table; in map_resize() local
193 new_table = in map_resize()
195 if (new_table == NULL) { in map_resize()
204 rv = insert(new_table, new_tablelen, new_tablelenbits, bkt->hash, bkt->key, in map_resize()
213 map->table = new_table; in map_resize()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_map.c186 ngtcp2_map_bucket *new_table; in map_resize() local
191 new_table = in map_resize()
193 if (new_table == NULL) { in map_resize()
202 rv = insert(new_table, new_tablelen, new_tablelenbits, bkt->hash, bkt->key, in map_resize()
211 map->table = new_table; in map_resize()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_map.c186 nghttp2_map_bucket *new_table; in map_resize() local
191 new_table = in map_resize()
193 if (new_table == NULL) { in map_resize()
202 rv = insert(new_table, new_tablelen, new_tablelenbits, bkt->hash, bkt->key, in map_resize()
211 map->table = new_table; in map_resize()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_map.c187 nghttp3_map_bucket *new_table; in map_resize() local
192 new_table = in map_resize()
194 if (new_table == NULL) { in map_resize()
203 rv = insert(new_table, new_tablelen, new_tablelenbits, bkt->hash, bkt->key, in map_resize()
212 map->table = new_table; in map_resize()
/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.cc305 std::unique_ptr<RuntimeCallStats> new_table = in NewTable() local
307 RuntimeCallStats* result = new_table.get(); in NewTable()
310 tables_.push_back(std::move(new_table)); in NewTable()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Deblc_table.cc268 Ptr<EblcTable> new_table = new EblcTable(header(), data); in SubBuildTable() local
269 return new_table.Detach(); in SubBuildTable()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1682 upb_strtable new_table; in upb_strtable_resize() local
1685 if (!init(&new_table.t, size_lg2, a)) in upb_strtable_resize()
1691 &new_table, key.data, key.size, in upb_strtable_resize()
1695 *t = new_table; in upb_strtable_resize()
1880 upb_table new_table; in upb_inttable_insert2() local
1882 if (!init(&new_table, t->t.size_lg2 + 1, a)) { in upb_inttable_insert2()
1893 insert(&new_table, intkey(e->key), e->key, v, hash, &inthash, &inteql); in upb_inttable_insert2()
1896 UPB_ASSERT(t->t.count == new_table.count); in upb_inttable_insert2()
1899 t->t = new_table; in upb_inttable_insert2()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc1020 auto new_table = std::make_unique<WasmCode*[]>(max_functions); in ReserveCodeTableForTesting() local
1022 memcpy(new_table.get(), code_table_.get(), in ReserveCodeTableForTesting()
1025 code_table_ = std::move(new_table); in ReserveCodeTableForTesting()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1656 upb_strtable new_table; in upb_strtable_resize() local
1659 if (!init(&new_table.t, size_lg2, a)) in upb_strtable_resize()
1665 &new_table, key.data, key.size, in upb_strtable_resize()
1669 *t = new_table; in upb_strtable_resize()
1853 upb_table new_table; in upb_inttable_insert2() local
1855 if (!init(&new_table, t->t.size_lg2 + 1, a)) { in upb_inttable_insert2()
1866 insert(&new_table, intkey(e->key), e->key, v, hash, &inthash, &inteql); in upb_inttable_insert2()
1869 UPB_ASSERT(t->t.count == new_table.count); in upb_inttable_insert2()
1872 t->t = new_table; in upb_inttable_insert2()

Completed in 58 milliseconds