Lines Matching refs:shared_ptr
53 std::shared_ptr<NativeModule> CompileToNativeModule(
55 std::shared_ptr<const WasmModule> module, const ModuleWireBytes& wire_bytes,
129 std::shared_ptr<CompilationResultResolver> resolver,
135 std::shared_ptr<StreamingDecoder> CreateStreamingDecoder();
167 void CreateNativeModule(std::shared_ptr<const WasmModule> module,
170 bool GetOrCreateNativeModule(std::shared_ptr<const WasmModule> module,
231 const std::shared_ptr<CompilationResultResolver> resolver_;
234 std::shared_ptr<NativeModule> native_module_;
239 std::shared_ptr<v8::TaskRunner> foreground_task_runner_;
253 std::shared_ptr<StreamingDecoder> stream_;