Home
last modified time | relevance | path

Searched refs:UpdateNativeModuleCache (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.h307 bool UpdateNativeModuleCache(bool error,
Dwasm-serialization.cc892 wasm_engine->UpdateNativeModuleCache(error, &shared_native_module, in DeserializeNativeModule()
898 wasm_engine->UpdateNativeModuleCache(error, &shared_native_module, isolate); in DeserializeNativeModule()
Dmodule-compiler.cc1948 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()
Dwasm-engine.cc1223 bool WasmEngine::UpdateNativeModuleCache( in UpdateNativeModuleCache() function in v8::internal::wasm::WasmEngine