| /wasmtime-44.0.1/crates/cranelift/src/compiler/ |
| H A D | component.rs | 893 let pointer_type = self.isa.pointer_type(); in store_wasm_arguments() localVariable 941 let pointer_type = self.isa.pointer_type(); in translate_hostcall() localVariable 1076 let pointer_type = self.isa.pointer_type(); in translate_resource_drop() localVariable 1347 let pointer_type = self.isa.pointer_type(); in load_callback() localVariable 1364 let pointer_type = self.isa.pointer_type(); in load_post_return() localVariable 1385 let pointer_type = self.isa.pointer_type(); in load_libcall() localVariable 1427 let pointer_type = self.isa.pointer_type(); in raise_if_transcode_trapped() localVariable 1630 let pointer_type = self.isa.pointer_type(); in compile_trampoline() localVariable 1807 let pointer_type = self.isa.pointer_type(); in translate_transcode() localVariable 1944 let pointer_type = self.isa.pointer_type(); in cast_to_pointer() localVariable [all …]
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | lib.rs | 82 let pointer_type = isa.pointer_type(); in blank_sig() localVariable 316 pointer_type: ir::Type, field
|
| H A D | compiler.rs | 383 let pointer_type = isa.pointer_type(); in compile_wasm_to_array_trampoline() localVariable 746 let pointer_type = isa.pointer_type(); in compile_wasm_to_builtin() localVariable 1067 let pointer_type = isa.pointer_type(); in allocate_stack_array_and_spill_args() localVariable 1242 let pointer_type = isa.pointer_type(); in call_builtin() localVariable 1323 let pointer_type = isa.pointer_type(); in array_to_wasm_trampoline() localVariable
|
| H A D | func_environ.rs | 297 pub(crate) fn pointer_type(&self) -> ir::Type { in pointer_type() method 337 let pointer_type = self.pointer_type(); in get_global_location() localVariable 661 let pointer_type = self.pointer_type(); in epoch_ptr() localVariable 793 let pointer_type = self.pointer_type(); in convert_pointer_to_index_type() localVariable 842 let pointer_type = self.pointer_type(); in get_or_init_func_ref_table_elem() localVariable 1043 let pointer_type = self.pointer_type(); in module_interned_to_shared_ty() localVariable 1318 let pointer_type = self.pointer_type(); in vmctx_val() localVariable 1510 let pointer_type = self.pointer_type(); in make_heap() localVariable 1580 let pointer_type = self.pointer_type(); in make_heap_base() localVariable 1597 let pointer_type = self.pointer_type(); in make_table() localVariable [all …]
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/ |
| H A D | mod.rs | 266 pub fn pointer_type(self) -> ir::Type { in pointer_type() method 463 pub fn pointer_type(&self) -> ir::Type { in pointer_type() method
|
| /wasmtime-44.0.1/cranelift/frontend/src/ |
| H A D | frontend.rs | 834 let pointer_type = config.pointer_type(); in call_memcpy() localVariable 936 let pointer_type = config.pointer_type(); in call_memset() localVariable 1034 let pointer_type = config.pointer_type(); in call_memmove() localVariable 1069 let pointer_type = config.pointer_type(); in call_memcmp() localVariable 1164 let pointer_type = config.pointer_type(); in emit_small_memory_compare() localVariable
|
| /wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/enabled/ |
| H A D | null.rs | 72 let pointer_type = func_env.pointer_type(); in emit_inline_alloc() localVariable
|
| /wasmtime-44.0.1/cranelift/filetests/src/ |
| H A D | function_runner.rs | 547 let pointer_type = isa.pointer_type(); in make_trampoline() localVariable
|
| /wasmtime-44.0.1/crates/cranelift/src/func_environ/stack_switching/ |
| H A D | instructions.rs | 917 let pointer_type = env.pointer_type(); in tag_address() localVariable 999 let pointer_type = env.pointer_type(); in vmctx_load_vm_runtime_limits_ptr() localVariable
|
| /wasmtime-44.0.1/crates/cranelift/src/func_environ/gc/ |
| H A D | enabled.rs | 680 let pointer_type = func_env.pointer_type(); in initialize() localVariable
|
| /wasmtime-44.0.1/cranelift/fuzzgen/src/ |
| H A D | function_generator.rs | 1602 let pointer_type = Type::int_with_byte_size( in generate_funcrefs() localVariable
|
| /wasmtime-44.0.1/cranelift/codegen/src/verifier/ |
| H A D | mod.rs | 394 let pointer_type = isa.pointer_type(); in verify_global_values() localVariable
|