Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.h102 std::shared_ptr<NativeModule> MaybeGetNativeModule(
294 std::shared_ptr<NativeModule> MaybeGetNativeModule(
Dwasm-engine.cc184 std::shared_ptr<NativeModule> NativeModuleCache::MaybeGetNativeModule( in MaybeGetNativeModule() function in v8::internal::wasm::NativeModuleCache
1196 std::shared_ptr<NativeModule> WasmEngine::MaybeGetNativeModule( in MaybeGetNativeModule() function in v8::internal::wasm::WasmEngine
1202 native_module_cache_.MaybeGetNativeModule(origin, wire_bytes); in MaybeGetNativeModule()
Dwasm-serialization.cc868 auto shared_native_module = wasm_engine->MaybeGetNativeModule( in DeserializeNativeModule()
Dmodule-compiler.cc1915 std::shared_ptr<NativeModule> native_module = engine->MaybeGetNativeModule( in CompileToNativeModule()
2150 native_module_ = GetWasmEngine()->MaybeGetNativeModule( in GetOrCreateNativeModule()