Searched refs:TypeTupleIndex (Results 1 – 8 of 8) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | types.rs | 79 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 D | types_builder.rs | 44 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 D | info.rs | 793 results: TypeTupleIndex,
|
| H A D | dfg.rs | 349 results: TypeTupleIndex,
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | types.rs | 15 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 D | concurrent.rs | 92 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 D | libcalls.rs | 722 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 D | trampoline.rs | 24 TypeRecordIndex, TypeResourceTableIndex, TypeResultIndex, TypeStreamTableIndex, TypeTupleIndex, 3140 src_ty: TypeTupleIndex, in translate_tuple() argument
|