Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
H A 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/
H A Disolate.h1536 int GenerateIdentityHash(uint32_t mask);
H A Disolate.cc4518 int Isolate::GenerateIdentityHash(uint32_t mask) { in ThrowInternal() function in v8::internal::Isolate
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc865 int hash = isolate->GenerateIdentityHash(PropertyArray::HashField::kMax); in CreateIdentityHash()

Completed in 27 milliseconds