Lines Matching refs:NativeModule
101 Isolate* isolate, std::shared_ptr<wasm::NativeModule> native_module, in New()
109 Isolate* isolate, std::shared_ptr<wasm::NativeModule> native_module, in New()
111 Handle<Managed<wasm::NativeModule>> managed_native_module; in New()
114 Managed<wasm::NativeModule>::cast(script->wasm_managed_native_module()), in New()
121 managed_native_module = Managed<wasm::NativeModule>::FromSharedPtr( in New()
583 wasm::NativeModule* native_module = in UpdateDispatchTables()
1293 wasm::NativeModule* native_module = module_object().native_module(); in GetCallTarget()
1461 wasm::NativeModule* native_module = in ImportWasmJSFunctionIntoTable()
2237 Isolate* isolate, std::shared_ptr<wasm::NativeModule> native_module, in New()
2245 Handle<Managed<wasm::NativeModule>> managed_native_module = in New()
2246 Managed<wasm::NativeModule>::FromSharedPtr(isolate, memory_estimate, in New()