Searched refs:MaybeGetNativeModule (Results 1 – 4 of 4) sorted by relevance
95 std::shared_ptr<NativeModule> MaybeGetNativeModule(279 std::shared_ptr<NativeModule> MaybeGetNativeModule(
158 std::shared_ptr<NativeModule> NativeModuleCache::MaybeGetNativeModule( in MaybeGetNativeModule() function in v8::internal::wasm::NativeModuleCache1076 std::shared_ptr<NativeModule> WasmEngine::MaybeGetNativeModule( in MaybeGetNativeModule() function in v8::internal::wasm::WasmEngine1079 native_module_cache_.MaybeGetNativeModule(origin, wire_bytes); in MaybeGetNativeModule()
628 auto shared_native_module = wasm_engine->MaybeGetNativeModule( in DeserializeNativeModule()
1617 isolate->wasm_engine()->MaybeGetNativeModule( in CompileToNativeModule()1827 native_module_ = isolate_->wasm_engine()->MaybeGetNativeModule( in GetOrCreateNativeModule()