Searched refs:MaybeGetNativeModule (Results 1 – 4 of 4) sorted by relevance
102 std::shared_ptr<NativeModule> MaybeGetNativeModule(294 std::shared_ptr<NativeModule> MaybeGetNativeModule(
184 std::shared_ptr<NativeModule> NativeModuleCache::MaybeGetNativeModule( in MaybeGetNativeModule() function in v8::internal::wasm::NativeModuleCache1196 std::shared_ptr<NativeModule> WasmEngine::MaybeGetNativeModule( in MaybeGetNativeModule() function in v8::internal::wasm::WasmEngine1202 native_module_cache_.MaybeGetNativeModule(origin, wire_bytes); in MaybeGetNativeModule()
868 auto shared_native_module = wasm_engine->MaybeGetNativeModule( in DeserializeNativeModule()
1915 std::shared_ptr<NativeModule> native_module = engine->MaybeGetNativeModule( in CompileToNativeModule()2150 native_module_ = GetWasmEngine()->MaybeGetNativeModule( in GetOrCreateNativeModule()