Home
last modified time | relevance | path

Searched refs:managed_native_module (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-objects.tq118 managed_native_module: ManagedWasmNativeModule;
167 managed_native_module: ManagedWasmNativeModule;
Dwasm-objects-inl.h92 return managed_native_module().raw();
96 return managed_native_module().get(); in shared_native_module()
Dwasm-objects.cc111 Handle<Managed<wasm::NativeModule>> managed_native_module; in New() local
113 managed_native_module = handle( in New()
121 managed_native_module = Managed<wasm::NativeModule>::FromSharedPtr( in New()
127 module_object->set_managed_native_module(*managed_native_module); in New()
2245 Handle<Managed<wasm::NativeModule>> managed_native_module = in New() local
2250 result->set_managed_native_module(*managed_native_module); in New()
Dwasm-engine.cc528 asm_wasm_data->managed_native_module().get(); in FinalizeTranslatedAsmJs()
849 Handle<Managed<wasm::NativeModule>> managed_native_module = in CreateWasmScript() local
852 script->set_wasm_managed_native_module(*managed_native_module); in CreateWasmScript()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1793 os << "\n - native module: " << Brief(managed_native_module()); in AsmWasmDataPrint()