Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-engine.h65 size_t prefix_hash; member
Dwasm-engine.cc162 size_t prefix_hash = PrefixHash(wire_bytes); in MaybeGetNativeModule() local
191 bool NativeModuleCache::GetStreamingCompilationOwnership(size_t prefix_hash) { in GetStreamingCompilationOwnership()
205 void NativeModuleCache::StreamingCompilationFailed(size_t prefix_hash) { in StreamingCompilationFailed()
219 size_t prefix_hash = PrefixHash(native_module->wire_bytes()); in Update() local
252 size_t prefix_hash = PrefixHash(native_module->wire_bytes()); in Erase() local
1128 bool WasmEngine::GetStreamingCompilationOwnership(size_t prefix_hash) { in GetStreamingCompilationOwnership()
1132 void WasmEngine::StreamingCompilationFailed(size_t prefix_hash) { in StreamingCompilationFailed()