Searched refs:LinearMemoryOptions (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/fact/ |
| H A D | signature.rs | 10 use super::LinearMemoryOptions; 207 pub(super) fn align(&self, opts: &LinearMemoryOptions, ty: &InterfaceType) -> u32 { in align() argument 216 pub(super) fn size_align(&self, opts: &LinearMemoryOptions, ty: &InterfaceType) -> (u32, u32) { in size_align() argument
|
| H A D | trampoline.rs | 31 LinearMemoryOptions, Module, Options, 430 fn mem_opts(&self) -> &'a LinearMemoryOptions { in mem_opts() argument 1856 src_mem_opts: &LinearMemoryOptions, in source_string_byte_len() argument 2483 opts: &LinearMemoryOptions, in validate_memory_inbounds() argument 2937 opts: &LinearMemoryOptions, in calculate_list_byte_len() argument 4012 fn ptr_add(&mut self, opts: &LinearMemoryOptions) { in ptr_add() argument 4084 fn ptr_eq(&mut self, opts: &LinearMemoryOptions) { in ptr_eq() argument 4092 fn ptr_ne(&mut self, opts: &LinearMemoryOptions) { in ptr_ne() argument 4108 fn ptr_or(&mut self, opts: &LinearMemoryOptions) { in ptr_or() argument 4399 src_mem_opts: &'a LinearMemoryOptions, [all …]
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | fact.rs | 144 struct LinearMemoryOptions { struct 155 impl LinearMemoryOptions { impl 173 LinearMemory(LinearMemoryOptions), 178 fn unwrap_memory(&self) -> &LinearMemoryOptions { in unwrap_memory() argument 381 DataModel::LinearMemory(LinearMemoryOptions { in import_options()
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | info.rs | 503 pub struct LinearMemoryOptions { struct 517 LinearMemory(LinearMemoryOptions), argument
|
| H A D | dfg.rs | 36 use info::LinearMemoryOptions; 839 info::CanonicalOptionsDataModel::LinearMemory(LinearMemoryOptions { in convert_options()
|