Home
last modified time | relevance | path

Searched defs:prefix_hash (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.h72 size_t prefix_hash; member
Dwasm-engine.cc188 size_t prefix_hash = PrefixHash(wire_bytes); in MaybeGetNativeModule() local
219 bool NativeModuleCache::GetStreamingCompilationOwnership(size_t prefix_hash) { in GetStreamingCompilationOwnership()
233 void NativeModuleCache::StreamingCompilationFailed(size_t prefix_hash) { in StreamingCompilationFailed()
247 size_t prefix_hash = PrefixHash(native_module->wire_bytes()); in Update() local
280 size_t prefix_hash = PrefixHash(native_module->wire_bytes()); in Erase() local
1251 bool WasmEngine::GetStreamingCompilationOwnership(size_t prefix_hash) { in GetStreamingCompilationOwnership()
1263 void WasmEngine::StreamingCompilationFailed(size_t prefix_hash) { in StreamingCompilationFailed()