Searched refs:UpdateNativeModuleCache (Results 1 – 4 of 4) sorted by relevance
307 bool UpdateNativeModuleCache(bool error,
892 wasm_engine->UpdateNativeModuleCache(error, &shared_native_module, in DeserializeNativeModule()898 wasm_engine->UpdateNativeModuleCache(error, &shared_native_module, isolate); in DeserializeNativeModule()
1948 bool cache_hit = !engine->UpdateNativeModuleCache(thrower->error(), in CompileToNativeModule()2312 bool cache_hit = !GetWasmEngine()->UpdateNativeModuleCache( in call()2335 GetWasmEngine()->UpdateNativeModuleCache(true, &native_module, in call()2986 cache_hit = !GetWasmEngine()->UpdateNativeModuleCache( in OnFinishedStream()
1223 bool WasmEngine::UpdateNativeModuleCache( in UpdateNativeModuleCache() function in v8::internal::wasm::WasmEngine