Home
last modified time | relevance | path

Searched defs:source_hash (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dlookup-cache-inl.h19 uint32_t source_hash = static_cast<uint32_t>(source.ptr()) >> kTaggedSizeLog2; in Hash() local
/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.h95 uint32_t source_hash() const { return source_hash_; } in source_hash() function in v8::internal::SerializedCodeSanityCheckResult::CodeSerializer
H A Dcode-serializer.cc46 CodeSerializer::CodeSerializer(Isolate* isolate, uint32_t source_hash) in CodeSerializer() argument
619 uint32_t source_hash = GetHeaderValue(kSourceHashOffset); in SanityCheckJustSource() local
/third_party/python/Lib/importlib/
H A Dutil.py22 def source_hash(source_bytes): function

Completed in 3 milliseconds