Searched refs:code_offset (Results 1 – 10 of 10) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | stack_maps.rs | 85 code_offset: u64, in push() 92 let code_offset = u32::try_from(code_offset).unwrap(); in push() localVariable 96 assert!(code_offset >= self.last_offset); in push() 97 self.last_offset = code_offset; in push() 106 self.pcs.push(U32::new(LittleEndian, code_offset)); in push()
|
| H A D | trap_encoding.rs | 46 let pos = func_start + info.code_offset; in push()
|
| H A D | address_map.rs | 48 let pos = func_start + map.code_offset; in push()
|
| /wasmtime-44.0.1/crates/cranelift/src/ |
| H A D | compiled_function.rs | 251 code_offset: cur_offset, in collect_address_maps() 258 code_offset: cur_offset + cur_len, in collect_address_maps() 269 code_offset: cur_offset, in collect_address_maps() 274 code_offset: cur_offset + cur_len, in collect_address_maps()
|
| H A D | lib.rs | 260 code_offset: offset, in mach_trap_to_trap()
|
| H A D | compiler.rs | 1589 let code_offset = range.start + u64::from(*offset); in clif_to_env_stack_maps() localVariable 1590 assert!(code_offset < range.end); in clif_to_env_stack_maps() 1591 section.push(code_offset, *frame_size, frame_offsets.into_iter()); in clif_to_env_stack_maps()
|
| /wasmtime-44.0.1/crates/cranelift/src/debug/transform/ |
| H A D | address_transform.rs | 114 let inst_gen_start = t.code_offset as usize; in build_function_lookup() 116 Some(i) => i.code_offset as usize, in build_function_lookup() 213 generated: t.code_offset as usize, in build_function_addr_map() 690 code_offset: 5, in create_simple_func() 694 code_offset: 8, in create_simple_func() 698 code_offset: 15, in create_simple_func() 702 code_offset: 23, in create_simple_func() 746 code_offset: 23, in test_build_function_lookup_two_ranges() 750 code_offset: 26, in test_build_function_lookup_two_ranges()
|
| H A D | expression.rs | 1243 code_offset: 5, in create_mock_address_transform() 1247 code_offset: 8, in create_mock_address_transform() 1251 code_offset: 15, in create_mock_address_transform() 1255 code_offset: 23, in create_mock_address_transform()
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | trap_encoding.rs | 10 pub code_offset: u32, field
|
| H A D | address_map.rs | 16 pub code_offset: u32, field
|