Searched defs:source_hash (Results 1 – 5 of 5) sorted by relevance
19 uint32_t source_hash = in Hash() local
57 uint32_t source_hash() const { return source_hash_; } in source_hash() function
34 CodeSerializer::CodeSerializer(Isolate* isolate, uint32_t source_hash) in CodeSerializer()439 uint32_t source_hash = GetHeaderValue(kSourceHashOffset); in SanityCheck() local
22 def source_hash(source_bytes): function
499 def _validate_hash_pyc(data, source_hash, name, exc_details): argument546 def _code_to_hash_pyc(code, source_hash, checked=True): argument