Searched refs:UpdateNativeModuleCache (Results 1 – 4 of 4) sorted by relevance
291 bool UpdateNativeModuleCache(bool error,
644 wasm_engine->UpdateNativeModuleCache(error, &shared_native_module, isolate); in DeserializeNativeModule()
1648 bool cache_hit = !isolate->wasm_engine()->UpdateNativeModuleCache( in CompileToNativeModule()1979 !job_->isolate_->wasm_engine()->UpdateNativeModuleCache( in operator ()()1998 job_->isolate_->wasm_engine()->UpdateNativeModuleCache( in operator ()()2671 cache_hit = !job_->isolate_->wasm_engine()->UpdateNativeModuleCache( in OnFinishedStream()
1099 bool WasmEngine::UpdateNativeModuleCache( in UpdateNativeModuleCache() function in v8::internal::wasm::WasmEngine