| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | module_types.rs | 2 ModuleInternedRecGroupIndex, ModuleInternedTypeIndex, PanicOnOom as _, TypeTrace, WasmSubType, 15 wasm_types: TryPrimaryMap<ModuleInternedTypeIndex, WasmSubType>, 47 ) -> impl ExactSizeIterator<Item = (ModuleInternedTypeIndex, &WasmSubType)> { in wasm_types() argument 52 pub fn get(&self, ty: ModuleInternedTypeIndex) -> Option<&WasmSubType> { in get() argument 80 pub fn push(&mut self, ty: WasmSubType) -> ModuleInternedTypeIndex { in push() 109 pub fn iter_mut(&mut self) -> impl ExactSizeIterator<Item = &mut WasmSubType> { in iter_mut() 165 type Output = WasmSubType; 167 fn index(&self, sig: ModuleInternedTypeIndex) -> &WasmSubType { in index() argument
|
| H A D | types.rs | 1352 pub struct WasmSubType { struct 1364 impl TryClone for WasmSubType { argument 1374 impl fmt::Display for WasmSubType { implementation 1395 impl WasmSubType { implementation 1497 impl TypeTrace for WasmSubType { implementation 1532 pub types: Box<[WasmSubType]>, 2448 fn convert_sub_type(&self, ty: &wasmparser::SubType) -> WasmResult<WasmSubType> { in convert_sub_type() argument 2449 Ok(WasmSubType { in convert_sub_type()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | type_registry.rs | 27 Undo, VMSharedTypeIndex, WasmRecGroup, WasmSubType, 251 ty: Arc<WasmSubType>, 307 type Target = WasmSubType; 416 ty: Arc<WasmSubType>, in from_parts() argument 606 types: Slab<Option<Arc<WasmSubType>>>, 915 sub_types: impl ExactSizeIterator<Item = WasmSubType>, in insert_entry_types() 1038 let trampoline_sub_ty = WasmSubType { in insert_entry_trampolines() 1160 non_canon_types: &[(ModuleInternedTypeIndex, WasmSubType)], in assign_shared_type_indices() argument 1263 sub_tys: impl ExactSizeIterator<Item = &'a mut WasmSubType>, in canonicalize_entry_types_for_runtime_usage() 1278 ty: &mut WasmSubType, in canonicalize_type_for_runtime_usage() argument [all …]
|
| H A D | types.rs | 14 WasmRefType, WasmStorageType, WasmStructType, WasmSubType, WasmValType, 2088 WasmSubType { in from_wasm_struct_type() 2329 WasmSubType { in from_wasm_array_type() 2696 WasmSubType { in from_wasm_func_type() 2863 WasmSubType { in _new()
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | module_types.rs | 5 WasmStorageType, WasmStructType, WasmSubType, 178 let idx = self.types.push(WasmSubType { in intern_trampoline_type() 301 ty: WasmSubType, in wasm_sub_type_in_rec_group() argument 344 let idx = self.types.push(WasmSubType { in define_exception_type_for_tag() 377 pub fn wasm_types(&self) -> impl Iterator<Item = (ModuleInternedTypeIndex, &WasmSubType)> { in wasm_types() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/types/ |
| H A D | matching.rs | 5 WasmRefType, WasmSubType, WasmValType, 103 fn concrete_type_mismatch(msg: &str, expected: &WasmSubType, actual: &WasmSubType) -> crate::Error { in concrete_type_mismatch() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | const_expr.rs | 13 use wasmtime_environ::{VMSharedTypeIndex, WasmCompositeInnerType, WasmCompositeType, WasmSubType}; 104 let WasmSubType { in struct_new_default() localVariable
|