Home
last modified time | relevance | path

Searched defs:InterfaceType (Results 1 – 17 of 17) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent_disabled.rs35 _ty: InterfaceType, in lower_error_context_to_index()
49 _ty: InterfaceType, in linear_lift_from_flat()
57 _ty: InterfaceType, in linear_lift_from_memory()
79 _ty: InterfaceType, in linear_lift_from_flat()
87 _ty: InterfaceType, in linear_lift_from_memory()
98 _ty: InterfaceType, in linear_lower_to_flat()
107 _ty: InterfaceType, in linear_lower_to_memory()
129 _ty: InterfaceType, in linear_lift_from_flat()
137 _ty: InterfaceType, in linear_lift_from_memory()
148 _ty: InterfaceType, in linear_lower_to_flat()
[all …]
H A Dvalues.rs102 ty: InterfaceType, in lift()
228 pub(crate) fn load(cx: &mut LiftContext<'_>, ty: InterfaceType, bytes: &[u8]) -> Result<Val> { in load()
360 ty: InterfaceType, in lower()
519 ty: InterfaceType, in store()
1095 element_type: InterfaceType, in lower_list()
1181 ) -> Result<(u32, &'a Option<InterfaceType>)> { in get_variant_discriminant()
1198 fn unexpected<T>(ty: InterfaceType, val: &Val) -> Result<T> { in unexpected()
H A Dfunc.rs583 InterfaceType, in call_raw() argument
724 params_ty: InterfaceType, in lower_args()
764 results_ty: InterfaceType, in lift_results()
H A Dtypes.rs103 fn interface_types_equal(&self, a: InterfaceType, b: InterfaceType) -> bool { in interface_types_equal()
573 payload: Option<&InterfaceType>, in typecheck_payload()
612 payload: Option<&InterfaceType>, in equivalent_payload_guest()
669 payload: Option<&InterfaceType>, in equivalent_payload_guest()
868 pub(crate) fn from(ty: &InterfaceType, instance: &InstanceType<'_>) -> Self { in from()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Dtyped.rs320 ty: InterfaceType, in lower_args()
349 InterfaceType, in prepare_call() argument
485 ty: InterfaceType, in lower_stack_args()
502 ty: InterfaceType, in lower_heap_args()
536 ty: InterfaceType, in lift_stack_result()
1895 ty: InterfaceType, in lower_list()
2347 ty: &InterfaceType, in typecheck_tuple()
2373 ty: &InterfaceType, in typecheck_record()
2407 ty: &InterfaceType, in typecheck_variant()
2453 ty: &InterfaceType, in typecheck_enum()
[all …]
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfuture_stream_any.rs109 let InterfaceType::Future(ty) = ty else { in lift_from_index() localVariable
158 ty: InterfaceType, in linear_lower_to_flat()
168 ty: InterfaceType, in linear_lower_to_memory()
179 ty: InterfaceType, in linear_lift_from_flat()
188 ty: InterfaceType, in linear_lift_from_memory()
281 let InterfaceType::Stream(ty) = ty else { in lift_from_index() localVariable
328 ty: InterfaceType, in linear_lower_to_flat()
338 ty: InterfaceType, in linear_lower_to_memory()
349 ty: InterfaceType, in linear_lift_from_flat()
358 ty: InterfaceType, in linear_lift_from_memory()
[all …]
H A Dfutures_and_streams.rs1391 ty: InterfaceType, in lift_index_to_future()
1423 ty: InterfaceType, in lower_future_to_index()
1467 ty: InterfaceType, in linear_lower_to_flat()
1476 ty: InterfaceType, in linear_lower_to_memory()
1491 ty: InterfaceType, in linear_lift_from_flat()
1500 ty: InterfaceType, in linear_lift_from_memory()
1776 ty: InterfaceType, in lift_index_to_stream()
1800 ty: InterfaceType, in lower_stream_to_index()
1844 ty: InterfaceType, in linear_lower_to_flat()
1853 ty: InterfaceType, in linear_lower_to_memory()
[all …]
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/
H A Dhost_static.rs222 fn typecheck(ty: &InterfaceType, types: &InstanceType<'_>) -> Result<()> { in typecheck()
231 ty: InterfaceType, in linear_lower_to_flat()
240 ty: InterfaceType, in linear_lower_to_memory()
250 ty: InterfaceType, in linear_lift_from_flat()
259 ty: InterfaceType, in linear_lift_from_memory()
H A Dhost_dynamic.rs150 fn typecheck(ty: &InterfaceType, types: &InstanceType<'_>) -> Result<()> { in typecheck()
159 ty: InterfaceType, in linear_lower_to_flat()
168 ty: InterfaceType, in linear_lower_to_memory()
178 ty: InterfaceType, in linear_lift_from_flat()
187 ty: InterfaceType, in linear_lift_from_memory()
H A Dany.rs246 fn lift_from_index(cx: &mut LiftContext<'_>, ty: InterfaceType, index: u32) -> Result<Self> { in lift_from_index()
278 fn typecheck(ty: &InterfaceType, _types: &InstanceType<'_>) -> Result<()> { in typecheck()
290 ty: InterfaceType, in linear_lower_to_flat()
300 ty: InterfaceType, in linear_lower_to_memory()
311 ty: InterfaceType, in linear_lift_from_flat()
320 ty: InterfaceType, in linear_lift_from_memory()
H A Dhost.rs250 fn lift_from_index(cx: &mut LiftContext<'_>, ty: InterfaceType, index: u32) -> Result<Self> { in lift_from_index()
318 fn typecheck(ty: &InterfaceType, types: &InstanceType<'_>) -> Result<()> { in typecheck()
339 ty: InterfaceType, in linear_lower_to_flat()
349 ty: InterfaceType, in linear_lower_to_memory()
364 ty: InterfaceType, in linear_lift_from_flat()
373 ty: InterfaceType, in linear_lift_from_memory()
/wasmtime-44.0.1/crates/environ/src/component/translate/
H A Dinline.rs800 let InterfaceType::Stream(ty) = in initializer() localVariable
815 let InterfaceType::Stream(ty) = in initializer() localVariable
835 let InterfaceType::Stream(ty) = in initializer() localVariable
855 let InterfaceType::Stream(ty) = in initializer() localVariable
871 let InterfaceType::Stream(ty) = in initializer() localVariable
887 let InterfaceType::Stream(ty) = in initializer() localVariable
902 let InterfaceType::Stream(ty) = in initializer() localVariable
917 let InterfaceType::Future(ty) = in initializer() localVariable
932 let InterfaceType::Future(ty) = in initializer() localVariable
952 let InterfaceType::Future(ty) = in initializer() localVariable
[all …]
/wasmtime-44.0.1/crates/environ/src/fact/
H A Dtrampoline.rs1081 src_ty: &InterfaceType, in translate()
1083 dst_ty: &InterfaceType, in translate()
2730 dst_ty: &InterfaceType, in translate_list()
2791 dst_ty: &InterfaceType, in translate_map()
3048 dst_ty: &InterfaceType, in translate_record()
3094 dst_ty: &InterfaceType, in translate_flags()
3142 dst_ty: &InterfaceType, in translate_tuple()
3169 dst_ty: &InterfaceType, in translate_fixed_length_list()
3276 dst_ty: &InterfaceType, in translate_variant()
3315 dst_ty: &InterfaceType, in translate_enum()
[all …]
/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes_builder.rs437 ) -> Result<InterfaceType> { in defined_type()
486 ) -> Result<InterfaceType> { in valtype()
494 fn primitive_type(&mut self, ty: &PrimitiveValType) -> Result<InterfaceType> { in primitive_type()
590 element: InterfaceType, in new_fixed_length_list_type()
H A Dtranslate.rs1667 fn ty_eq(a: &InterfaceType, b: &wasmparser::component_types::ComponentValType) -> bool { in check_unsafe_intrinsics_import()
H A Dtypes.rs582 pub enum InterfaceType { enum
/wasmtime-44.0.1/crates/environ/src/
H A Dfact.rs904 ty: &InterfaceType, in flat_types()