Home
last modified time | relevance | path

Searched defs:source_hash (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dlookup-cache-inl.h19 uint32_t source_hash = in Hash() local
/external/v8/src/snapshot/
Dcode-serializer.h57 uint32_t source_hash() const { return source_hash_; } in source_hash() function
Dcode-serializer.cc34 CodeSerializer::CodeSerializer(Isolate* isolate, uint32_t source_hash) in CodeSerializer()
439 uint32_t source_hash = GetHeaderValue(kSourceHashOffset); in SanityCheck() local
/external/python/cpython3/Lib/importlib/
Dutil.py22 def source_hash(source_bytes): function
D_bootstrap_external.py499 def _validate_hash_pyc(data, source_hash, name, exc_details): argument
546 def _code_to_hash_pyc(code, source_hash, checked=True): argument