Home
last modified time | relevance | path

Searched refs:PrefixHash (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-engine.cc188 size_t prefix_hash = PrefixHash(wire_bytes); in MaybeGetNativeModule()
224 PrefixHash(it->first.bytes) == prefix_hash); in GetStreamingCompilationOwnership()
247 size_t prefix_hash = PrefixHash(native_module->wire_bytes()); in Update()
280 size_t prefix_hash = PrefixHash(native_module->wire_bytes()); in Erase()
293 size_t NativeModuleCache::PrefixHash(base::Vector<const uint8_t> wire_bytes) { in PrefixHash() function in v8::internal::wasm::NativeModuleCache
H A Dwasm-engine.h118 static size_t PrefixHash(base::Vector<const uint8_t> wire_bytes);
H A Dmodule-compiler.cc2925 DCHECK_EQ(NativeModuleCache::PrefixHash(bytes.as_vector()), prefix_hash_); in OnFinishedStream()

Completed in 11 milliseconds