Searched refs:runtime_import (Results 1 – 3 of 3) sorted by relevance
99 let index = inliner.runtime_import(&ImportPath { in run()525 let import = self.runtime_import(path); in initializer()1215 let index = self.runtime_import(path); in initializer()1458 fn runtime_import(&mut self, path: &ImportPath<'a>) -> RuntimeImportIndex { in runtime_import() method1647 import: self.runtime_import(&path), in record_export()
934 pub(crate) fn runtime_import(&self, import: RuntimeImportIndex) -> &RuntimeImport { in runtime_import() method
231 Export::ModuleImport { import, .. } => match instance.runtime_import(*import) { in get_module()