Searched refs:managed_native_module (Results 1 – 5 of 5) sorted by relevance
118 managed_native_module: ManagedWasmNativeModule;167 managed_native_module: ManagedWasmNativeModule;
92 return managed_native_module().raw();96 return managed_native_module().get(); in shared_native_module()
111 Handle<Managed<wasm::NativeModule>> managed_native_module; in New() local113 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() local2250 result->set_managed_native_module(*managed_native_module); in New()
528 asm_wasm_data->managed_native_module().get(); in FinalizeTranslatedAsmJs()849 Handle<Managed<wasm::NativeModule>> managed_native_module = in CreateWasmScript() local852 script->set_wasm_managed_native_module(*managed_native_module); in CreateWasmScript()
1793 os << "\n - native module: " << Brief(managed_native_module()); in AsmWasmDataPrint()