Home
last modified time | relevance | path

Searched refs:memory_offset (Results 1 – 9 of 9) sorted by relevance

/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Dsynthetic.rs120 ModuleMemoryOffset::Defined(memory_offset) => { in create_vmctx_ptr_die()
126 AttributeValue::Data4(memory_offset + MEMORY_FIELD_SIZE_PLUS_PADDING), in create_vmctx_ptr_die()
137 gimli::DW_AT_data_member_location = AttributeValue::Udata(memory_offset as u64) in create_vmctx_ptr_die()
H A Dmod.rs38 memory_offset: self.module_memory_offsets[module].clone(), in function_frame_info()
H A Dexpression.rs24 pub memory_offset: ModuleMemoryOffset, field
219 writer.gen_address_of_memory_base_pointer(vmctx_base, &frame_info.memory_offset)?; in append_memory_deref()
1336 memory_offset: ModuleMemoryOffset::None, in test_debug_value_range_builder()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/custom/
H A Dmmap.rs130 memory_offset: HostAlignedByteCount, in map_image_at()
138 .byte_add(memory_offset.byte_count()) in map_image_at()
/wasmtime-44.0.1/crates/cranelift/src/
H A Ddebug.rs100 let memory_offset = if ofs.num_imported_memories > 0 { in new() localVariable
119 let j = module_memory_offsets.push(memory_offset); in new()
/wasmtime-44.0.1/examples/
H A Dlinking1.wat5 (import "linking2" "memory_offset" (global $offset i32))
H A Dlinking2.wat32 (global (export "memory_offset") i32 (i32.const 65536))
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/unix/
H A Dmmap.rs219 memory_offset: HostAlignedByteCount, in map_image_at()
223 let map_base = self.memory.as_ptr().byte_add(memory_offset.byte_count()); in map_image_at()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dmmap.rs450 memory_offset: HostAlignedByteCount, in map_image_at()
455 .checked_add(memory_offset) in map_image_at()