| /wasmtime-44.0.1/cranelift/jit/src/ |
| H A D | backend.rs | 175 declarations: ModuleDeclarations, field 320 let decl = self.declarations.get_function_decl(func); in finalize_definitions() 329 let decl = self.declarations.get_data_decl(data); in finalize_definitions() 367 declarations: ModuleDeclarations::default(), in new() 420 fn declarations(&self) -> &ModuleDeclarations { in declarations() method 421 &self.declarations in declarations() 431 .declarations in declare_function() 450 .declarations in declare_data() 468 let decl = self.declarations.get_function_decl(id); in define_function_with_control_plane() 540 let decl = self.declarations.get_function_decl(id); in define_function_bytes() [all …]
|
| /wasmtime-44.0.1/fuzz/ |
| H A D | build.rs | 62 let mut declarations = TokenStream::new(); in write_static_api_tests() localVariable 79 wasmtime_test_util::component_fuzz::rust_type(&ty, name_counter, &mut declarations); in write_static_api_tests() 123 } = case.declarations(); in write_static_api_tests() 167 #declarations in write_static_api_tests()
|
| /wasmtime-44.0.1/cranelift/object/src/ |
| H A D | backend.rs | 146 declarations: ModuleDeclarations, field 168 declarations: ModuleDeclarations::default(), in new() 198 fn declarations(&self) -> &ModuleDeclarations { in declarations() method 199 &self.declarations in declarations() 211 .declarations in declare_function() 242 .declarations in declare_anonymous_function() 270 .declarations in declare_data() 315 .declarations in declare_anonymous_data() 370 let decl = self.declarations.get_data_decl(data_id); in define_data() 498 let decl = self.declarations.get_function_decl(func_id); in define_function_inner() [all …]
|
| /wasmtime-44.0.1/crates/fuzzing/src/oracles/ |
| H A D | component_api.rs | 205 declarations: &Declarations, in static_api_test() 233 let wat = declarations.make_component(); in static_api_test() 255 if declarations.options.host_async { in static_api_test() 288 let actual = if declarations.options.guest_caller_async { in static_api_test() 320 let wat = case.declarations().make_component(); in dynamic_component_api_target() 422 let declarations = case.declarations(); in static_api_smoke_test() localVariable 423 static_api_test::<(i32, bool, String), (String,)>(u, &declarations) in static_api_smoke_test()
|
| /wasmtime-44.0.1/crates/test-util/src/ |
| H A D | component_fuzz.rs | 1197 let ty = rust_type(ty, name_counter, declarations); in rust_type() 1201 let key_ty = rust_type(key_ty, name_counter, declarations); in rust_type() 1211 let ty = rust_type(ty, name_counter, declarations); in rust_type() 1218 declarations.extend(quote! { in rust_type() 1259 declarations.extend(quote! { in rust_type() 1284 declarations.extend(quote! { in rust_type() 1296 let ty = rust_type(ty, name_counter, declarations); in rust_type() 1301 Some(ok) => rust_type(ok, name_counter, declarations), in rust_type() 1322 declarations.extend(quote! { in rust_type() 1744 pub fn declarations(&self) -> Declarations { in declarations() method [all …]
|
| /wasmtime-44.0.1/cranelift/module/src/ |
| H A D | module.rs | 829 fn declarations(&self) -> &ModuleDeclarations; in declarations() method 834 self.declarations().get_name(name) in get_name() 905 let decl = &self.declarations().functions[func_id]; in declare_func_in_func() 924 let decl = &self.declarations().data_objects[data]; in declare_data_in_func() 998 fn declarations(&self) -> &ModuleDeclarations { in declarations() method 999 (**self).declarations() in declarations() 1102 fn declarations(&self) -> &ModuleDeclarations { in declarations() method 1103 (**self).declarations() in declarations()
|
| /wasmtime-44.0.1/crates/environ/fuzz/fuzz_targets/ |
| H A D | fact-valid-module.rs | 53 let wat_decls = adapter.test.declarations(); in target()
|
| /wasmtime-44.0.1/cranelift/docs/ |
| H A D | isle-integration.md | 43 ISLE `extern` declarations and helpers for working with CLIF. The code that does 52 * `cranelift/codegen/src/prelude.isle`: Common definitions and declarations for 55 * `target/.../out/clif_lower.isle`: Auto-generated declarations and helpers 59 * `target/.../out/clif_opt.isle`: Auto-generated declarations and helpers for 223 See the `sinkable_load`, `SinkableLoad`, and `sink_load` declarations inside
|
| H A D | ir.md | 759 A list of declarations of entities that are used by the function body.
|
| /wasmtime-44.0.1/examples/ |
| H A D | CMakeLists.txt | 12 target_compile_options(wasmtime-${TARGET} PRIVATE -Wall -Wextra -Wno-deprecated-declarations)
|
| /wasmtime-44.0.1/cranelift/isle/veri/ |
| H A D | README.md | 102 - `spec` terms provide specifications for ISLE declarations, which can correspond to ISLE instructi…
|
| /wasmtime-44.0.1/cranelift/isle/docs/ |
| H A D | language-reference.md | 826 To provide a concrete example, if we have the term declarations 1008 annotation to declarations as follows: 1328 we have the following terms and declarations:
|
| /wasmtime-44.0.1/crates/c-api/ |
| H A D | doxygen.conf.in | 362 # tag to YES in order to let doxygen match functions declarations and 563 # declarations. If set to NO, these declarations will be included in the
|