Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc2097 size_t prefix_hash_; member in v8::internal::wasm::AsyncStreamingProcessor
2717 GetWasmEngine()->StreamingCompilationFailed(prefix_hash_); in ~AsyncStreamingProcessor()
2768 prefix_hash_ = NativeModuleCache::WireBytesHash(bytes); in ProcessModuleHeader()
2785 prefix_hash_ = base::hash_combine(prefix_hash_, in ProcessSection()
2831 prefix_hash_ = base::hash_combine(prefix_hash_, in ProcessCodeSectionHeader()
2833 if (!GetWasmEngine()->GetStreamingCompilationOwnership(prefix_hash_)) { in ProcessCodeSectionHeader()
2925 DCHECK_EQ(NativeModuleCache::PrefixHash(bytes.as_vector()), prefix_hash_); in OnFinishedStream()