Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dinline.rs1197 self.core_def_of_module_instance_export(frame, instance, name), in initializer()
1210 self.core_def_of_module_instance_export(frame, instance, name); in initializer()
1353 match self.core_def_of_module_instance_export(frame, *instance, *name) { in initializer()
1362 match self.core_def_of_module_instance_export(frame, *instance, *name) { in initializer()
1371 match self.core_def_of_module_instance_export(frame, *instance, *name) { in initializer()
1380 match self.core_def_of_module_instance_export(frame, *instance, *name) { in initializer()
1472 fn core_def_of_module_instance_export( in core_def_of_module_instance_export() method