Home
last modified time | relevance | path

Searched refs:TypeMapIndex (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dtypes.rs13 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 Dvalues.rs10 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 Dtypes.rs93 pub struct TypeMapIndex(u32);
288 pub(super) maps: PrimaryMap<TypeMapIndex, TypeMap>,
424 impl Index<TypeMapIndex> for ComponentTypes { TypeMap => maps }
600 Map(TypeMapIndex),
H A Dtypes_builder.rs41 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 Dtrampoline.rs23 TypeFlagsIndex, TypeFutureTableIndex, TypeListIndex, TypeMapIndex, TypeOptionIndex,
2789 src_ty: TypeMapIndex, in translate_map() argument