Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/
H A Dinfo.rs1021 ty: TypeComponentLocalErrorContextTableIndex,
1035 ty: TypeComponentLocalErrorContextTableIndex,
1045 ty: TypeComponentLocalErrorContextTableIndex,
H A Dtypes.rs118 pub struct TypeComponentLocalErrorContextTableIndex(u32);
303 PrimaryMap<TypeComponentLocalErrorContextTableIndex, TypeErrorContextTable>,
430 …impl Index<TypeComponentLocalErrorContextTableIndex> for ComponentTypes { TypeErrorContextTable =>…
609 ErrorContext(TypeComponentLocalErrorContextTableIndex),
H A Dtypes_builder.rs53 error_context_tables: HashMap<TypeErrorContextTable, TypeComponentLocalErrorContextTableIndex>,
478 pub fn error_context_type(&mut self) -> Result<TypeComponentLocalErrorContextTableIndex> { in error_context_type() argument
683 pub fn error_context_table_type(&mut self) -> Result<TypeComponentLocalErrorContextTableIndex> { in error_context_table_type() argument
821 ) -> TypeComponentLocalErrorContextTableIndex { in add_error_context_table_type() argument
H A Ddfg.rs449 ty: TypeComponentLocalErrorContextTableIndex,
454 ty: TypeComponentLocalErrorContextTableIndex,
459 ty: TypeComponentLocalErrorContextTableIndex,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dlibcalls.rs969 let src_table = TypeComponentLocalErrorContextTableIndex::from_u32(src_table); in error_context_transfer()
970 let dst_table = TypeComponentLocalErrorContextTableIndex::from_u32(dst_table); in error_context_transfer()
1273 TypeComponentLocalErrorContextTableIndex::from_u32(ty), in error_context_new()
1292 TypeComponentLocalErrorContextTableIndex::from_u32(ty), in error_context_debug_message()
1309 TypeComponentLocalErrorContextTableIndex::from_u32(ty), in error_context_drop()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs39 TypeComponentGlobalErrorContextTableIndex, TypeComponentLocalErrorContextTableIndex,
4145 ty: TypeComponentLocalErrorContextTableIndex, in error_context_new() argument
4188 ty: TypeComponentLocalErrorContextTableIndex, in error_context_debug_message() argument
4328 ty: TypeComponentLocalErrorContextTableIndex, in error_context_drop() argument
4453 src: TypeComponentLocalErrorContextTableIndex, in error_context_transfer() argument
4454 dst: TypeComponentLocalErrorContextTableIndex, in error_context_transfer() argument
4491 ty: TypeComponentLocalErrorContextTableIndex, in table_for_error_context() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs91 TypeComponentGlobalErrorContextTableIndex, TypeComponentLocalErrorContextTableIndex,
3905 ty: TypeComponentLocalErrorContextTableIndex, in error_context_debug_message() argument
4199 ty: TypeComponentLocalErrorContextTableIndex, in error_context_debug_message() argument
/wasmtime-44.0.1/crates/environ/src/fact/
H A Dtrampoline.rs22 TypeComponentLocalErrorContextTableIndex, TypeEnumIndex, TypeFixedLengthListIndex,
3616 src_ty: TypeComponentLocalErrorContextTableIndex, in translate_error_context() argument