Searched refs:TypeMapIndex (Results 1 – 5 of 5) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | types.rs | 13 TypeFutureIndex, TypeFutureTableIndex, TypeListIndex, TypeMapIndex, TypeModuleIndex, 173 fn maps_equal(&self, m1: TypeMapIndex, m2: TypeMapIndex) -> bool { in maps_equal() argument 338 pub struct Map(Handle<TypeMapIndex>); 349 pub(crate) fn from(index: TypeMapIndex, ty: &InstanceType<'_>) -> Self { in from() argument
|
| H A D | values.rs | 10 CanonicalAbiInfo, InterfaceType, TypeEnum, TypeFlags, TypeListIndex, TypeMap, TypeMapIndex, 985 fn load_map(cx: &mut LiftContext<'_>, ty: TypeMapIndex, ptr: usize, len: usize) -> Result<Val> { in load_map() argument
|
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | types.rs | 93 pub struct TypeMapIndex(u32); 288 pub(super) maps: PrimaryMap<TypeMapIndex, TypeMap>, 424 impl Index<TypeMapIndex> for ComponentTypes { TypeMap => maps } 600 Map(TypeMapIndex),
|
| H A D | types_builder.rs | 41 maps: HashMap<TypeMap, TypeMapIndex>, 700 ) -> Result<TypeMapIndex> { in map_type() argument 785 pub fn add_map_type(&mut self, ty: TypeMap) -> TypeMapIndex { in add_map_type() argument 1010 maps: PrimaryMap<TypeMapIndex, TypeInformation>,
|
| /wasmtime-44.0.1/crates/environ/src/fact/ |
| H A D | trampoline.rs | 23 TypeFlagsIndex, TypeFutureTableIndex, TypeListIndex, TypeMapIndex, TypeOptionIndex, 2789 src_ty: TypeMapIndex, in translate_map() argument
|