Searched defs:LinearMemoryOptions (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/fact/ |
| H A D | trampoline.rs | 430 fn mem_opts(&self) -> &'a LinearMemoryOptions { in mem_opts() 1856 src_mem_opts: &LinearMemoryOptions, in source_string_byte_len() 2483 opts: &LinearMemoryOptions, in validate_memory_inbounds() 2937 opts: &LinearMemoryOptions, in calculate_list_byte_len() 4012 fn ptr_add(&mut self, opts: &LinearMemoryOptions) { in ptr_add() 4020 fn ptr_sub(&mut self, opts: &LinearMemoryOptions) { in ptr_sub() 4028 fn ptr_mul(&mut self, opts: &LinearMemoryOptions) { in ptr_mul() 4052 fn ptr_shl(&mut self, opts: &LinearMemoryOptions) { in ptr_shl() 4084 fn ptr_eq(&mut self, opts: &LinearMemoryOptions) { in ptr_eq() 4092 fn ptr_ne(&mut self, opts: &LinearMemoryOptions) { in ptr_ne() [all …]
|
| H A D | signature.rs | 207 pub(super) fn align(&self, opts: &LinearMemoryOptions, ty: &InterfaceType) -> u32 { in align() 216 pub(super) fn size_align(&self, opts: &LinearMemoryOptions, ty: &InterfaceType) -> (u32, u32) { in size_align()
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | fact.rs | 144 struct LinearMemoryOptions { struct 155 impl LinearMemoryOptions { argument 178 fn unwrap_memory(&self) -> &LinearMemoryOptions { in unwrap_memory()
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | info.rs | 503 pub struct LinearMemoryOptions { struct 517 LinearMemory(LinearMemoryOptions), argument
|