Home
last modified time | relevance | path

Searched refs:expected_source_hash (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/snapshot/
Dcode-serializer.h118 Isolate* isolate, ScriptData* cached_data, uint32_t expected_source_hash,
144 uint32_t expected_source_hash) const;
Dcode-serializer.cc410 Isolate* isolate, uint32_t expected_source_hash) const { in SanityCheck()
421 if (source_hash != expected_source_hash) return SOURCE_MISMATCH; in SanityCheck()
474 Isolate* isolate, ScriptData* cached_data, uint32_t expected_source_hash, in FromCachedData() argument
478 *rejection_result = scd.SanityCheck(isolate, expected_source_hash); in FromCachedData()