/third_party/node/deps/v8/src/objects/ |
H A D | swiss-name-dictionary.cc | 48 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 D | ordered-hash-table.cc | 112 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 D | objects.cc | 5735 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 D | scope-info.cc | 281 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 D | hash-table.h | 243 void Rehash(PtrComprCageBase cage_base, Derived new_table);
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
H A D | stats.cc | 53 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 D | nghttp2_map.c | 188 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 D | ngtcp2_map.c | 186 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 D | nghttp2_map.c | 186 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 D | nghttp3_map.c | 187 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 D | runtime-call-stats.cc | 305 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 D | eblc_table.cc | 268 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 D | php-upb.c | 1682 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 D | wasm-code-manager.cc | 1020 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 D | upb.c | 1656 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()
|