Searched refs:pointer_bytes (Results 1 – 11 of 11) sorted by relevance
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | mod.rs | 92 let pointer_bytes = self.pointer_bytes(); in compile_function() localVariable 93 let vmoffsets = VMOffsets::new(pointer_bytes, &translation.module); in compile_function() 96 pointer_bytes, in compile_function()
|
| /wasmtime-44.0.1/winch/codegen/src/isa/x64/ |
| H A D | mod.rs | 95 let pointer_bytes = self.pointer_bytes(); in compile_function() localVariable 96 let vmoffsets = VMOffsets::new(pointer_bytes, &translation.module); in compile_function() 100 pointer_bytes, in compile_function()
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/ |
| H A D | mod.rs | 276 pub fn pointer_bytes(self) -> u8 { in pointer_bytes() method 478 pub fn pointer_bytes(&self) -> u8 { in pointer_bytes() method
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | compiler.rs | 369 self.isa.pointer_bytes().vmctx_store_context().into(), in compile_array_to_wasm_trampoline() 404 let ptr = isa.pointer_bytes(); in compile_wasm_to_array_trampoline() 420 let ptr_size = isa.pointer_bytes(); in compile_wasm_to_array_trampoline() 745 let ptr_size = isa.pointer_bytes(); in compile_wasm_to_builtin() 1241 let ptr_size = isa.pointer_bytes(); in call_builtin() 1358 &self.isa.pointer_bytes(), in array_to_wasm_trampoline()
|
| H A D | func_environ.rs | 274 offsets: VMOffsets::new(compiler.isa().pointer_bytes(), &translation.module), in new()
|
| /wasmtime-44.0.1/winch/codegen/src/isa/ |
| H A D | mod.rs | 219 fn pointer_bytes(&self) -> u8 { in pointer_bytes() method
|
| /wasmtime-44.0.1/crates/cranelift/src/debug/transform/ |
| H A D | mod.rs | 155 address_size: isa.pointer_bytes(), in transform_dwarf()
|
| H A D | debug_transform_logging.rs | 286 let reg_name = self.isa.pretty_print_reg(reg, self.isa.pointer_bytes()); in fmt()
|
| /wasmtime-44.0.1/crates/winch/src/ |
| H A D | compiler.rs | 51 let pointer_size = self.isa.pointer_bytes(); in get_context()
|
| /wasmtime-44.0.1/cranelift/filetests/src/ |
| H A D | test_unwind.rs | 63 systemv::dump(&mut text, &eh_frame.0.into_vec(), isa.pointer_bytes()) in run()
|
| /wasmtime-44.0.1/crates/cranelift/src/compiler/ |
| H A D | component.rs | 117 offsets: VMComponentOffsets::new(isa.pointer_bytes(), component), in new() 1605 VMComponentOffsets::new(self.isa.pointer_bytes(), &component.component); in compile_trampoline() 1682 VMComponentOffsets::new(self.isa.pointer_bytes(), &component.component); in compile_intrinsic()
|