Home
last modified time | relevance | path

Searched refs:SetHash (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dordered-hash-table-inl.h224 inline void SmallOrderedNameDictionary::SetHash(int hash) { in SetHash() function
235 inline void OrderedNameDictionary::SetHash(int hash) { in SetHash() function
Dproperty-array.h29 inline void SetHash(int hash);
Dswiss-name-dictionary.cc76 new_table->SetHash(table->Hash()); in Rehash()
129 new_table->SetHash(table->Hash()); in ShallowCopy()
Dordered-hash-table.cc330 new_table->SetHash(table->Hash()); in Rehash()
532 table->SetHash(PropertyArray::kNoHashSentinel); in Allocate()
556 table->SetHash(PropertyArray::kNoHashSentinel); in AllocateEmpty()
974 new_table->SetHash(table->Hash()); in Rehash()
1375 void OrderedNameDictionaryHandler::SetHash(HeapObject table, int hash) { in SetHash() function in v8::internal::OrderedNameDictionaryHandler
1377 return SmallOrderedNameDictionary::cast(table).SetHash(hash); in SetHash()
1381 OrderedNameDictionary::cast(table).SetHash(hash); in SetHash()
Dproperty-array-inl.h120 void PropertyArray::SetHash(int hash) { in SetHash() function
Dordered-hash-table.h819 inline void SetHash(int hash);
872 static void SetHash(HeapObject table, int hash);
911 inline void SetHash(int hash);
Dswiss-name-dictionary.h139 inline void SetHash(int hash);
Dswiss-name-dictionary-inl.h565 SetHash(PropertyArray::kNoHashSentinel); in Initialize()
657 void SwissNameDictionary::SetHash(int32_t hash) { in SetHash() function
Ddictionary.h143 inline void SetHash(int hash); in EXPORT_TEMPLATE_DECLARE()
Ddictionary-inl.h96 void BaseNameDictionary<Derived, Shape>::SetHash(int hash) { in SetHash() function
Djs-objects.cc769 PropertyArray::cast(properties).SetHash(hash); in SetHashAndUpdateProperties()
775 GlobalDictionary::cast(properties).SetHash(hash); in SetHashAndUpdateProperties()
781 SwissNameDictionary::cast(properties).SetHash(hash); in SetHashAndUpdateProperties()
784 NameDictionary::cast(properties).SetHash(hash); in SetHashAndUpdateProperties()
Dobjects.cc6029 dict->SetHash(PropertyArray::kNoHashSentinel); in New()
/third_party/node/deps/v8/src/diagnostics/
Dbasic-block-profiler.h45 void SetHash(int hash);
Dbasic-block-profiler.cc40 void BasicBlockProfilerData::SetHash(int hash) { hash_ = hash; } in SetHash() function in v8::internal::BasicBlockProfilerData
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc2984 info.profiler_data()->SetHash(graph_hash_before_scheduling); in GenerateCodeForCodeStub()
/third_party/node/deps/v8/src/heap/
Dfactory.cc586 dict->SetHash(PropertyArray::kNoHashSentinel); in NewSmallOrderedNameDictionary()