Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dmodule-compiler.cc1536 size_t prefix_hash_; member in v8::internal::wasm::AsyncStreamingProcessor
2105 job_->isolate_->wasm_engine()->StreamingCompilationFailed(prefix_hash_); in ~AsyncStreamingProcessor()
2144 prefix_hash_ = NativeModuleCache::WireBytesHash(bytes); in ProcessModuleHeader()
2161 prefix_hash_ = base::hash_combine(prefix_hash_, in ProcessSection()
2203 prefix_hash_ = base::hash_combine(prefix_hash_, in ProcessCodeSectionHeader()
2205 if (!wasm_engine_->GetStreamingCompilationOwnership(prefix_hash_)) { in ProcessCodeSectionHeader()
2316 DCHECK_EQ(NativeModuleCache::PrefixHash(bytes.as_vector()), prefix_hash_); in OnFinishedStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dmodule-compiler.cc1775 size_t prefix_hash_; member in v8::internal::wasm::AsyncStreamingProcessor
2378 job_->isolate_->wasm_engine()->StreamingCompilationFailed(prefix_hash_); in ~AsyncStreamingProcessor()
2429 prefix_hash_ = NativeModuleCache::WireBytesHash(bytes); in ProcessModuleHeader()
2446 prefix_hash_ = base::hash_combine(prefix_hash_, in ProcessSection()
2490 prefix_hash_ = base::hash_combine(prefix_hash_, in ProcessCodeSectionHeader()
2492 if (!wasm_engine_->GetStreamingCompilationOwnership(prefix_hash_)) { in ProcessCodeSectionHeader()
2602 DCHECK_EQ(NativeModuleCache::PrefixHash(bytes.as_vector()), prefix_hash_); in OnFinishedStream()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dmodule-compiler.cc1895 size_t prefix_hash_; member in v8::internal::wasm::AsyncStreamingProcessor
2513 GetWasmEngine()->StreamingCompilationFailed(prefix_hash_); in ~AsyncStreamingProcessor()
2564 prefix_hash_ = NativeModuleCache::WireBytesHash(bytes); in ProcessModuleHeader()
2581 prefix_hash_ = base::hash_combine(prefix_hash_, in ProcessSection()
2627 prefix_hash_ = base::hash_combine(prefix_hash_, in ProcessCodeSectionHeader()
2629 if (!GetWasmEngine()->GetStreamingCompilationOwnership(prefix_hash_)) { in ProcessCodeSectionHeader()
2721 DCHECK_EQ(NativeModuleCache::PrefixHash(bytes.as_vector()), prefix_hash_); in OnFinishedStream()