Home
last modified time | relevance | path

Searched refs:NewNativeModule (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-engine.h283 std::shared_ptr<NativeModule> NewNativeModule(
Dwasm-engine.cc1156 std::shared_ptr<NativeModule> WasmEngine::NewNativeModule( in NewNativeModule() function in v8::internal::wasm::WasmEngine
1167 GetWasmCodeManager()->NewNativeModule( in NewNativeModule()
Dwasm-code-manager.h1076 std::shared_ptr<NativeModule> NewNativeModule(
Dwasm-serialization.cc878 shared_native_module = wasm_engine->NewNativeModule( in DeserializeNativeModule()
Dmodule-compiler.cc1940 engine->NewNativeModule(isolate, enabled, module, code_size_estimate); in CompileToNativeModule()
2142 native_module_ = GetWasmEngine()->NewNativeModule( in CreateNativeModule()
Dwasm-code-manager.cc2185 std::shared_ptr<NativeModule> WasmCodeManager::NewNativeModule( in NewNativeModule() function in v8::internal::wasm::WasmCodeManager