Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-engine.h291 bool UpdateNativeModuleCache(bool error,
Dwasm-serialization.cc644 wasm_engine->UpdateNativeModuleCache(error, &shared_native_module, isolate); in DeserializeNativeModule()
Dmodule-compiler.cc1648 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()
Dwasm-engine.cc1099 bool WasmEngine::UpdateNativeModuleCache( in UpdateNativeModuleCache() function in v8::internal::wasm::WasmEngine