Home
last modified time | relevance | path

Searched refs:GenerateIdentityHash (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory.cc1116 int hash = isolate()->GenerateIdentityHash(Name::HashBits::kMax); in NewSymbolInternal()
2781 module.set_hash(isolate()->GenerateIdentityHash(Smi::kMaxValue)); in NewSourceTextModule()
2813 module.set_hash(isolate()->GenerateIdentityHash(Smi::kMaxValue)); in NewSyntheticModule()
/third_party/node/deps/v8/src/execution/
Disolate.h1536 int GenerateIdentityHash(uint32_t mask);
Disolate.cc4518 int Isolate::GenerateIdentityHash(uint32_t mask) { in ThrowInternal() function in v8::internal::Isolate
/third_party/node/deps/v8/src/objects/
Djs-objects.cc865 int hash = isolate->GenerateIdentityHash(PropertyArray::HashField::kMax); in CreateIdentityHash()