HomeSort by relevance Sort by last modified time
    Searched defs:source_hash (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
lookup-cache-inl.h 16 uint32_t source_hash = local
20 return (source_hash ^ name_hash) % kLength;
  /external/v8/src/snapshot/
code-serializer.h 27 uint32_t source_hash() const { return source_hash_; } function in class:v8::internal::CodeSerializer
30 explicit CodeSerializer(Isolate* isolate, uint32_t source_hash)
31 : Serializer(isolate), source_hash_(source_hash) {}
71 WasmCompiledModuleSerializer(Isolate* isolate, uint32_t source_hash,
code-serializer.cc 235 Isolate* isolate, uint32_t source_hash, Handle<Context> native_context,
237 : CodeSerializer(isolate, source_hash) {
382 SetHeaderValue(kSourceHashOffset, cs->source_hash());
415 uint32_t source_hash = GetHeaderValue(kSourceHashOffset); local
421 if (source_hash != expected_source_hash) return SOURCE_MISMATCH;
  /system/update_engine/payload_consumer/
install_plan.h 97 brillo::Blob source_hash; member in struct:chromeos_update_engine::InstallPlan::Partition

Completed in 224 milliseconds