| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | concurrent_disabled.rs | 35 _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 D | values.rs | 102 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 D | func.rs | 583 InterfaceType, in call_raw() argument 724 params_ty: InterfaceType, in lower_args() 764 results_ty: InterfaceType, in lift_results()
|
| H A D | types.rs | 103 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 D | typed.rs | 320 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 D | future_stream_any.rs | 109 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 D | futures_and_streams.rs | 1391 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 D | host_static.rs | 222 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 D | host_dynamic.rs | 150 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 D | any.rs | 246 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 D | host.rs | 250 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 D | inline.rs | 800 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 D | trampoline.rs | 1081 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 D | types_builder.rs | 437 ) -> 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 D | translate.rs | 1667 fn ty_eq(a: &InterfaceType, b: &wasmparser::component_types::ComponentValType) -> bool { in check_unsafe_intrinsics_import()
|
| H A D | types.rs | 582 pub enum InterfaceType { enum
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | fact.rs | 904 ty: &InterfaceType, in flat_types()
|