HomeSort by relevance Sort by last modified time
    Searched refs:source_hash (Results 1 - 10 of 10) 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.cc 111 source_hash == that.source_hash &&
filesystem_verifier_action.cc 207 if (partition.source_hash.empty()) {
221 if (partition.source_hash != hasher_->raw_hash()) {
236 << Base64Encode(partition.source_hash) << " .";
install_plan.h 97 brillo::Blob source_hash; member in struct:chromeos_update_engine::InstallPlan::Partition
filesystem_verifier_action_unittest.cc 162 if (!HashCalculator::RawHashOfData(a_loop_data, &part.source_hash)) {
delta_performer_integration_test.cc 760 &root_part.source_hash));
763 &kernel_part.source_hash));
    [all...]
delta_performer.cc     [all...]
  /system/update_engine/payload_generator/
generate_delta_main.cc 207 part.source_hash.assign(part_info.hash().begin(),

Completed in 218 milliseconds