Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-objects-inl.h93 ACCESSORS(WasmModuleObject, managed_native_module, Managed<wasm::NativeModule>,
98 return managed_native_module().raw();
102 return managed_native_module().get(); in shared_native_module()
399 ACCESSORS(AsmWasmData, managed_native_module, Managed<wasm::NativeModule>, in ACCESSORS() argument
Dwasm-objects.tq102 managed_native_module: ManagedWasmNativeModule;
Dwasm-objects.cc169 Handle<Managed<wasm::NativeModule>> managed_native_module; in New() local
171 managed_native_module = handle( in New()
179 managed_native_module = Managed<wasm::NativeModule>::FromSharedPtr( in New()
185 module_object->set_managed_native_module(*managed_native_module); in New()
2107 Handle<Managed<wasm::NativeModule>> managed_native_module = in New() local
2112 result->set_managed_native_module(*managed_native_module); in New()
Dwasm-objects.h127 DECL_ACCESSORS(managed_native_module, Managed<wasm::NativeModule>)
886 DECL_ACCESSORS(managed_native_module, Managed<wasm::NativeModule>)
Dwasm-engine.cc487 asm_wasm_data->managed_native_module().get(); in FinalizeTranslatedAsmJs()
798 Handle<Managed<wasm::NativeModule>> managed_native_module = local
801 script->set_wasm_managed_native_module(*managed_native_module);
/external/v8/src/diagnostics/
Dobjects-printer.cc1603 os << "\n - native module: " << Brief(managed_native_module()); in AsmWasmDataPrint()