Searched refs:WasmStructType (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/gc/ |
| H A D | null.rs | 41 fn struct_layout(&self, ty: &WasmStructType) -> GcStructLayout { in struct_layout()
|
| H A D | drc.rs | 50 fn struct_layout(&self, ty: &WasmStructType) -> GcStructLayout { in struct_layout()
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | gc.rs | 20 WasmStructType, WasmValType, error::OutOfMemory, prelude::*, 177 ty: &WasmStructType, in common_struct_layout() argument 261 fn struct_layout(&self, ty: &WasmStructType) -> GcStructLayout; in struct_layout()
|
| H A D | types.rs | 1117 pub struct WasmStructType { struct 1122 impl TryClone for WasmStructType { implementation 1130 impl fmt::Display for WasmStructType { implementation 1140 impl TypeTrace for WasmStructType { implementation 1200 Struct(WasmStructType), 1273 pub fn as_struct(&self) -> Option<&WasmStructType> { in as_struct() argument 1281 pub fn unwrap_struct(&self) -> &WasmStructType { in unwrap_struct() argument 1442 pub fn as_struct(&self) -> Option<&WasmStructType> { in as_struct() argument 1451 pub fn unwrap_struct(&self) -> &WasmStructType { in unwrap_struct() argument 2489 fn convert_struct_type(&self, ty: &wasmparser::StructType) -> WasmResult<WasmStructType> { in convert_struct_type() argument [all …]
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | module_types.rs | 5 WasmStorageType, WasmStructType, WasmSubType, 403 pub fn unwrap_struct(&self, ty: ModuleInternedTypeIndex) -> WasmResult<&WasmStructType> { in unwrap_struct() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | types.rs | 14 WasmRefType, WasmStorageType, WasmStructType, WasmSubType, WasmValType, 1962 WasmStructType { fields }, in with_finality_and_supertype() 2052 pub(crate) fn as_wasm_struct_type(&self) -> &WasmStructType { in as_wasm_struct_type() argument 2075 ty: WasmStructType, in from_wasm_struct_type() argument
|