Searched defs:shared_module (Results 1 – 3 of 3) sorted by relevance
189 Isolate* isolate, std::shared_ptr<NativeModule> shared_module) { in ImportNativeModule()
921 const std::shared_ptr<WasmModule>& shared_module() const { return module_; } in shared_module() function in v8::internal::wasm::ModuleDecoderImpl1431 const std::shared_ptr<WasmModule>& ModuleDecoder::shared_module() const { in shared_module() function in v8::internal::wasm::ModuleDecoder
182 std::shared_ptr<const wasm::WasmModule> shared_module, wasm::ModuleEnv& env, in New()