Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Dproperty-array.h29 inline void SetHash(int hash);
H A Dswiss-name-dictionary.cc76 new_table->SetHash(table->Hash()); in Rehash()
129 new_table->SetHash(table->Hash()); in ShallowCopy()
H A Dordered-hash-table-inl.h224 inline void SmallOrderedNameDictionary::SetHash(int hash) { in SetHash() function in v8::internal::SmallOrderedNameDictionary
235 inline void OrderedNameDictionary::SetHash(int hash) { in SetHash() function in v8::internal::OrderedNameDictionary
H A 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()
H A Dproperty-array-inl.h120 void PropertyArray::SetHash(int hash) { in SetHash() function in v8::internal::PropertyArray
H A Dordered-hash-table.h819 inline void SetHash(int hash);
872 static void SetHash(HeapObject table, int hash);
911 inline void SetHash(int hash);
H A Dswiss-name-dictionary-inl.h565 SetHash(PropertyArray::kNoHashSentinel); in Initialize()
657 void SwissNameDictionary::SetHash(int32_t hash) { in SetHash() function in v8::internal::SwissNameDictionary
H A Dswiss-name-dictionary.h139 inline void SetHash(int hash);
H A Ddictionary.h143 inline void SetHash(int hash);
H A Ddictionary-inl.h96 void BaseNameDictionary<Derived, Shape>::SetHash(int hash) { in SetHash() function in v8::internal::BaseNameDictionary
H A 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()
H A Dobjects.cc6029 dict->SetHash(PropertyArray::kNoHashSentinel); in New()
/third_party/node/deps/v8/src/diagnostics/
H A Dbasic-block-profiler.h45 void SetHash(int hash);
H A Dbasic-block-profiler.cc40 void BasicBlockProfilerData::SetHash(int hash) { hash_ = hash; }
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc2984 info.profiler_data()->SetHash(graph_hash_before_scheduling); in GenerateCodeForCodeStub()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc586 dict->SetHash(PropertyArray::kNoHashSentinel); in NewSmallOrderedNameDictionary()

Completed in 43 milliseconds