Home
last modified time | relevance | path

Searched refs:TypeTupleIndex (Results 1 – 8 of 8) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes.rs79 pub struct TypeTupleIndex(u32);
291 pub(super) tuples: PrimaryMap<TypeTupleIndex, TypeTuple>,
418 impl Index<TypeTupleIndex> for ComponentTypes { TypeTuple => tuples }
569 pub params: TypeTupleIndex,
571 pub results: TypeTupleIndex,
599 Tuple(TypeTupleIndex),
H A Dtypes_builder.rs44 tuples: HashMap<TypeTuple, TypeTupleIndex>,
558 fn tuple_type(&mut self, types: TypesRef<'_>, ty: &TupleType) -> Result<TypeTupleIndex> { in tuple_type() argument
568 pub(crate) fn new_tuple_type(&mut self, types: Box<[InterfaceType]>) -> TypeTupleIndex { in new_tuple_type() argument
747 pub fn add_tuple_type(&mut self, ty: TypeTuple) -> TypeTupleIndex { in add_tuple_type() argument
1004 tuples: PrimaryMap<TypeTupleIndex, TypeInformation>,
H A Dinfo.rs793 results: TypeTupleIndex,
H A Ddfg.rs349 results: TypeTupleIndex,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dtypes.rs15 TypeStreamIndex, TypeStreamTableIndex, TypeTupleIndex, TypeVariantIndex,
266 fn tuples_equal(&self, t1: TypeTupleIndex, t2: TypeTupleIndex) -> bool { in tuples_equal() argument
401 pub struct Tuple(Handle<TypeTupleIndex>);
404 pub(crate) fn from(index: TypeTupleIndex, ty: &InstanceType<'_>) -> Self { in from() argument
H A Dconcurrent.rs92 TypeFuncIndex, TypeFutureTableIndex, TypeStreamTableIndex, TypeTupleIndex,
1470 ty: TypeTupleIndex::reserved_value(), in enter_guest_sync_call()
2385 task_return_type: TypeTupleIndex, in prepare_call() argument
2920 ty: TypeTupleIndex, in task_return() argument
3776 task_return_type: TypeTupleIndex, in prepare_call() argument
3933 task_return_type: TypeTupleIndex, in prepare_call() argument
4318 ty: TypeTupleIndex,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dlibcalls.rs722 TypeTupleIndex::from_u32(ty), in task_return()
873 TypeTupleIndex::from_u32(task_return_type), in prepare_call()
/wasmtime-44.0.1/crates/environ/src/fact/
H A Dtrampoline.rs24 TypeRecordIndex, TypeResourceTableIndex, TypeResultIndex, TypeStreamTableIndex, TypeTupleIndex,
3140 src_ty: TypeTupleIndex, in translate_tuple() argument