Searched defs:shared_module (Results 1 – 3 of 3) sorted by relevance
231 std::shared_ptr<HloModule> shared_module() const { return hlo_module_; } in shared_module() function
596 std::shared_ptr<const WasmModule> shared_module() const { return module_; } in shared_module() function
1295 const std::shared_ptr<WasmModule>& shared_module() const { return module_; } in shared_module() function in v8::internal::wasm::ModuleDecoderImpl2214 const std::shared_ptr<WasmModule>& ModuleDecoder::shared_module() const { in shared_module() function in v8::internal::wasm::ModuleDecoder