Searched refs:WasmArrayType (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/gc/ |
| H A D | null.rs | 37 fn array_layout(&self, ty: &WasmArrayType) -> GcArrayLayout { in array_layout()
|
| H A D | drc.rs | 46 fn array_layout(&self, ty: &WasmArrayType) -> GcArrayLayout { in array_layout()
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | gc.rs | 19 WasmArrayType, WasmCompositeInnerType, WasmCompositeType, WasmExnType, WasmStorageType, 93 ty: &WasmArrayType, in common_array_layout() argument 258 fn array_layout(&self, ty: &WasmArrayType) -> GcArrayLayout; in array_layout()
|
| H A D | types.rs | 1091 pub struct WasmArrayType(pub WasmFieldType); struct 1093 impl fmt::Display for WasmArrayType { implementation 1099 impl TypeTrace for WasmArrayType { implementation 1198 Array(WasmArrayType), 1237 pub fn as_array(&self) -> Option<&WasmArrayType> { in as_array() argument 1245 pub fn unwrap_array(&self) -> &WasmArrayType { in unwrap_array() argument 1422 pub fn as_array(&self) -> Option<&WasmArrayType> { in as_array() argument 1431 pub fn unwrap_array(&self) -> &WasmArrayType { in unwrap_array() argument 2499 fn convert_array_type(&self, ty: &wasmparser::ArrayType) -> WasmResult<WasmArrayType> { in convert_array_type() argument 2500 Ok(WasmArrayType(self.convert_field_type(&ty.0)?)) in convert_array_type()
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | module_types.rs | 3 ModuleTypes, PanicOnOom as _, TypeConvert, TypeIndex, WasmArrayType, WasmCompositeInnerType, 420 pub fn unwrap_array(&self, interned_ty: ModuleInternedTypeIndex) -> WasmResult<&WasmArrayType> { in unwrap_array() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | types.rs | 12 PanicOnOom as _, Table, Tag, TypeTrace, VMSharedTypeIndex, WasmArrayType, 2202 let wasm_ty = WasmArrayType(field_type.to_wasm_field_type()); in with_finality_and_supertype() 2307 pub(crate) fn as_wasm_array_type(&self) -> &WasmArrayType { in as_wasm_array_type() argument 2325 ty: WasmArrayType, in from_wasm_array_type() argument
|