Searched refs:from_offset (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/winch/codegen/src/codegen/ |
| H A D | env.rs | 237 let (from_offset, base_offset, current_elems_offset) = in resolve_table_data() 253 import_from: from_offset, in resolve_table_data()
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | vcode.rs | 1248 let from_offset = inst_to_offset(from_inst_index); in compute_value_labels_ranges() localVariable 1253 if from_offset == to_offset { in compute_value_labels_ranges() 1280 if last_loc_range.loc == loc && last_loc_range.end == from_offset { in compute_value_labels_ranges() 1292 label, loc, from_inst_index, to_inst_index, from_offset, to_offset in compute_value_labels_ranges() 1297 start: from_offset, in compute_value_labels_ranges()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | func_environ.rs | 343 let from_offset = self.offsets.vmctx_vmglobal_import_from(index); in get_global_location() localVariable 346 offset: Offset32::new(i32::try_from(from_offset).unwrap()), in get_global_location() 1522 let from_offset = self.offsets.vmctx_vmmemory_pointer(def_index); in make_heap() localVariable 1525 from_offset, in make_heap() 1544 let from_offset = self.offsets.vmctx_vmmemory_import_from(index); in make_heap() localVariable 1547 from_offset, in make_heap() 1611 let from_offset = self.offsets.vmctx_vmtable_from(index); in make_table() localVariable 1614 offset: Offset32::new(i32::try_from(from_offset).unwrap()), in make_table()
|