Home
last modified time | relevance | path

Searched defs:shared_module (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-engine.cc189 Isolate* isolate, std::shared_ptr<NativeModule> shared_module) { in ImportNativeModule()
Dmodule-decoder.cc921 const std::shared_ptr<WasmModule>& shared_module() const { return module_; } in shared_module() function in v8::internal::wasm::ModuleDecoderImpl
1431 const std::shared_ptr<WasmModule>& ModuleDecoder::shared_module() const { in shared_module() function in v8::internal::wasm::ModuleDecoder
Dwasm-objects.cc182 std::shared_ptr<const wasm::WasmModule> shared_module, wasm::ModuleEnv& env, in New()